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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-10-01 11:06:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-01 11:06:29 +0400
commitdece894f25c81b623fafbb9f2456910394fab6c9 (patch)
tree2571b1861100f82720d5bc77900399e1856b7555 /io_scene_obj/__init__.py
parent43e4ff490d9e0d3700cf168c33f70404186408d2 (diff)
minor edit to OBJ clamp tooltip.
Diffstat (limited to 'io_scene_obj/__init__.py')
-rw-r--r--io_scene_obj/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index ef03b416..db08318d 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -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,