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_anim_bvh/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'io_anim_bvh') diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py index 53a4db09..815f6dc1 100644 --- a/io_anim_bvh/__init__.py +++ b/io_anim_bvh/__init__.py @@ -66,7 +66,7 @@ class ImportBVH(bpy.types.Operator, ImportHelper): ('OBJECT', "Object", ""), ), name="Target", - description="Import target type.", + description="Import target type", default='ARMATURE') global_scale = FloatProperty( @@ -88,7 +88,7 @@ class ImportBVH(bpy.types.Operator, ImportHelper): ) rotate_mode = EnumProperty( name="Rotation", - description="Rotation conversion.", + description="Rotation conversion", items=(('QUATERNION', "Quaternion", "Convert rotations to quaternions"), ('NATIVE', "Euler (Native)", ("Use the rotation order " @@ -173,7 +173,7 @@ class ExportBVH(bpy.types.Operator, ExportHelper): ) rotate_mode = EnumProperty( name="Rotation", - description="Rotation conversion.", + description="Rotation conversion", items=(('NATIVE', "Euler (Native)", "Use the rotation order defined in the BVH file"), ('XYZ', "Euler (XYZ)", "Convert rotations to euler XYZ"), -- cgit v1.2.3