[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39223] branches/soc-2011-tomato/source/ blender/blenkernel/intern/movieclip.c: Camera tracking integration

Sergey Sharybin g.ulairi at gmail.com
Tue Aug 9 19:51:32 CEST 2011


Revision: 39223
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39223
Author:   nazgul
Date:     2011-08-09 17:51:32 +0000 (Tue, 09 Aug 2011)
Log Message:
-----------
Camera tracking integration
===========================

Use initial pixel aspect ratio of 1.0 for new clips.

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/blenkernel/intern/movieclip.c

Modified: branches/soc-2011-tomato/source/blender/blenkernel/intern/movieclip.c
===================================================================
--- branches/soc-2011-tomato/source/blender/blenkernel/intern/movieclip.c	2011-08-09 17:37:53 UTC (rev 39222)
+++ branches/soc-2011-tomato/source/blender/blenkernel/intern/movieclip.c	2011-08-09 17:51:32 UTC (rev 39223)
@@ -341,6 +341,7 @@
 	clip->aspx= clip->aspy= 1.0f;
 
 	clip->tracking.camera.sensor_width= 35.0f;
+	clip->tracking.camera.pixel_aspect= 1.0f;
 	clip->tracking.camera.units= CAMERA_UNITS_MM;
 
 	clip->tracking.settings.frames_limit= 20;




More information about the Bf-blender-cvs mailing list