Blender Git Loki
Git Commits -> Revision da69865
Revision da69865 by Joshua Leung (master) October 8, 2009, 06:39 (GMT) |
Keying Sets - Bugfixes + Auto-Keyframing * Added a new option for Auto-Keyframing which makes it only insert keyframes for the items included in the active Keying Set. This only works for Transform Auto-Keyframing so far (other tools will get it added later). The option is disabled by default. * Fixed bug where adding an 'entire' array to some KeyingSet would only start from the index of the button that the mouse was over at the time * Made some UI tweaks for Keying Sets buttons (still heaps of missing options there). |
Commit Details:
Full Hash: da698657cee0500f1f0cff6d4340e016dd34a94e
SVN Revision: 23704
Parent Commit: 6e43a69
Lines Changed: +70, -11
8 Modified Paths:
/release/scripts/ui/buttons_scene.py (+6, -0) (Diff)
/release/scripts/ui/space_userpref.py (+6, -3) (Diff)
/source/blender/editors/animation/keyingsets.c (+26, -1) (Diff)
/source/blender/editors/include/ED_keyframing.h (+6, -0) (Diff)
/source/blender/editors/transform/transform.h (+1, -1) (Diff)
/source/blender/editors/transform/transform_conversions.c (+15, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+7, -3) (Diff)
/release/scripts/ui/space_userpref.py (+6, -3) (Diff)
/source/blender/editors/animation/keyingsets.c (+26, -1) (Diff)
/source/blender/editors/include/ED_keyframing.h (+6, -0) (Diff)
/source/blender/editors/transform/transform.h (+1, -1) (Diff)
/source/blender/editors/transform/transform_conversions.c (+15, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+7, -3) (Diff)