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:
authorCampbell Barton <ideasman42@gmail.com>2013-10-05 18:19:39 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-05 18:19:39 +0400
commitb20c3f97a49e57625fbc917236dd726c4e0a8b8d (patch)
tree99eed11ff0484bf6fcf5a4187c37c3c9937091b7 /release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py
parent874f68279f892ce75bfde94d31980af498762a0f (diff)
rename presets not to use '+' character, also some typo fixes.
Diffstat (limited to 'release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py')
-rw-r--r--release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py b/release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py
new file mode 100644
index 00000000000..9e2efcaa727
--- /dev/null
+++ b/release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py
@@ -0,0 +1,18 @@
+import bpy
+op = bpy.context.active_operator
+
+op.apply_modifiers = True
+op.export_mesh_type = 0
+op.export_mesh_type_selection = 'view'
+op.selected = True
+op.include_children = False
+op.include_armatures = False
+op.include_shapekeys = False
+op.deform_bones_only = False
+op.active_uv_only = True
+op.include_uv_textures = True
+op.use_texture_copies = True
+op.triangulate = True
+op.use_object_instantiation = False
+op.sort_by_name = True
+op.open_sim = False