blender/release/scripts
Joshua Leung b1a39375e5 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)
2009-12-14 12:09:20 +00:00
..
io pep8 warnings, remove unused imports 2009-12-13 22:48:11 +00:00
modules pep8 warnings, remove unused imports 2009-12-13 22:48:11 +00:00
op * Custom Player: 2009-12-14 04:58:29 +00:00
presets Two files missing in case conversion in r24816. 2009-11-23 17:27:00 +00:00
templates rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted into a PyObject 2009-12-07 00:16:57 +00:00
ui Keyframing Bugfixes and Feature Requests: 2009-12-14 12:09:20 +00:00