mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 06:29:23 +00:00
Automatically detect and set import workarounds for Revit
This commit is contained in:
@@ -510,6 +510,8 @@ class BIM_PT_mvd(Panel):
|
||||
|
||||
layout.label(text="Revit Workarounds:")
|
||||
|
||||
row = layout.row()
|
||||
row.prop(bim_properties, "import_should_auto_set_workarounds")
|
||||
row = layout.row()
|
||||
row.prop(bim_properties, "export_should_export_all_materials_as_styled_items")
|
||||
row = layout.row()
|
||||
|
||||
Reference in New Issue
Block a user