Blender Git Commit Log
Git Commits -> Revision 230a2e6
Revision 230a2e6 by Joshua Leung (master) March 24, 2010, 12:48 (GMT) |
Keying Sets - PyAPI consistency issues: * Added 'id_name' property, which is used as the "typeinfo_name" by Keying Set instances. This is simply the name of the relevant KeyingSetInfo classes. * Renamed the 'array_index' arg for ks.add_path() to 'index'. Also removed the 'entire array' toggle arg in favour of just passing -1 to index. However, Keying Sets in general still maintain their 'entire array' toggle flags for now, it's just that the API function does conversion between the two. |
Commit Details:
Full Hash: 230a2e62f09f3e9c18aa585231985023a7c270bb
SVN Revision: 27715
Parent Commit: 094098f
Lines Changed: +22, -16
5 Modified Paths:
/release/scripts/keyingsets/keyingsets_utils.py (+1, -1) (Diff)
/source/blender/editors/animation/keyingsets.c (+3, -3) (Diff)
/source/blender/editors/include/ED_keyframing.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+8, -4) (Diff)
/source/blender/makesrna/intern/rna_animation_api.c (+8, -8) (Diff)
/source/blender/editors/animation/keyingsets.c (+3, -3) (Diff)
/source/blender/editors/include/ED_keyframing.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+8, -4) (Diff)
/source/blender/makesrna/intern/rna_animation_api.c (+8, -8) (Diff)