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

Sergey Sharybin g.ulairi at gmail.com
Wed Jun 22 18:28:41 CEST 2011


Revision: 37736
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37736
Author:   nazgul
Date:     2011-06-22 16:28:41 +0000 (Wed, 22 Jun 2011)
Log Message:
-----------
Camera tracking integration
===========================

Fixed bug with invalid colors for space clip when startup.blend
is created in 2.58 release build.

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

Modified: branches/soc-2011-tomato/source/blender/editors/interface/resources.c
===================================================================
--- branches/soc-2011-tomato/source/blender/editors/interface/resources.c	2011-06-22 16:16:25 UTC (rev 37735)
+++ branches/soc-2011-tomato/source/blender/editors/interface/resources.c	2011-06-22 16:28:41 UTC (rev 37736)
@@ -1576,7 +1576,7 @@
 		U.autokey_flag &= ~AUTOKEY_FLAG_ONLYKEYINGSET;
 	}
 	
-	if (bmain->versionfile <= 257) {
+	{
 		bTheme *btheme;
 		for(btheme= U.themes.first; btheme; btheme= btheme->next) {
 			if(btheme->tv3d.bundle_solid[3] == 0) {




More information about the Bf-blender-cvs mailing list