New demo module to teach developers how to hack on the BlenderBIM Add-on.

This commit is contained in:
Dion Moult
2022-01-26 21:27:41 +11:00
parent 36a7985f5a
commit 1d47ad3cd4
17 changed files with 796 additions and 0 deletions
+7
View File
@@ -70,6 +70,13 @@ def debug():
prophet.verify()
@pytest.fixture
def demo():
prophet = Prophecy(blenderbim.core.tool.Demo)
yield prophet
prophet.verify()
@pytest.fixture
def drawing():
prophet = Prophecy(blenderbim.core.tool.Drawing)