mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Reorder BIM property panels for better user experience
This commit is contained in:
@@ -68,9 +68,9 @@ classes = (
|
|||||||
prop.BIMMaterialProperties,
|
prop.BIMMaterialProperties,
|
||||||
prop.SweptSolid,
|
prop.SweptSolid,
|
||||||
prop.BIMMeshProperties,
|
prop.BIMMeshProperties,
|
||||||
ui.BIM_PT_gis,
|
|
||||||
ui.BIM_PT_bim,
|
ui.BIM_PT_bim,
|
||||||
ui.BIM_PT_qa,
|
ui.BIM_PT_qa,
|
||||||
|
ui.BIM_PT_gis,
|
||||||
ui.BIM_PT_diff,
|
ui.BIM_PT_diff,
|
||||||
ui.BIM_PT_mvd,
|
ui.BIM_PT_mvd,
|
||||||
ui.BIM_PT_material,
|
ui.BIM_PT_material,
|
||||||
|
|||||||
@@ -147,6 +147,7 @@ class BIM_PT_material(Panel):
|
|||||||
class BIM_PT_gis(Panel):
|
class BIM_PT_gis(Panel):
|
||||||
bl_label = 'IFC Georeferencing'
|
bl_label = 'IFC Georeferencing'
|
||||||
bl_idname = "BIM_PT_gis"
|
bl_idname = "BIM_PT_gis"
|
||||||
|
bl_options = {'DEFAULT_CLOSED'}
|
||||||
bl_space_type = 'PROPERTIES'
|
bl_space_type = 'PROPERTIES'
|
||||||
bl_region_type = 'WINDOW'
|
bl_region_type = 'WINDOW'
|
||||||
bl_context = "scene"
|
bl_context = "scene"
|
||||||
@@ -262,6 +263,7 @@ class BIM_PT_bim(Panel):
|
|||||||
class BIM_PT_qa(Panel):
|
class BIM_PT_qa(Panel):
|
||||||
bl_label = "BIMTester Quality Auditing"
|
bl_label = "BIMTester Quality Auditing"
|
||||||
bl_idname = "BIM_PT_qa"
|
bl_idname = "BIM_PT_qa"
|
||||||
|
bl_options = {'DEFAULT_CLOSED'}
|
||||||
bl_space_type = 'PROPERTIES'
|
bl_space_type = 'PROPERTIES'
|
||||||
bl_region_type = 'WINDOW'
|
bl_region_type = 'WINDOW'
|
||||||
bl_context = "scene"
|
bl_context = "scene"
|
||||||
|
|||||||
Reference in New Issue
Block a user