Reorder BIM property panels for better user experience

This commit is contained in:
Dion Moult
2019-11-21 06:48:22 +11:00
parent 7253b07b0c
commit de64e3afc3
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -68,9 +68,9 @@ classes = (
prop.BIMMaterialProperties,
prop.SweptSolid,
prop.BIMMeshProperties,
ui.BIM_PT_gis,
ui.BIM_PT_bim,
ui.BIM_PT_qa,
ui.BIM_PT_gis,
ui.BIM_PT_diff,
ui.BIM_PT_mvd,
ui.BIM_PT_material,
+2
View File
@@ -147,6 +147,7 @@ class BIM_PT_material(Panel):
class BIM_PT_gis(Panel):
bl_label = 'IFC Georeferencing'
bl_idname = "BIM_PT_gis"
bl_options = {'DEFAULT_CLOSED'}
bl_space_type = 'PROPERTIES'
bl_region_type = 'WINDOW'
bl_context = "scene"
@@ -262,6 +263,7 @@ class BIM_PT_bim(Panel):
class BIM_PT_qa(Panel):
bl_label = "BIMTester Quality Auditing"
bl_idname = "BIM_PT_qa"
bl_options = {'DEFAULT_CLOSED'}
bl_space_type = 'PROPERTIES'
bl_region_type = 'WINDOW'
bl_context = "scene"