Blender Git Commit Log
Git Commits -> Revision 28d371d
Revision 28d371d by Joshua Leung (master) July 3, 2009, 01:10 (GMT) |
NLA SoC: Assorted fixes * Made NLA Editing functions more aware of transitions. - A transition can only be added between a pair of action-clips. Previous, two transitions could be added next to each other, which has undefined behaviour - Deleting a strip with transition(s) on either side will remove the transitions too. Feedback welcome on this - The 'type' setting for NLA-Strips is no longer editable. This was dangerous as it could result in transitions with undefined behaviour (though nothing would happen). * Menus for adding F-Modifiers now only show relevant modifiers (i.e. 'Invalid' is not included in the list, and 'Cycles' doesn't need to be shown for NLA since we've got repeat) * Function Generator and Noise F-Modifiers now have complete GUI's. A few settings were missed during the porting process. * F-Modifier buttons now have their source-ID's included in the RNA Pointers used. This didn't get them animateable directly, but is a step closer. |
Commit Details:
Full Hash: 28d371d1178642e17f5dfc300f1500a132ce7149
SVN Revision: 21329
Parent Commit: e55d90b
Lines Changed: +150, -42
10 Modified Paths:
/source/blender/blenkernel/BKE_fcurve.h (+27, -6) (Diff)
/source/blender/blenkernel/intern/nla.c (+4, -4) (Diff)
/source/blender/editors/animation/fmodifier_ui.c (+32, -24) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+30, -1) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+48, -2) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+5, -1) (Diff)
/source/blender/blenkernel/intern/nla.c (+4, -4) (Diff)
/source/blender/editors/animation/fmodifier_ui.c (+32, -24) (Diff)
/source/blender/editors/include/ED_anim_api.h (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+30, -1) (Diff)
/source/blender/editors/space_nla/nla_buttons.c (+1, -1) (Diff)
/source/blender/editors/space_nla/nla_edit.c (+48, -2) (Diff)
/source/blender/makesdna/DNA_anim_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_nla.c (+5, -1) (Diff)