mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
bim.generate_space - fix missing undo step
This commit is contained in:
@@ -25,7 +25,7 @@ import bonsai.core.spatial as core
|
|||||||
class GenerateSpace(bpy.types.Operator, tool.Ifc.Operator):
|
class GenerateSpace(bpy.types.Operator, tool.Ifc.Operator):
|
||||||
bl_idname = "bim.generate_space"
|
bl_idname = "bim.generate_space"
|
||||||
bl_label = "Generate Space from Cursor"
|
bl_label = "Generate Space from Cursor"
|
||||||
bl_options = {"REGISTER"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
bl_description = (
|
bl_description = (
|
||||||
"Create a space from the cursor position.\n\n"
|
"Create a space from the cursor position.\n\n"
|
||||||
"Move the cursor position into the desired position, "
|
"Move the cursor position into the desired position, "
|
||||||
|
|||||||
Reference in New Issue
Block a user