Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2009-06-19 16:45:08 +0400
committerJoshua Leung <aligorith@gmail.com>2009-06-19 16:45:08 +0400
commitd525ae17829ae13640488e6f50022b317a8eba63 (patch)
tree319470dbf833cfa5a26e14e857c17ecab9aac9d9 /source/blender/editors/space_nla/nla_intern.h
parente3fc5481b9da35336e5f7b7413938a089eb384af (diff)
NLA SoC: Duplicate Strips Operator (Shift D)
It is now possible to Duplicate Strips again. Strips are added into the first available space in the track above the original track (or a new track above the original if there wasn't any space). Also, separated out the 'add' operators into their own menu. This might need to be changed later...
Diffstat (limited to 'source/blender/editors/space_nla/nla_intern.h')
-rw-r--r--source/blender/editors/space_nla/nla_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_nla/nla_intern.h b/source/blender/editors/space_nla/nla_intern.h
index f1bde40f4ab..1237542172f 100644
--- a/source/blender/editors/space_nla/nla_intern.h
+++ b/source/blender/editors/space_nla/nla_intern.h
@@ -95,6 +95,7 @@ void NLAEDIT_OT_tweakmode_exit(wmOperatorType *ot);
void NLAEDIT_OT_add_actionclip(wmOperatorType *ot);
void NLAEDIT_OT_add_transition(wmOperatorType *ot);
+void NLAEDIT_OT_duplicate(wmOperatorType *ot);
void NLAEDIT_OT_delete(wmOperatorType *ot);
void NLAEDIT_OT_split(wmOperatorType *ot);