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");

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to