[Bf-extensions-cvs] [5fa6984] master: FBX: fix 7.4 exporter tooltip.

Bastien Montagne noreply at git.blender.org
Fri Mar 6 11:58:11 CET 2015


Commit: 5fa6984635fcf998db556348b0a8450d5e3d1297
Author: Bastien Montagne
Date:   Fri Mar 6 11:57:52 2015 +0100
Branches: master
https://developer.blender.org/rBA5fa6984635fcf998db556348b0a8450d5e3d1297

FBX: fix 7.4 exporter tooltip.

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

M	io_scene_fbx/__init__.py

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

diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index ea89576..6b6f39e 100644
--- a/io_scene_fbx/__init__.py
+++ b/io_scene_fbx/__init__.py
@@ -213,7 +213,7 @@ class ExportFBX(bpy.types.Operator, ExportHelper, OrientationHelper):
     # to the class instance from the operator settings before calling.
 
     version = EnumProperty(
-            items=(('BIN7400', "FBX 7.4 binary", "Newer 7.4 binary version, still in development (no animation yet)"),
+            items=(('BIN7400', "FBX 7.4 binary", "Modern 7.4 binary version"),
                    ('ASCII6100', "FBX 6.1 ASCII", "Legacy 6.1 ascii version"),
                    ),
             name="Version",



More information about the Bf-extensions-cvs mailing list