Clear Brick breadcrumbs on close project

This commit is contained in:
rileywong311
2023-08-10 12:44:25 -07:00
parent 15a8b4d120
commit d23fe7b301
+2
View File
@@ -51,6 +51,8 @@ def close_brick_project(brick):
brick.clear_project()
brick.clear_brick_browser()
brick.clear_brick_browser(split_screen=True)
brick.clear_breadcrumbs()
brick.clear_breadcrumbs(split_screen=True)
def convert_brick_project(ifc, brick):