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-12 10:52:35 +0300
committerTianwei Shen <shentianweipku@gmail.com>2016-08-12 10:52:35 +0300
commit5767ef53a7dea0668d841bd5e0ba49b0f63eba52 (patch)
treead3aa3fa094b0f705f399db379cfe254b29b4431 /source/blender/editors/space_clip
parentf4fd5dc6e19864761c8be2465071a7439f10e87c (diff)
remove one line of setting zoom
it is not needed since we have RegionSpaceClip now.
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/space_clip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/space_clip.c b/source/blender/editors/space_clip/space_clip.c
index 207f19d740f..c8d98b1d7ec 100644
--- a/source/blender/editors/space_clip/space_clip.c
+++ b/source/blender/editors/space_clip/space_clip.c
@@ -248,7 +248,6 @@ static SpaceLink *clip_new(const bContext *C)
sc->spacetype = SPACE_CLIP;
sc->flag = SC_SHOW_MARKER_PATTERN | SC_SHOW_TRACK_PATH |
SC_SHOW_GRAPH_TRACKS_MOTION | SC_SHOW_GRAPH_FRAMES | SC_SHOW_GPENCIL;
- //sc->zoom = 1.0f;
sc->path_length = 20;
sc->scopes.track_preview_height = 120;
sc->around = V3D_AROUND_LOCAL_ORIGINS;