New feature to resize / squash / stretch objects to their storey height. Useful for remodeling IFCs for construction simulations.

This commit is contained in:
Dion Moult
2021-10-18 14:15:16 +11:00
parent c78e7b3ba8
commit 33f4461a87
12 changed files with 369 additions and 8 deletions
+7
View File
@@ -56,6 +56,13 @@ def material():
prophet.verify()
@pytest.fixture
def misc():
prophet = Prophecy(blenderbim.core.tool.Misc)
yield prophet
prophet.verify()
@pytest.fixture
def owner():
prophet = Prophecy(blenderbim.core.tool.Owner)