Skip to content
Snippets Groups Projects
Commit 9b80eb7f authored by Campbell Barton's avatar Campbell Barton
Browse files

edit some fbx properties

parent c1856348
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ class ExportFBX(bpy.types.Operator, ExportHelper):
('Y', "Y Forward", ""),
('Z', "Z Forward", ""),
('-X', "-X Forward", ""),
('-Y', "-Y Forward (Blender)", ""),
('-Y', "-Y Forward", ""),
('-Z', "-Z Forward", ""),
),
default='-Z',
......@@ -93,7 +93,7 @@ class ExportFBX(bpy.types.Operator, ExportHelper):
name="Up",
items=(('X', "X Up", ""),
('Y', "Y Up", ""),
('Z', "Z Up (Blender)", ""),
('Z', "Z Up", ""),
('-X', "-X Up", ""),
('-Y', "-Y Up", ""),
('-Z', "-Z Up", ""),
......@@ -166,7 +166,7 @@ class ExportFBX(bpy.types.Operator, ExportHelper):
)
path_mode = path_reference_mode
use_rotate_workaround = BoolProperty(
name="Rotate Animation Fix",
name="XNA Rotate Animation Hack",
description="Disable global rotation, for XNA compatibility",
default=False,
)
......@@ -183,7 +183,7 @@ class ExportFBX(bpy.types.Operator, ExportHelper):
),
)
use_batch_own_dir = BoolProperty(
name="Own Dir",
name="Batch Own Dir",
description="Create a dir for each exported file",
default=True,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment