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-13 20:06:53 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-07-13 20:06:53 +0400
commit830de1e3be1b384ca36248e93acf5fe1ec7060b7 (patch)
treefd0e71e56b31dc379e85a2ece8030b8532bc1053 /source/blender/editors/space_clip/clip_intern.h
parenteccccd7b092929d3159dee4d3a48a0c1dd3caaee (diff)
Camera tracking integration
=========================== - Report an error if more than needed tracks are selected for orientation operators. - Added possibility to align bundle along X or Y axis.
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 52c7d4583cb..baf1c5fbaf1 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -79,7 +79,7 @@ void CLIP_OT_hide_tracks_clear(struct wmOperatorType *ot);
void CLIP_OT_set_origin(struct wmOperatorType *ot);
void CLIP_OT_set_floor(struct wmOperatorType *ot);
-void CLIP_OT_set_x_axis(struct wmOperatorType *ot);
+void CLIP_OT_set_axis(struct wmOperatorType *ot);
void CLIP_OT_slide_marker(struct wmOperatorType *ot);