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

Sergey Sharybin g.ulairi at gmail.com
Tue Jul 12 10:43:21 CEST 2011


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

This should been never gone outside of my local working tree.

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

Modified: branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c
===================================================================
--- branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c	2011-07-12 07:03:25 UTC (rev 38321)
+++ branches/soc-2011-tomato/source/blender/blenkernel/intern/tracking.c	2011-07-12 08:43:21 UTC (rev 38322)
@@ -377,7 +377,7 @@
 	MovieTrackingTrack *track;
 
 #ifdef WITH_LIBMV
-	context->region_tracker= libmv_regionTrackerNew(100, 7, 0.2);
+	context->region_tracker= libmv_regionTrackerNew(100, 4, 0.2);
 #endif
 
 	context->settings= *settings;




More information about the Bf-blender-cvs mailing list