mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
black .
This commit is contained in:
@@ -306,7 +306,9 @@ class Hotkey(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
tool.Drawing,
|
tool.Drawing,
|
||||||
drawing=tool.Ifc.get_entity(bpy.context.scene.camera),
|
drawing=tool.Ifc.get_entity(bpy.context.scene.camera),
|
||||||
object_type=object_type,
|
object_type=object_type,
|
||||||
relating_type=tool.Ifc.get().by_id(int(props.relating_type_id)) if props.relating_type_id != "0" else None,
|
relating_type=(
|
||||||
|
tool.Ifc.get().by_id(int(props.relating_type_id)) if props.relating_type_id != "0" else None
|
||||||
|
),
|
||||||
enable_editing=False,
|
enable_editing=False,
|
||||||
)
|
)
|
||||||
tool.Drawing.setup_annotation_object(obj, object_type, related_object)
|
tool.Drawing.setup_annotation_object(obj, object_type, related_object)
|
||||||
|
|||||||
Reference in New Issue
Block a user