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:
authorAntony Riakiotakis <kalast@gmail.com>2014-12-08 17:48:09 +0300
committerAntony Riakiotakis <kalast@gmail.com>2014-12-08 17:48:09 +0300
commit04671df15ff406a7c7ccc0aa303f6f268dbb949a (patch)
treea3c0dccedbd95de43d07a6f36d2dcf59d854733b /source/blender/editors/space_sequencer/sequencer_intern.h
parent5d2f1a9466fd58f5cd7c3a2082abf61e7ec65859 (diff)
Code for runtime registration of widgets that should make it possible to
remove and add widgetgroup types from the system. Start operator that will control sequencer backdrop. Architecture here still needs a little work so good compatibility with Add-ons can be ensured.
Diffstat (limited to 'source/blender/editors/space_sequencer/sequencer_intern.h')
-rw-r--r--source/blender/editors/space_sequencer/sequencer_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/sequencer_intern.h b/source/blender/editors/space_sequencer/sequencer_intern.h
index 4e11b4da235..a63c670121d 100644
--- a/source/blender/editors/space_sequencer/sequencer_intern.h
+++ b/source/blender/editors/space_sequencer/sequencer_intern.h
@@ -129,6 +129,8 @@ void SEQUENCER_OT_paste(struct wmOperatorType *ot);
void SEQUENCER_OT_rebuild_proxy(struct wmOperatorType *ot);
+void SEQUENCER_OT_backdrop_transform(struct wmOperatorType *ot);
+
/* preview specific operators */
void SEQUENCER_OT_view_all_preview(struct wmOperatorType *ot);