mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 10:02:51 +00:00
Fix bug where adding a representation to a type instance didn't share meshes
This commit is contained in:
@@ -63,8 +63,7 @@ class Geometry(blenderbim.core.tool.Geometry):
|
||||
|
||||
@classmethod
|
||||
def duplicate_object_data(cls, obj):
|
||||
obj.data = obj.data.copy()
|
||||
return obj.data
|
||||
return obj.data.copy()
|
||||
|
||||
@classmethod
|
||||
def get_cartesian_point_coordinate_offset(cls, obj):
|
||||
|
||||
Reference in New Issue
Block a user