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-08-08 20:30:09 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-08-08 20:30:09 +0400
commit9c36d6c0c35fb4d7b8d5893453b87189590b2ff4 (patch)
tree5341ea8d7a99ccd516fc31a648732737229aad99 /source/blender/editors/space_clip/clip_intern.h
parentcda2e617841cffddaa117639c75622c95f87a1da (diff)
Camera tracking integration
=========================== Added grease pencil to clip editor. Idea is to use it for supervised camera calibraiton. "Disable Marker" hotkey was changed to Shift-D
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 2e786faab3b..e1bdd3d4149 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -102,7 +102,7 @@ void CLIP_OT_clean_tracks(wmOperatorType *ot);
/* clip_draw.c */
void draw_clip_main(struct SpaceClip *sc, struct ARegion *ar, struct Scene *scene);
-void draw_clip_track_widget(const bContext *C, void *poin, void *arg1, void *arg2, rcti *rect);
+void draw_clip_grease_pencil(struct bContext *C, int onlyv2d);
/* clip_buttons.c */
void ED_clip_buttons_register(struct ARegionType *art);