mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Minor fix
This commit is contained in:
@@ -193,7 +193,7 @@ class CadHotkey(bpy.types.Operator):
|
|||||||
if self.is_profile():
|
if self.is_profile():
|
||||||
bpy.ops.bim.set_arc_index()
|
bpy.ops.bim.set_arc_index()
|
||||||
else:
|
else:
|
||||||
bpy.ops.bim.cad_arc_from_3_points(resolution=self.resolution)
|
bpy.ops.bim.cad_arc_from_3_points(resolution=self.props.resolution)
|
||||||
|
|
||||||
def hotkey_S_X(self):
|
def hotkey_S_X(self):
|
||||||
if self.is_profile():
|
if self.is_profile():
|
||||||
|
|||||||
Reference in New Issue
Block a user