@@ -56,7 +56,7 @@ class ExportFBX(bpy.types.Operator, ExportHelper):
# List of operator properties, the attributes will be assigned
# to the class instance from the operator settings before calling.
use_selection=BoolProperty(name="Selected Objects",description="Export selected objects on visible layers",default=True)
use_selection=BoolProperty(name="Selected Objects",description="Export selected objects on visible layers",default=False)
# EXP_OBS_SCENE = BoolProperty(name="Scene Objects", description="Export all objects in this scene", default=True)
global_scale=FloatProperty(name="Scale",description="Scale all data, (Note! some imports dont support scaled armatures)",min=0.01,max=1000.0,soft_min=0.01,soft_max=1000.0,default=1.0)