Skip to content
Snippets Groups Projects
Commit dece894f authored by Campbell Barton's avatar Campbell Barton
Browse files

minor edit to OBJ clamp tooltip.

parent 43e4ff49
No related branches found
No related tags found
No related merge requests found
......@@ -113,8 +113,8 @@ class ImportOBJ(bpy.types.Operator, ImportHelper):
)
global_clamp_size = FloatProperty(
name="Clamp Scale",
description="Clamp the size to this maximum (Zero to Disable)",
name="Clamp Size",
description="Clamp bounds under this value (zero to disable)",
min=0.0, max=1000.0,
soft_min=0.0, soft_max=1000.0,
default=0.0,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment