[Bf-extensions-cvs] [026f365] master: Minor UI message fix.

Bastien Montagne noreply at git.blender.org
Tue Mar 24 21:38:24 CET 2015


Commit: 026f3654b9a3257a24f9040d9952a8a4db2cb842
Author: Bastien Montagne
Date:   Tue Mar 24 21:37:11 2015 +0100
Branches: master
https://developer.blender.org/rBA026f3654b9a3257a24f9040d9952a8a4db2cb842

Minor UI message fix.

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

M	io_scene_fbx/__init__.py

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

diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index 46fa90d..1cf2e5b 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -333,7 +333,8 @@ class ExportFBX(bpy.types.Operator, ExportHelper, IOFBXOrientationHelper):
             )
     bake_anim_use_all_bones = BoolProperty(
             name="Key All Bones",
-            description="Force exporting at least one key of animation for all bones (needed with some target apps, like UE4)",
+            description="Force exporting at least one key of animation for all bones "
+                        "(needed with some target applications, like UE4)",
             default=True,
             )
     bake_anim_use_nla_strips = BoolProperty(



More information about the Bf-extensions-cvs mailing list