Framework that allows to streamline the rigging process in different DCCs
- tp-rigtoolkit-bootstrap: Package that handles the initialization of the tp-rigtoolkit framework and all their packages.
- tp-rigtoolkit-core: Package that contains a collection of Python modules with generic rigging classes and functions.
- tp-rigtoolkit-maya: Package that contains a collection of Python modules to streamline the rigging workflow in Maya.
- tp-rigtoolkit-unreal: Package that contains a collection of Python modules to streamline the rigging workflow in Unreal Engine.
- tp-rigtoolkit-houdini: Package that contains a collection of Python modules to streamline the rigging workflow in Houdini.
Make sure Python 3.X is installed in your machine.
Note
- Scripts expect to find Python executables in their default locations:
- Python 3: C:Python3X
You can edit setup_venv_py.bat if you want to use custom Python installation directory.
Make sure virtualenv is installed:
pip install virtualenv
Make Git client is installed : https://git-scm.com/
- Run setup_venv_py.bat: to create virtual environment for Python 3.
- Execute tp_rigtoolkit_main.py in your favorite Python DCC editor to load tp-rigtoolkit framework.