Blender Git Commit Log
Git Commits -> Revision a155d88
Revision a155d88 by Joshua Leung (master) February 4, 2011, 08:33 (GMT) |
Moved Auto-Keying "Insert for KeyingSet only" option from UserPrefs to Scene (Toolsettings, i.e. alongside "layered" option for using NLA while doing auto-keying) This option makes all Auto-Keying operations use the active Keying Set to carry out keyframing operations instead of picking and choosing their own Keying Sets to use, thus cutting down on the number of unwanted keys. Warning: if the older userpref option was enabled in an old startup.blend, it may be difficult to turn this option off. |
Commit Details:
Full Hash: a155d8895d9846a54a084ced1b782594e9f479b2
SVN Revision: 34634
Parent Commit: ce5dc02
Lines Changed: +33, -22
10 Modified Paths:
/release/scripts/ui/space_time.py (+1, -0) (Diff)
/source/blender/editors/animation/keyframing.c (+3, -3) (Diff)
/source/blender/editors/animation/keyingsets.c (+3, -3) (Diff)
/source/blender/editors/include/ED_keyframing.h (+6, -2) (Diff)
/source/blender/editors/interface/resources.c (+5, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+6, -6) (Diff)
/source/blender/editors/transform/transform_generics.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+0, -4) (Diff)
/source/blender/editors/animation/keyframing.c (+3, -3) (Diff)
/source/blender/editors/animation/keyingsets.c (+3, -3) (Diff)
/source/blender/editors/include/ED_keyframing.h (+6, -2) (Diff)
/source/blender/editors/interface/resources.c (+5, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+6, -6) (Diff)
/source/blender/editors/transform/transform_generics.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+0, -4) (Diff)