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:
authorGaia Clary <gaia.clary@machinimatrix.org>2012-05-25 15:43:57 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2012-05-25 15:43:57 +0400
commit81935ee6772afce569ddadc5ce5870728452b5d9 (patch)
treef5b4af248bf4d49b7730158f35eba5acf6567aa0 /release/scripts/presets/operator
parent6e01ba8cbc0418b7ff155bd2f0d2524ceeb99fca (diff)
Added a Factory Operator Preset for the Collada Exporter (Second Life presets)
Diffstat (limited to 'release/scripts/presets/operator')
-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