Implement auto and manual refresh of the Brick model navigator

This commit is contained in:
Dion Moult
2022-01-11 14:46:58 +11:00
parent c6966f9b39
commit 49221739cf
9 changed files with 83 additions and 14 deletions
@@ -109,3 +109,14 @@ Scenario: Convert IFC to brick
And I press "bim.assign_class"
When I press "bim.convert_ifc_to_brick"
Then nothing happens
Scenario: New brick file
Given an empty Blender session
When I press "bim.new_brick_file"
Then nothing happens
Scenario: Refresh brick viewer
Given an empty Blender session
And I press "bim.new_brick_file"
When I press "bim.refresh_brick_viewer"
Then nothing happens