[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18444] branches/blender2.5/blender/source /blender/makesdna/DNA_scene_types.h: 2.5

Ton Roosendaal ton at blender.org
Sat Jan 10 18:38:29 CET 2009


Revision: 18444
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18444
Author:   ton
Date:     2009-01-10 18:38:29 +0100 (Sat, 10 Jan 2009)

Log Message:
-----------
2.5

Bugfix; 64 bits alignment error in vpaint. tsk to me!

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/makesdna/DNA_scene_types.h

Modified: branches/blender2.5/blender/source/blender/makesdna/DNA_scene_types.h
===================================================================
--- branches/blender2.5/blender/source/blender/makesdna/DNA_scene_types.h	2009-01-10 17:20:34 UTC (rev 18443)
+++ branches/blender2.5/blender/source/blender/makesdna/DNA_scene_types.h	2009-01-10 17:38:29 UTC (rev 18444)
@@ -380,7 +380,7 @@
 	float size;							/* of brush */
 	float gamma, mul;
 	short mode, flag;
-	int tot, pad;						/* allocation size of prev buffers */
+	int tot;							/* allocation size of prev buffers */
 	unsigned int *vpaint_prev;			/* previous mesh colors */
 	struct MDeformVert *wpaint_prev;	/* previous vertex weights */
 	





More information about the Bf-blender-cvs mailing list