Fix bug where copying an instance did not auto link the meshes.

This commit is contained in:
Dion Moult
2021-11-03 19:03:48 +11:00
parent 8545d870c0
commit 901318b73b
5 changed files with 20 additions and 0 deletions
+4
View File
@@ -61,6 +61,10 @@ class Root(blenderbim.core.tool.Root):
def is_opening_element(cls, element):
return element.is_a("IfcOpeningElement")
@classmethod
def link_object_data(cls, source_obj, destination_obj):
destination_obj.data = source_obj.data
@classmethod
def run_geometry_add_representation(
cls, obj=None, context=None, ifc_representation_class=None, profile_set_usage=None