[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38505] branches/soc-2011-tomato/source/ blender/editors/space_clip/space_clip.c: Camera tracking integration

Sergey Sharybin g.ulairi at gmail.com
Tue Jul 19 09:56:02 CEST 2011


Revision: 38505
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38505
Author:   nazgul
Date:     2011-07-19 07:56:01 +0000 (Tue, 19 Jul 2011)
Log Message:
-----------
Camera tracking integration
===========================

Small fix: forgot to initialize track preview height for
new space clip editor.

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/editors/space_clip/space_clip.c

Modified: branches/soc-2011-tomato/source/blender/editors/space_clip/space_clip.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_clip/space_clip.c	2011-07-19 05:05:54 UTC (rev 38504)
+++ branches/soc-2011-tomato/source/blender/editors/space_clip/space_clip.c	2011-07-19 07:56:01 UTC (rev 38505)
@@ -96,6 +96,7 @@
 	sc->flag= SC_SHOW_MARKER_PATTERN|SC_SHOW_TRACK_PATH;
 	sc->zoom= 1.0f;
 	sc->path_length= 20;
+	sc->scopes.track_preview_height= 120;
 
 	/* header */
 	ar= MEM_callocN(sizeof(ARegion), "header for clip");




More information about the Bf-blender-cvs mailing list