Grr, should always test changes before committing :/

This commit is contained in:
Bastien Montagne 2014-09-10 17:08:55 +02:00
parent f8769f35a5
commit 6134975020
1 changed files with 0 additions and 1 deletions

View File

@ -406,7 +406,6 @@ class ExportFBX_experimental(bpy.types.Operator, ExportHelper):
def draw(self, context):
layout = self.layout
layout.prop(self, "version")
layout.prop(self, "use_selection")
layout.prop(self, "global_scale")
layout.prop(self, "axis_forward")