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

Sergey Sharybin g.ulairi at gmail.com
Wed Sep 28 17:51:35 CEST 2011


Revision: 40661
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40661
Author:   nazgul
Date:     2011-09-28 15:51:35 +0000 (Wed, 28 Sep 2011)
Log Message:
-----------
Camera tracking integration
==========================-

Request form Francois: reduce minimal required tracks for
solving from 10 to 8.

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

Modified: branches/soc-2011-tomato/source/blender/editors/space_clip/tracking_ops.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/space_clip/tracking_ops.c	2011-09-28 15:42:55 UTC (rev 40660)
+++ branches/soc-2011-tomato/source/blender/editors/space_clip/tracking_ops.c	2011-09-28 15:51:35 UTC (rev 40661)
@@ -1487,7 +1487,7 @@
 		track= track->next;
 	}
 
-	return tot>=10;
+	return tot>=8;
 }
 
 static int solve_camera_exec(bContext *C, wmOperator *op)




More information about the Bf-blender-cvs mailing list