Stretch polygonal meshes in segments along an axis
Project description
gumby
Stretch polygonal meshes in segments along an axis.
Installation
Requires Python 2.7.
pip install gumby
Usage
Create a recipe:
mesh: examples/vitra/vitra.obj
landmarks: examples/vitra/vitra.pp
segments:
- ['leg seam', 'knee bottom', 20]
- ['knee bottom', 'knee top', 10]
- ['knee top', 'leg top', 10]
- ['back middle', 'back top', 50]
Run it:
python -m gumby.cli run recipe.yml stretched.obj
Contribute
- Issue Tracker: https://github.com/metabolize/gumby/issues
- Source Code: https://github.com/metabolize/gumby
Pull requests welcome!
Support
If you are having issues, please let me know.
License
The project is licensed under the MIT license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gumby-0.4.0.tar.gz
(4.2 kB
view hashes)