Rebuild pset template UI to be less confusing and match the UX paradigm of other modules

This commit is contained in:
Dion Moult
2021-02-24 21:07:27 +11:00
parent 28c2d7248e
commit e1b90ed3b2
13 changed files with 380 additions and 145 deletions
@@ -14,7 +14,7 @@ from bpy.props import (
class BIMGeometryProperties(PropertyGroup):
should_auto_update_mesh_representations: BoolProperty(name="Should Auto Update Representations", default=True)
should_auto_update_mesh_representations: BoolProperty(name="Should Auto Update Representations", default=False)
# Revit workaround
should_use_presentation_style_assignment: BoolProperty(name="Force Presentation Style Assignment", default=False)
# RIB iTwo, DESITE BIM workaround