FBX: fix 7.4 exporter tooltip.

This commit is contained in:
Bastien Montagne 2015-03-06 11:57:52 +01:00
parent ffb9eb7eda
commit 5fa6984635
1 changed files with 1 additions and 1 deletions

View File

@ -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",