From 1d1482044b46c98f86c33945a1bd1cf4edc7bb36 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 19 Sep 2011 15:08:06 +0000 Subject: /trunk: Removed final points in UI strings and messages. Plus a few styling enhancements. [[Split portion of a mixed commit.]] --- io_scene_3ds/__init__.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'io_scene_3ds') diff --git a/io_scene_3ds/__init__.py b/io_scene_3ds/__init__.py index 52289c37..aacb8ce2 100644 --- a/io_scene_3ds/__init__.py +++ b/io_scene_3ds/__init__.py @@ -61,22 +61,22 @@ class Import3DS(bpy.types.Operator, ImportHelper): constrain_size = FloatProperty( name="Size Constraint", - description=("Scale the model by 10 until it reacehs the " - "size constraint. Zero Disables."), + description="Scale the model by 10 until it reacehs the " \ + "size constraint. Zero Disables", min=0.0, max=1000.0, soft_min=0.0, soft_max=1000.0, default=10.0, ) use_image_search = BoolProperty( name="Image Search", - description=("Search subdirectories for any assosiated images " - "(Warning, may be slow)"), + description="Search subdirectories for any assosiated images " \ + "(Warning, may be slow)", default=True, ) use_apply_transform = BoolProperty( name="Apply Transform", - description=("Workaround for object transformations " - "importing incorrectly"), + description="Workaround for object transformations " \ + "importing incorrectly", default=True, ) -- cgit v1.2.3