[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33699] trunk/blender/source/blender/ blenloader/intern/readfile.c: small tweak, moving / * put compatibility code here until next subversion bump */ {} to a distinct (right) place

Dalai Felinto dfelinto at gmail.com
Wed Dec 15 23:46:44 CET 2010


Revision: 33699
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33699
Author:   dfelinto
Date:     2010-12-15 23:46:43 +0100 (Wed, 15 Dec 2010)

Log Message:
-----------
small tweak, moving /* put compatibility code here until next subversion bump */ {} to a distinct (right) place
when doing a version bump, please remember to do that.

Modified Paths:
--------------
    trunk/blender/source/blender/blenloader/intern/readfile.c

Modified: trunk/blender/source/blender/blenloader/intern/readfile.c
===================================================================
--- trunk/blender/source/blender/blenloader/intern/readfile.c	2010-12-15 21:25:54 UTC (rev 33698)
+++ trunk/blender/source/blender/blenloader/intern/readfile.c	2010-12-15 22:46:43 UTC (rev 33699)
@@ -11156,7 +11156,6 @@
 			}
 		}
 
-	/* put compatibility code here until next subversion bump */
 	if (main->versionfile < 255 || (main->versionfile == 255 && main->subversionfile < 1)) {
 		Brush *br;
 		ParticleSettings *part;
@@ -11216,6 +11215,10 @@
 		}
 	}
 
+	/* put compatibility code here until next subversion bump */
+	{
+	}
+
 	/* WATCH IT!!!: pointers from libdata have not been converted yet here! */
 	/* WATCH IT 2!: Userdef struct init has to be in editors/interface/resources.c! */
 





More information about the Bf-blender-cvs mailing list