Revision: 43523
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43523
Author: genscher
Date: 2012-01-19 09:58:25 +0000 (Thu, 19 Jan 2012)
Log Message:
-----------
Baked edit: Make particle edit mode more usable for Softbodies and Cloth (jahka
gave "OK")
Modified Paths:
--------------
trunk/blender/source/blender/makesrna/intern/rna_sculpt_paint.c
Modified: trunk/blender/source/blender/makesrna/intern/rna_sculpt_paint.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_sculpt_paint.c
2012-01-19 09:55:50 UTC (rev 43522)
+++ trunk/blender/source/blender/makesrna/intern/rna_sculpt_paint.c
2012-01-19 09:58:25 UTC (rev 43523)
@@ -476,12 +476,12 @@
RNA_def_property_ui_text(prop, "Brush", "");
prop= RNA_def_property(srna, "draw_step", PROP_INT, PROP_NONE);
- RNA_def_property_range(prop, 2, 10);
+ RNA_def_property_range(prop, 1, 10);
RNA_def_property_ui_text(prop, "Steps", "How many steps to draw the
path with");
RNA_def_property_update(prop, NC_OBJECT|ND_DRAW,
"rna_ParticleEdit_redo");
prop= RNA_def_property(srna, "fade_frames", PROP_INT, PROP_NONE);
- RNA_def_property_range(prop, 2, 100);
+ RNA_def_property_range(prop, 1, 100);
RNA_def_property_ui_text(prop, "Frames", "How many frames to fade");
RNA_def_property_update(prop, NC_OBJECT|ND_DRAW,
"rna_ParticleEdit_update");
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs