WIP improved UI ordering, and print export time in console for convenience. See #1222.

This commit is contained in:
Dion Moult
2021-01-26 16:07:35 +11:00
parent fa7353c923
commit 92cb138ca8
5 changed files with 27 additions and 74 deletions
@@ -5,6 +5,7 @@ from blenderbim.bim.module.aggregate.data import Data
class BIM_PT_aggregate(Panel):
bl_label = "IFC Aggregates"
bl_idname = "BIM_PT_aggregate"
bl_options = {"DEFAULT_CLOSED"}
bl_space_type = "PROPERTIES"
bl_region_type = "WINDOW"
bl_context = "object"