Added a Factory Operator Preset for the Collada Exporter (Second Life presets)

This commit is contained in:
Gaia Clary 2012-05-25 11:43:57 +00:00
parent 6e01ba8cbc
commit 81935ee677

@ -0,0 +1,8 @@
import bpy
op = bpy.context.active_operator
op.filepath = 'untitled.dae'
op.selected = True
op.apply_modifiers = True
op.include_bone_children = False
op.second_life = True