author: Daniel-Ionut Rancea
This tool can be used to test animations on skinned avatars in Blender.
This repo can be installed either as a Blender add-on, or through PIP.
Installing as a Blender add-on
- gives the option to disable this tool
- adds a menu button to launch the window
Instructions:
- download latest
- install as a blender add-on, by extracting the whole folder in your blender addons folder
- enable the add-on in blender
- PIP install the dependencies from
requirements.txt
Installing through PIP
- installs the tool as a Python module
- no option to disable, which means it won't accidentally be disabled
- auto installs the dependencies
- no menu button, but can be launched from the python console
Instructions:
- PIP install the module from github
python -m pip install git+https://github.com/readyplayerme/rpm-blender-deform-test
- Click 'Window' menu button on topbar
- Click 'Deformation-Test-Window' button to open the tool
You can play the animation by pressing the play button in the timeline view or pressing spacebar (Blender's default shortcut)