Support tessellated polygonal face set for much more efficient files (44kb vs 84kb Suzanne!)

This commit is contained in:
Dion Moult
2020-08-21 18:14:46 +10:00
parent 09dd778f97
commit ff5bc25228
3 changed files with 23 additions and 0 deletions
@@ -1664,6 +1664,8 @@ class BIM_PT_mvd(Panel):
row = layout.row()
row.prop(bim_properties, 'export_should_guess_quantities')
row = layout.row()
row.prop(bim_properties, 'export_should_force_faceted_brep')
row = layout.row()
row.prop(bim_properties, 'import_should_import_type_representations')
row = layout.row()
row.prop(bim_properties, 'import_should_import_curves')