Collada: Added support for ngon export/import and added triangulate option to export
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user