[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37402] trunk/blender/source/blender/ makesdna/DNA_scene_types.h: fix for recent commit, this stops makesdna from working right:

Campbell Barton ideasman42 at gmail.com
Sat Jun 11 12:09:56 CEST 2011


Revision: 37402
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37402
Author:   campbellbarton
Date:     2011-06-11 10:09:56 +0000 (Sat, 11 Jun 2011)
Log Message:
-----------
fix for recent commit, this stops makesdna from working right:
/* ... // ...  */

Modified Paths:
--------------
    trunk/blender/source/blender/makesdna/DNA_scene_types.h

Modified: trunk/blender/source/blender/makesdna/DNA_scene_types.h
===================================================================
--- trunk/blender/source/blender/makesdna/DNA_scene_types.h	2011-06-11 08:55:29 UTC (rev 37401)
+++ trunk/blender/source/blender/makesdna/DNA_scene_types.h	2011-06-11 10:09:56 UTC (rev 37402)
@@ -338,7 +338,7 @@
 	short bake_normal_space, bake_quad_split;
 	float bake_maxdist, bake_biasdist, bake_pad;
 
-	/* path to render output, can contain // suffix and #'s for current frame */
+	/* path to render output */
 	char pic[240];
 
 	/* stamps flags. */




More information about the Bf-blender-cvs mailing list