Blender Git Commit Log

Git Commits -> Revision b1a3937

Revision b1a3937 by Joshua Leung (master)
December 14, 2009, 12:09 (GMT)
Keyframing Bugfixes and Feature Requests:

* Added a User-Pref option for the "XYZ to RGB" colour-mode setting for new F-Curves to compliment the one used for Keying Sets. With this option enabled, the builtin Keying Sets also can obey this option.

* Made all places that were previously manually checking the flags for keyframing to use a standard API function to do this now.

* Fixed bug introduced earlier today in commit 25353 by reverting the changes to keyingsets.c. Forgot that delete_keyframe doesn't handle do the "entire array" hack with array_index = -1

* Fixed bug with the insert-keyframe code for the array_index = -1 case, where too many channels were being keyed (i.e. an imaginary channel was often keyed in addition to the valid ones)

Commit Details:

Full Hash: b1a39375e5f57723baeb4004a53219f2ecb1181a
SVN Revision: 25359
Parent Commit: 96df285
Lines Changed: +122, -73

12 Modified Paths:

/release/scripts/ui/space_userpref.py (+1, -0) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+2, -14) (Diff)
/source/blender/editors/animation/keyframing.c (+36, -7) (Diff)
/source/blender/editors/animation/keyingsets.c (+62, -24) (Diff)
/source/blender/editors/include/ED_keyframing.h (+7, -0) (Diff)
/source/blender/editors/interface/interface_anim.c (+1, -8) (Diff)
/source/blender/editors/space_action/action_edit.c (+1, -3) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -3) (Diff)
/source/blender/editors/transform/transform_conversions.c (+4, -12) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_animation.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+5, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021