mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 06:00:51 +00:00
New feature to copy properties from one object to all selected objects
This commit is contained in:
@@ -84,6 +84,13 @@ def owner():
|
||||
prophet.verify()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def pset():
|
||||
prophet = Prophecy(blenderbim.core.tool.Pset)
|
||||
yield prophet
|
||||
prophet.verify()
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def qto():
|
||||
prophet = Prophecy(blenderbim.core.tool.Qto)
|
||||
|
||||
Reference in New Issue
Block a user