mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
fix issue adding drawing representation after ef04402ed8
This commit is contained in:
@@ -651,11 +651,13 @@ class Geometry(bonsai.core.tool.Geometry):
|
||||
Union[
|
||||
bpy.types.Mesh,
|
||||
bpy.types.Curve,
|
||||
bpy.types.Camera,
|
||||
]
|
||||
]:
|
||||
supported_types = (
|
||||
bpy.types.Mesh,
|
||||
bpy.types.Curve,
|
||||
bpy.types.Camera,
|
||||
)
|
||||
if not data:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user