[Bf-extensions-cvs] [6d0d31a] master: fix warning with UI description

Antony Riakiotakis noreply at git.blender.org
Fri Oct 10 12:55:19 CEST 2014


Commit: 6d0d31a1e272549f5770e314ae54163e39efa89b
Author: Antony Riakiotakis
Date:   Fri Oct 10 12:55:14 2014 +0200
Branches: master
https://developer.blender.org/rBA6d0d31a1e272549f5770e314ae54163e39efa89b

fix warning with UI description

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

M	io_scene_fbx/__init__.py

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

diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index dde8d39..ccf233f 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -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(



More information about the Bf-extensions-cvs mailing list