Collada: (Exporter) fix Operator preset

This commit is contained in:
Gaia Clary
2012-06-14 19:19:11 +00:00
parent c42d4b101b
commit 8ae116fbbb

View File

@@ -3,6 +3,8 @@ op = bpy.context.active_operator
op.selected = True
op.apply_modifiers = True
op.include_bone_children = False
op.include_armatures = False
op.include_children = False
op.use_object_instantiation = False
op.sort_by_name = True
op.second_life = True