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-06-14 23:19:11 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2012-06-14 23:19:11 +0400
commit8ae116fbbb505be7055046eb15ba82ced203ced2 (patch)
treea8264cce72c26eb9704ab8484a57791b34b88f22 /release/scripts/presets
parentc42d4b101ba01d71e49321d7c82e0edf794a1bcd (diff)
Collada: (Exporter) fix Operator preset
Diffstat (limited to 'release/scripts/presets')
-rw-r--r--release/scripts/presets/operator/wm.collada_export/second_life.py4
1 files changed, 3 insertions, 1 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
index 151c4e55652..be9656428ab 100644
--- a/release/scripts/presets/operator/wm.collada_export/second_life.py
+++ b/release/scripts/presets/operator/wm.collada_export/second_life.py
@@ -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