8b32402f38
* root bone override fixed
...
* delta was disabled
* simple copy metarig type
* proper exception when a type isnt found
2009-12-10 23:24:31 +00:00
97abf6ad96
* rename 'rna_path' --> 'data_path', rna and dna are for internal use and are not descriptive.
...
* armature.pose_position: POSE_POSITION, REST_POSITION --> POSE, REST
* rigify now forces rest pose mode
* updated neck_flex to keep original bones unchanged
2009-12-10 22:23:09 +00:00
2576268fb8
missed a header last commit, added custom exceptions to rigify so they can be caught and converted into reports and have normal errors display the stack trace as useual.
2009-12-10 18:28:22 +00:00
5c5ec6f0a7
fix for some errors and local root bone override
2009-12-10 14:32:37 +00:00
6e6e675191
move generic functions out of rigify's __init__.py into rigify_utils.py since rigify its self does not use them, only some of the metarig types.
2009-12-10 12:58:03 +00:00
f26e188a7c
- rigify context changes & example for delta
...
- sequencer transform had 0.0 for rotation minimum
- missed icon rename in last commit
2009-12-10 11:56:31 +00:00
f4fa39a551
white space commit (spaces -> tabs and clearing whitespace)
2009-12-08 07:11:43 +00:00
f8f7f57557
- bone.basename now only gets the name before the first '.', since names like finger.01.L are common
...
- updated delta not to remove a bone
- spine and neck rigs interpolation bones are now axis aligned to the control bone
- palm tag is expected on the pointer finger rather then the wrist
- operate on bone children first working up the chain (not essential but more pradictable)
2009-12-07 17:21:30 +00:00
5ebe54f470
pep8 edits and fix some warnings
2009-12-05 22:03:07 +00:00
65edb7341f
split up metarig hierarchy evaluation and modifying the metarig into 2 steps,
...
original bone names cant be changed anymore but this means the bones can be re-parented without confusing scripts that run after the rig is modified.
support for defining a bone to have multiple types and automatically blending between 2 generated rigs
2009-12-05 19:26:28 +00:00
a2140192fe
convert rigify into a package. advantage is new types can be added into the package without modifying any existing files, the bone 'type' property will find the matching submodule
2009-11-30 12:31:11 +00:00