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:
authorTianwei Shen <shentianweipku@gmail.com>2016-08-03 10:55:18 +0300
committerTianwei Shen <shentianweipku@gmail.com>2016-08-03 10:55:18 +0300
commite56c68cdcb86f64f7cc0079a0eefb957f77fdc06 (patch)
tree0e083f9863b77f2cc2cbfb2201cce077c58490b0 /source/blender/editors/include
parent77670703bd824874a15851d983dbb11dc13e955a (diff)
separating panning fields to RegionSpaceClip
- each sub-region now has its own zoom and panning - leave stabilization fields in SpaceClip as-is.
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_clip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_clip.h b/source/blender/editors/include/ED_clip.h
index 83b6b66811e..b24c1b03a87 100644
--- a/source/blender/editors/include/ED_clip.h
+++ b/source/blender/editors/include/ED_clip.h
@@ -84,6 +84,8 @@ void ED_space_clip_set_clip(struct bContext *C, struct bScreen *screen, struct S
void ED_space_clip_set_secondary_clip(struct bContext *C, struct bScreen *screen, struct SpaceClip *sc, struct MovieClip *secondary_clip);
void ED_clip_update_correspondence_mode(struct bContext *C, struct SpaceClip *sc);
+void ED_space_clip_region_set_lock_zero(struct bContext *C);
+
struct Mask *ED_space_clip_get_mask(struct SpaceClip *sc);
void ED_space_clip_set_mask(struct bContext *C, struct SpaceClip *sc, struct Mask *mask);