mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
Implement auto and manual refresh of the Brick model navigator
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user