Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-03-06 13:57:52 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-03-06 13:57:52 +0300
commit5fa6984635fcf998db556348b0a8450d5e3d1297 (patch)
tree2e786f14855de7b4685024974e843c9c2a9fd911
parentffb9eb7eda6961af0e76fcaf81199183da55812c (diff)
FBX: fix 7.4 exporter tooltip.
-rw-r--r--io_scene_fbx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py
index ea89576a..6b6f39e4 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",