Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2011-09-05 20:27:25 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-09-05 20:27:25 +0400
commit5a3c6ccadb8925d6e2b1da2b2861de35b33f939f (patch)
treeee9b2a9e66c60f10f963399f198a9268b2cc5bc6 /source/blender/makesrna/intern/rna_modifier.c
parent4393df93202198b5eaaff438e18060c66b98928d (diff)
parent59dbd53e72ae25edf247e49ea1e291af277fecc4 (diff)
Merging r39847 through r39930 from trunk into vgroup_modifiers.
Diffstat (limited to 'source/blender/makesrna/intern/rna_modifier.c')
-rw-r--r--source/blender/makesrna/intern/rna_modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c
index 8700a6938ef..76e34352e8d 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -2432,7 +2432,7 @@ static void rna_def_modifier_screw(BlenderRNA *brna)
prop= RNA_def_property(srna, "steps", PROP_INT, PROP_UNSIGNED);
RNA_def_property_range(prop, 2, 10000);
- RNA_def_property_ui_range(prop, 2, 512, 1, 0);
+ RNA_def_property_ui_range(prop, 3, 512, 1, 0);
RNA_def_property_ui_text(prop, "Steps", "Number of steps in the revolution");
RNA_def_property_update(prop, 0, "rna_Modifier_update");