Blender Git Commit Log

Git Commits -> Revision 6b784a8

Revision 6b784a8 by Joshua Leung (master)
July 2, 2009, 06:41 (GMT)
NLA SoC: F-Modifiers working on NLA Strips

* Using the Ctrl-Shift-M hotkey, F-Modifiers can be added to all the selected strips.

* F-Modifiers can also be added/tweaked from the NLA N-Key properties. The UI now uses the same code as for the graph editor ones.

The UI drawing here is currently messed up from the NLA side, since it seems combining normal layout stuff and old-style uiBlocks doesn't seem to work too well (BUT! the buttons are at least functional).
Next up, I'll need to recode the buttons panel for the Graph Editor so that all of the drawing can be migrated over to use the new layout engine.

Commit Details:

Full Hash: 6b784a80f02deaca05e347dc2626dc92826f0944
SVN Revision: 21309
Parent Commit: f3c47a6
Lines Changed: +107, -11

9 Modified Paths:

/source/blender/editors/animation/fmodifier_ui.c (+1, -2) (Diff)
/source/blender/editors/include/ED_anim_api.h (+2, -2) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+1, -2) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+13, -3) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+81, -0) (Diff)
/source/blender/editors/space_nla/nla_intern.h (+2, -0) (Diff)
/source/blender/editors/space_nla/nla_ops.c (+5, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021