Merging trunk up to r39637.

This commit is contained in:
Joerg Mueller
2011-08-22 20:31:46 +00:00
151 changed files with 1992 additions and 1457 deletions

View File

@@ -195,8 +195,12 @@ class SubdivisionSet(Operator):
bl_label = "Subdivision Set"
bl_options = {'REGISTER', 'UNDO'}
level = IntProperty(name="Level",
default=1, min=-100, max=100, soft_min=-6, soft_max=6)
level = IntProperty(
name="Level",
min=-100, max=100,
soft_min=-6, soft_max=6,
default=1,
)
relative = BoolProperty(
name="Relative",