fix warning with UI description

This commit is contained in:
Antonis Ryakiotakis 2014-10-10 12:55:14 +02:00
parent c8da8674d0
commit 6d0d31a1e2
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ class ExportFBX(bpy.types.Operator, ExportHelper):
name="Add leaf bones",
description=("Append a last bone to the end of each chain to specify bone length. It is useful to, "
"enable this when exporting into another modelling application and to disable this when"
"exporting into a game engine or real-time viewer."),
"exporting into a game engine or real-time viewer"),
default=True # False for commit!
)
primary_bone_axis = EnumProperty(