Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/presets/operator/wm.collada_export/second_life.py')
-rwxr-xr-xrelease/scripts/presets/operator/wm.collada_export/second_life.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/release/scripts/presets/operator/wm.collada_export/second_life.py b/release/scripts/presets/operator/wm.collada_export/second_life.py
new file mode 100755
index 00000000000..eea7423dc71
--- /dev/null
+++ b/release/scripts/presets/operator/wm.collada_export/second_life.py
@@ -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