Add some unhappy flow tests for rebuild

This commit is contained in:
Jaime van Kessel 2019-06-07 16:09:18 +02:00
parent 090b7ac225
commit 54740dd486
2 changed files with 23 additions and 1 deletions

View file

@ -478,7 +478,6 @@ class BuildVolume(SceneNode):
self._disallowed_area_size = max(size, self._disallowed_area_size)
return mb.build()
## Recalculates the build volume & disallowed areas.
def rebuild(self) -> None:
if not self._width or not self._height or not self._depth: