[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52125] trunk/blender/source/blender/ makesdna/DNA_gpencil_types.h: DNA alignment fix for GPencil commit

Joshua Leung aligorith at gmail.com
Mon Nov 12 03:25:25 CET 2012


Revision: 52125
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52125
Author:   aligorith
Date:     2012-11-12 02:25:21 +0000 (Mon, 12 Nov 2012)
Log Message:
-----------
DNA alignment fix for GPencil commit

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

Modified: trunk/blender/source/blender/makesdna/DNA_gpencil_types.h
===================================================================
--- trunk/blender/source/blender/makesdna/DNA_gpencil_types.h	2012-11-12 02:02:55 UTC (rev 52124)
+++ trunk/blender/source/blender/makesdna/DNA_gpencil_types.h	2012-11-12 02:25:21 UTC (rev 52125)
@@ -56,7 +56,10 @@
 	
 	short thickness;		/* thickness of stroke (currently not used) */
 	short flag;				/* various settings about this stroke */
+	
+	float pad;
 	double inittime;		/* Init time of stroke */
+	float pad2;
 } bGPDstroke;
 
 /* bGPDstroke->flag */




More information about the Bf-blender-cvs mailing list