Blender Git Loki
Git Commits -> Revision 437bdbc
Revision 437bdbc by Joshua Leung (master) February 16, 2011, 06:18 (GMT) |
PoseLib Bugfixes, Cleanups, and Missing Operators * All the various index-related issues should finally be sorted now. It seems you cannot just partially implement some of these active index getter/setters... * Standardised the call used by PoseLib operators to get the Object from which they get the active PoseLib data from * PoseLib operators which require some existing data to work now use a poll() which checks for this * Added back the operator used to make standard actions into ones usable by PoseLib * Added a dummy operator for the apply active pose button which really just calls the same backend functions as "Browse Interactive", but which has a nicer frontend (naming + description) for the purpose of being used in this way * Also, removed some useless code from here |
Commit Details:
Full Hash: 437bdbc96cd80dadb8517ae94dd5e9f5e3e4bf70
SVN Revision: 34893
Parent Commit: 7748860
Lines Changed: +195, -170
5 Modified Paths:
/release/scripts/ui/properties_data_armature.py (+18, -20) (Diff)
/source/blender/editors/armature/armature_intern.h (+1, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+1, -0) (Diff)
/source/blender/editors/armature/poselib.c (+140, -147) (Diff)
/source/blender/makesrna/intern/rna_action.c (+35, -3) (Diff)
/source/blender/editors/armature/armature_intern.h (+1, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+1, -0) (Diff)
/source/blender/editors/armature/poselib.c (+140, -147) (Diff)
/source/blender/makesrna/intern/rna_action.c (+35, -3) (Diff)