[Bf-extensions-cvs] [307a62b] master: Improve name for BVH setting

Campbell Barton noreply at git.blender.org
Fri May 23 01:44:31 CEST 2014


Commit: 307a62b1df7ded7f7ed0d8857dcb7fb72f164636
Author: Campbell Barton
Date:   Fri May 23 09:43:35 2014 +1000
https://developer.blender.org/rBA307a62b1df7ded7f7ed0d8857dcb7fb72f164636

Improve name for BVH setting

===================================================================

M	io_anim_bvh/__init__.py

===================================================================

diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py
index 138d584..a4a42a9 100644
--- a/io_anim_bvh/__init__.py
+++ b/io_anim_bvh/__init__.py
@@ -191,8 +191,8 @@ class ExportBVH(bpy.types.Operator, ExportHelper):
             default='NATIVE',
             )
     root_transform_only = BoolProperty(
-            name="Root Transform Only",
-            description="Only write out transform channels for the root bone",
+            name="Root Translation Only",
+            description="Only write out translation channels for the root bone",
             default=False,
             )



More information about the Bf-extensions-cvs mailing list