From d64e4d70c5b70e973884409ce62adaa693dba6a1 Mon Sep 17 00:00:00 2001 From: rileywong311 Date: Wed, 2 Aug 2023 14:13:35 -0700 Subject: [PATCH] Add more subclasses to Brick root options --- src/blenderbim/blenderbim/tool/brick.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/blenderbim/blenderbim/tool/brick.py b/src/blenderbim/blenderbim/tool/brick.py index 5397beb81e..0f3eb90c9f 100644 --- a/src/blenderbim/blenderbim/tool/brick.py +++ b/src/blenderbim/blenderbim/tool/brick.py @@ -368,7 +368,12 @@ class BrickStore: current_changesets = 0 history_size = 64 namespaces = [] - root_classes = ["Equipment", "Location", "System", "Point"] + root_classes = ["Equipment", + "Electrical_Equipment", "Fire_Safety_Equipment", "HVAC_Equipment", "Lighting_Equipment", "Meter", + "Location", + "System", + "Point", + "Alarm", "Command", "Parameter", "Sensor", "Setpoint", "Status"] entity_classes = {} relationships = []