[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [30284] branches/soc-2010-jwilkins/source/ blender/editors/sculpt_paint/paint_utils.c: * removed OPTYPE_REGISTER from curve preset operator

Jason Wilkins Jason.A.Wilkins at gmail.com
Tue Jul 13 23:07:34 CEST 2010


Revision: 30284
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=30284
Author:   jwilkins
Date:     2010-07-13 23:07:34 +0200 (Tue, 13 Jul 2010)

Log Message:
-----------
* removed OPTYPE_REGISTER from curve preset operator

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

Modified: branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/paint_utils.c
===================================================================
--- branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/paint_utils.c	2010-07-13 20:59:09 UTC (rev 30283)
+++ branches/soc-2010-jwilkins/source/blender/editors/sculpt_paint/paint_utils.c	2010-07-13 21:07:34 UTC (rev 30284)
@@ -229,7 +229,7 @@
 	ot->exec= brush_curve_preset_exec;
 	ot->poll= brush_curve_preset_poll;
 
-	ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO;
+	ot->flag= OPTYPE_UNDO;
 
 	RNA_def_enum(ot->srna, "shape", prop_shape_items, CURVE_PRESET_SMOOTH, "Mode", "");
 }





More information about the Bf-blender-cvs mailing list