New UI to add / edit / remove library information and references.

This commit is contained in:
Dion Moult
2021-11-16 22:15:54 +11:00
parent 468192e849
commit fae607f8ce
16 changed files with 961 additions and 2 deletions
+7
View File
@@ -77,6 +77,13 @@ def geometry():
prophet.verify()
@pytest.fixture
def library():
prophet = Prophecy(blenderbim.core.tool.Library)
yield prophet
prophet.verify()
@pytest.fixture
def material():
prophet = Prophecy(blenderbim.core.tool.Material)