Blender Git Commit Log

Git Commits -> Revision c46a955

Revision c46a955 by Joshua Leung (master)
April 1, 2010, 06:26 (GMT)
Assorted animsys fixes/tweaks:

* Fixed all the dangerous code added in 27907. Using the code there, scripters could corrupt animation files in ways which would render them useless, with channels not appearing in any animation editors, and others not getting evaluated at all.

* Partial fix of bug 21818, by disabling destructive replacement of keyframes. Will followup this commit with a more comprehensive commit which gets rid of the rest of the problems, by incorporating some requests from Durian team.

* Fixed problems with users being able to see+edit the name of the active Keying Set in the Scene buttons. There is still a bug though with the list widget given how the indices are now interpreted...

Commit Details:

Full Hash: c46a955ee0e13d812780f8afe78a6a9c34bb84fa
SVN Revision: 27916
Parent Commit: ceebd18
Lines Changed: +186, -66

10 Modified Paths:

/release/scripts/keyingsets/keyingsets_utils.py (+1, -1) (Diff)
/release/scripts/ui/properties_scene.py (+6, -3) (Diff)
/source/blender/blenkernel/BKE_action.h (+3, -0) (Diff)
/source/blender/blenkernel/BKE_nla.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+24, -0) (Diff)
/source/blender/blenkernel/intern/nla.c (+60, -1) (Diff)
/source/blender/editors/animation/keyframing.c (+4, -11) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+2, -10) (Diff)
/source/blender/makesrna/intern/rna_action.c (+25, -18) (Diff)
/source/blender/makesrna/intern/rna_fcurve.c (+59, -22) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021