[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29859] branches/soc-2010-jwilkins/source/ blender/editors/sculpt_paint/sculpt.c: * fixed crash

Jason Wilkins Jason.A.Wilkins at gmail.com
Fri Jul 2 01:13:30 CEST 2010


Revision: 29859
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29859
Author:   jwilkins
Date:     2010-07-02 01:13:29 +0200 (Fri, 02 Jul 2010)

Log Message:
-----------
* fixed crash

Modified Paths:
--------------
    branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/sculpt.c

Modified: branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/sculpt.c
===================================================================
--- branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/sculpt.c	2010-07-01 22:12:24 UTC (rev 29858)
+++ branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/sculpt.c	2010-07-01 23:13:29 UTC (rev 29859)
@@ -3453,6 +3453,7 @@
 		{ WM_BRUSHSTROKE_NORMAL, "NORMAL", 0, "Normal", "Apply brush normally" },
 		{ WM_BRUSHSTROKE_INVERT, "INVERT", 0, "Invert", "Invert action of brush for duration of stroke" },
 		{ WM_BRUSHSTROKE_SMOOTH, "SMOOTH", 0, "Smooth", "Switch brush to smooth mode for duration of stroke" },
+		{ 0 }
 	};
 
 	ot->flag |= OPTYPE_REGISTER;





More information about the Bf-blender-cvs mailing list