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:
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,
)