Collada: Added support for ngon export/import and added triangulate option to export

This commit is contained in:
2013-03-02 15:58:13 +00:00
parent 723e231ce0
commit be701b6278
15 changed files with 293 additions and 672 deletions

View File

@@ -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

View File

@@ -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