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>2013-02-27 21:48:07 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2013-02-27 21:48:07 +0400
commit979127582173f739f6aaf16fa259de2632a4c0d6 (patch)
treefed06fcc0bf303d88b4ce8c01bac61a7ae9b7b41 /release/scripts/presets/operator
parent2e830d05c47d4468180ddeca76c41482fd813bac (diff)
Added preset values for Collada exporter.
Diffstat (limited to 'release/scripts/presets/operator')
-rw-r--r--release/scripts/presets/operator/wm.collada_export/second_life_rigged.py1
-rw-r--r--release/scripts/presets/operator/wm.collada_export/second_life_static.py1
2 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/presets/operator/wm.collada_export/second_life_rigged.py b/release/scripts/presets/operator/wm.collada_export/second_life_rigged.py
index 81769a82728..40c3706a19f 100644
--- a/release/scripts/presets/operator/wm.collada_export/second_life_rigged.py
+++ b/release/scripts/presets/operator/wm.collada_export/second_life_rigged.py
@@ -12,6 +12,7 @@ op.deform_bones_only = True
op.active_uv_only = True
op.include_uv_textures = True
op.use_texture_copies = True
+op.use_ngons = False
op.use_object_instantiation = False
op.sort_by_name = True
op.second_life = True
diff --git a/release/scripts/presets/operator/wm.collada_export/second_life_static.py b/release/scripts/presets/operator/wm.collada_export/second_life_static.py
index ad06909a276..2e8265cdac0 100644
--- a/release/scripts/presets/operator/wm.collada_export/second_life_static.py
+++ b/release/scripts/presets/operator/wm.collada_export/second_life_static.py
@@ -12,6 +12,7 @@ op.deform_bones_only = False
op.active_uv_only = True
op.include_uv_textures = True
op.use_texture_copies = True
+op.use_ngons = False
op.use_object_instantiation = False
op.sort_by_name = True
op.second_life = False