Improve name for BVH setting

This commit is contained in:
Campbell Barton 2014-05-23 09:43:35 +10:00
parent db6e3acd34
commit 307a62b1df
Notes: blender-bot 2023-02-14 20:14:16 +01:00
Referenced by issue #36343, BVH export: confusing option "root transform only"
1 changed files with 2 additions and 2 deletions

View File

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