From 741a66e472577c786585e0b6a1af9ccad89c9ca5 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sun, 1 Mar 2015 00:38:44 +1300 Subject: Action Editor WIP: Adding new actions in Action Editor now uses the "stash and create new" operator In constrast to the old "new" operator, this operator will stash the existing action in the stack to prevent it from being lost. This situation isn't totally ideal yet, since the NLA Editor still calls the old method. --- source/blender/editors/space_action/action_ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_action/action_ops.c') diff --git a/source/blender/editors/space_action/action_ops.c b/source/blender/editors/space_action/action_ops.c index 0bf31d2dfb3..8c706d8da57 100644 --- a/source/blender/editors/space_action/action_ops.c +++ b/source/blender/editors/space_action/action_ops.c @@ -81,6 +81,7 @@ void action_operatortypes(void) WM_operatortype_append(ACTION_OT_new); WM_operatortype_append(ACTION_OT_push_down); WM_operatortype_append(ACTION_OT_stash); + WM_operatortype_append(ACTION_OT_stash_and_create); WM_operatortype_append(ACTION_OT_previewrange_set); WM_operatortype_append(ACTION_OT_view_all); -- cgit v1.2.3