Blender Git Commit Log

Git Commits -> Revision c6b77a0

Revision c6b77a0 by Joshua Leung (master)
April 2, 2010, 01:03 (GMT)
Keyframe Defaults and Cleanups:

This commit fixes reports #21638 and #21818, which were both also Durian feature requests.

Cbanges:
* Added new default setting for the type of handles created when creating keyframes. This can be found in the user-preferences, and is used whenever existing keyframes aren't being overwritten (instead of the value being always taken from the keyframes either side, #21638).

* When keyframing over existing keyframes, only the values will be changed. The handles will be offset by the same amount that the value of the keyframe changed, though how well this works in practice still needs to be tested more thoroughly (#21818, already fixed earlier, but this commit is the full fix).

* When 'free' handles are added by default, they are offset to be +/- 1 frame on either side of the keyframe so that it is obvious that they can be moved. However, they just take the same value of the keyframe since this is easiest.

* Properly initialising handle colour defaults for 3D-View and Graph Editor. Graph Editor's theme userprefs also show these settings now, though the layout is really quick hack-style.

Commit Details:

Full Hash: c6b77a06dd1baede633f18b094867603e0ef66f6
SVN Revision: 27942
Parent Commit: 248f138
Lines Changed: +102, -80

5 Modified Paths:

/release/scripts/ui/space_userpref.py (+14, -3) (Diff)
/source/blender/editors/animation/keyframing.c (+16, -37) (Diff)
/source/blender/editors/interface/resources.c (+29, -0) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+40, -38) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021