Blender Git Commit Log
Git Commits -> Revision c4860af
Revision c4860af by Joshua Leung (master) September 24, 2007, 11:29 (GMT) |
== Action and NLA Editor Transform == I've refactored the Action and NLA Editor Transform tools to use the Transform System instead of setting up their own transform loops. This should have happened ages ago, but no-one got around to doing so. * There are still a few bugs left to iron out of a few features, but on the whole it should work as well as it used to. These are: the values which get displayed when working with NLA-scaled actions may not all be correct yet; and the Time-Slide tool in the Action Editor is currently kindof broken. * One of the main benefits of this work, is that it is now possible to use Numeric Input during Transforms. * Also, a bug that meant that it was not possible to negatively scale keyframes in the Action Editor has been resolved. |
Commit Details:
Full Hash: c4860afba3d1bf18dfc36bf2ec76332267394f5b
SVN Revision: 12131
Parent Commit: 1fde6d4
Lines Changed: +918, -689
8 Modified Paths:
/source/blender/include/BIF_transform.h (+3, -0) (Diff)
/source/blender/include/transform.h (+9, -0) (Diff)
/source/blender/src/editaction.c (+19, -401) (Diff)
/source/blender/src/editnla.c (+12, -282) (Diff)
/source/blender/src/header_action.c (+2, -2) (Diff)
/source/blender/src/transform.c (+500, -1) (Diff)
/source/blender/src/transform_conversions.c (+329, -2) (Diff)
/source/blender/src/transform_generics.c (+44, -1) (Diff)
/source/blender/include/transform.h (+9, -0) (Diff)
/source/blender/src/editaction.c (+19, -401) (Diff)
/source/blender/src/editnla.c (+12, -282) (Diff)
/source/blender/src/header_action.c (+2, -2) (Diff)
/source/blender/src/transform.c (+500, -1) (Diff)
/source/blender/src/transform_conversions.c (+329, -2) (Diff)
/source/blender/src/transform_generics.c (+44, -1) (Diff)