mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
Fix error introduced by b9c6508aa
This commit is contained in:
@@ -165,7 +165,7 @@ class PolylineOperator:
|
|||||||
self.tool_state.axis_method = None
|
self.tool_state.axis_method = None
|
||||||
tool.Blender.update_viewport()
|
tool.Blender.update_viewport()
|
||||||
|
|
||||||
def handle_instructions(self, context, custom_instructions):
|
def handle_instructions(self, context, custom_instructions=""):
|
||||||
self.snap_info = f"""|
|
self.snap_info = f"""|
|
||||||
Axis: {self.tool_state.axis_method}
|
Axis: {self.tool_state.axis_method}
|
||||||
Plane: {self.tool_state.plane_method}
|
Plane: {self.tool_state.plane_method}
|
||||||
|
|||||||
Reference in New Issue
Block a user