From be701b6278769465495ec43d1d6817cf5fbfeaca Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Sat, 2 Mar 2013 15:58:13 +0000 Subject: Collada: Added support for ngon export/import and added triangulate option to export --- .../scripts/presets/operator/wm.collada_export/second_life_rigged.py | 2 +- .../scripts/presets/operator/wm.collada_export/second_life_static.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'release') 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 40c3706a19f..717e044ccd6 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,7 +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.triangulate = True 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 2e8265cdac0..9518fe5fb35 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,7 +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.triangulate = True op.use_object_instantiation = False op.sort_by_name = True op.second_life = False -- cgit v1.2.3