Automatically detect and set import workarounds for Revit

This commit is contained in:
Dion Moult
2020-01-09 15:30:43 +11:00
parent d91fa69e83
commit 0f1be45990
4 changed files with 29 additions and 0 deletions
+2
View File
@@ -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()