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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-08-23 13:04:30 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-08-23 13:04:30 +0400
commit9bae78ed5d2261c9d61c854d405286741fcb39b2 (patch)
treeb6d63943f9dd2081f857530eb5ac8173ed14f728 /source/blender/editors/space_sequencer/sequencer_intern.h
parent40db82e31482361a9cda585e3eb396e81859cf31 (diff)
Sequencer: move up/down operators for modifiers
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_intern.h')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_intern.h b/source/blender/editors/space_sequencer/sequencer_intern.h
index b87c5c454c7..4ee9c6710bc 100644
--- a/source/blender/editors/space_sequencer/sequencer_intern.h
+++ b/source/blender/editors/space_sequencer/sequencer_intern.h
@@ -179,6 +179,7 @@ void SEQUENCER_OT_properties(struct wmOperatorType *ot);
/* sequencer_modifiers.c */
void SEQUENCER_OT_strip_modifier_add(struct wmOperatorType *ot);
void SEQUENCER_OT_strip_modifier_remove(struct wmOperatorType *ot);
+void SEQUENCER_OT_strip_modifier_move(struct wmOperatorType *ot);
#endif /* __SEQUENCER_INTERN_H__ */