Implement support for managing nest hosts and components.

This commit is contained in:
Dion Moult
2023-12-07 13:18:33 +11:00
parent f1deefbcb3
commit 1b35ea122e
19 changed files with 704 additions and 22 deletions
+1 -4
View File
@@ -29,10 +29,6 @@ class TestImplementsTool(NewFile):
assert isinstance(subject(), blenderbim.core.tool.Aggregate)
class TestCanAggregate(NewFile):
def test_elements_can_aggregate(self):
ifc = ifcopenshell.file()
@@ -107,6 +103,7 @@ class TestCanAggregate(NewFile):
tool.Ifc.link(subelement, subelement_obj)
assert subject.can_aggregate(element_obj, subelement_obj) is False
class TestDisableEditing(NewFile):
def test_run(self):
obj = bpy.data.objects.new("Object", None)