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.
This commit is contained in:
@@ -41,7 +41,7 @@ struct gla2DDrawInfo;
|
||||
struct Object;
|
||||
struct bActionGroup;
|
||||
struct FCurve;
|
||||
struct IpoCurve; // xxx
|
||||
struct FModifier;
|
||||
|
||||
/* ************************************************ */
|
||||
/* ANIMATION CHANNEL FILTERING */
|
||||
@@ -300,7 +300,7 @@ struct uiBlock;
|
||||
|
||||
/* draw a given F-Modifier for some layout/UI-Block */
|
||||
// XXX not quite complete yet
|
||||
void ANIM_uiTemplate_fmodifier_draw(struct uiBlock *block, struct FCurve *fcu, struct FModifier *fcm, int *yco);
|
||||
void ANIM_uiTemplate_fmodifier_draw(struct uiBlock *block, ListBase *modifiers, struct FModifier *fcm, int *yco);
|
||||
|
||||
/* ************************************************* */
|
||||
/* ASSORTED TOOLS */
|
||||
|
||||
Reference in New Issue
Block a user