christophe.seux 6798053389 | ||
---|---|---|
.vscode | ||
core | ||
operators | ||
resources | ||
shaders | ||
.gitattributes | ||
.gitignore | ||
ISSUE_TEMPLATE.yml | ||
PULL_REQUEST_TEMPLATE.md | ||
README.md | ||
__init__.py | ||
area.py | ||
constants.py | ||
draw_handlers.py | ||
gizmo.py | ||
properties.py | ||
ui.py |
README.md
RIG_PICKER
Blender addon for picking rig contollers
Rig_picker is an OpenGl tool for having a 2d interface for the 3d animators allowing them to pick a controller easily. The addon is drawing 2d shapes inside a dedicated Node Editor Area using the gpu module. You can use multiple pickers for one rig, each picker shapes are in there own collection.
Video of the previous version : https://vimeo.com/241970235
Installation
For external user, you can clone the repository using:
git clone https://git.autourdeminuit.com/autour_de_minuit/rig_picker.git
For Internal user:
- Create your own local directory in
/home/<USER>/dev
- Create your own local directory in
git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/rig_picker.git