mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +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[
|
Union[
|
||||||
bpy.types.Mesh,
|
bpy.types.Mesh,
|
||||||
bpy.types.Curve,
|
bpy.types.Curve,
|
||||||
|
bpy.types.Camera,
|
||||||
]
|
]
|
||||||
]:
|
]:
|
||||||
supported_types = (
|
supported_types = (
|
||||||
bpy.types.Mesh,
|
bpy.types.Mesh,
|
||||||
bpy.types.Curve,
|
bpy.types.Curve,
|
||||||
|
bpy.types.Camera,
|
||||||
)
|
)
|
||||||
if not data:
|
if not data:
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user