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-07-09 23:51:23 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-07-09 23:51:23 +0400
commit964c3cb0fa704ac67c7c663a82210260b6453845 (patch)
tree88a10f25fe655175513f97b5477bf032ecf3aa15 /source/blender/editors/space_clip/clip_intern.h
parent98242d4653c62ec510a6ea2c1f190ea14034acc5 (diff)
Camera tracking integration
=========================== - Implemented hide/show track functionality. - Small re-exposing Marker menu into UI. Now it's called "Track". Added new operators there. - Set reconstructed clip as active to scene.
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, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h
index b8e3527be9f..3e544697660 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -74,6 +74,8 @@ void CLIP_OT_clear_reconstruction(struct wmOperatorType *ot);
void CLIP_OT_clear_track_path(struct wmOperatorType *ot);
void CLIP_OT_disable_markers(struct wmOperatorType *ot);
+void CLIP_OT_hide_tracks(struct wmOperatorType *ot);
+void CLIP_OT_hide_tracks_clear(struct wmOperatorType *ot);
void CLIP_OT_set_origin(struct wmOperatorType *ot);