[Bf-blender-cvs] [5767ef5] soc-2016-multiview: remove one line of setting zoom

Tianwei Shen noreply at git.blender.org
Fri Aug 12 09:53:07 CEST 2016


Commit: 5767ef53a7dea0668d841bd5e0ba49b0f63eba52
Author: Tianwei Shen
Date:   Fri Aug 12 15:52:35 2016 +0800
Branches: soc-2016-multiview
https://developer.blender.org/rB5767ef53a7dea0668d841bd5e0ba49b0f63eba52

remove one line of setting zoom

it is not needed since we have RegionSpaceClip now.

===================================================================

M	source/blender/editors/space_clip/space_clip.c

===================================================================

diff --git a/source/blender/editors/space_clip/space_clip.c b/source/blender/editors/space_clip/space_clip.c
index 207f19d..c8d98b1 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;




More information about the Bf-blender-cvs mailing list