A Python rigging graph library leveraging a composition based workflow.
⚠⚠⚠ Orodruin is NOT Production Ready but more of a Proof of Concept at this point.⚠⚠⚠
- Poetry must be installed
- Python 3.7+ must be installed.
everything should work with versions higher than 3.7 but that's never been tested.
If you use pyenv, run
pyenv install 3.7.9and poetry will pick up on the proper version automatically
- Clone the repository.
- cd in
orodruin. - Run
poetry installto create a new virtual environment and install all the dependencies.