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>2014-05-23 03:43:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-23 03:43:35 +0400
commit307a62b1df7ded7f7ed0d8857dcb7fb72f164636 (patch)
tree2de3efc333bc7cfd6ba93310f0690bbc6ae960bd /io_anim_bvh
parentdb6e3acd34cdbb74b7ff10d0836316e8949b032a (diff)
Improve name for BVH setting
Diffstat (limited to 'io_anim_bvh')
-rw-r--r--io_anim_bvh/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py
index 138d5845..a4a42a99 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,
)