Fix bug where pie update container didn't work.

This commit is contained in:
Dion Moult
2021-11-04 22:23:26 +11:00
parent 7fbe365599
commit 2b710ffbde
7 changed files with 34 additions and 16 deletions
@@ -37,3 +37,11 @@ Scenario: Add grid
And the object "IfcGridAxis/01" is an "IfcGridAxis"
And the object "IfcGridAxis/02" is an "IfcGridAxis"
And the object "IfcGridAxis/03" is an "IfcGridAxis"
Scenario: Pie update container
Given an empty Blender session
And I press "bim.load_project(filepath='{cwd}/test/files/basic.ifc')"
Then the object "IfcSlab/Slab" is in the collection "IfcBuildingStorey/Ground Floor"
When the object "IfcSlab/Slab" is placed in the collection "IfcBuildingStorey/Level 1"
And I press "bim.pie_update_container"
Then nothing happens