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>2011-06-17 18:47:22 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-06-17 18:47:22 +0400
commit35633f35d5aff73d041f6fb53e3eccf8fcb35b92 (patch)
treeef80e6b6249bb1cedadac05adf50c8216150f2a1 /source/blender/editors/space_clip/clip_intern.h
parent4cd25c18865b477f6e65f1d20576bcbb6be387db (diff)
Camera tracking integration
=========================== Refactored interface of movie clip editor: - Remove all "modal" things like active tool and mode. They aren't so useful as I thought when was starting implementation of UI. - Toolbar (T-panel) now contains tools only, no options/properties there. - All properties are moved to properties panel (N-panel).
Diffstat (limited to 'source/blender/editors/space_clip/clip_intern.h')
-rw-r--r--source/blender/editors/space_clip/clip_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h
index 30996845708..327314fafec 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -47,7 +47,7 @@ struct wmOperatorType;
void CLIP_OT_open(struct wmOperatorType *ot);
void CLIP_OT_reload(struct wmOperatorType *ot);
void CLIP_OT_tools(struct wmOperatorType *ot);
-// void CLIP_OT_properties(struct wmOperatorType *ot);
+ void CLIP_OT_properties(struct wmOperatorType *ot);
// void CLIP_OT_unlink(struct wmOperatorType *ot);
void CLIP_OT_view_pan(struct wmOperatorType *ot);
void CLIP_OT_view_zoom(wmOperatorType *ot);