bim.generate_space - fix missing undo step

This commit is contained in:
Andrej730
2024-10-22 16:35:53 +05:00
parent 64fe2240e6
commit 7bebd2f7ce
+1 -1
View File
@@ -25,7 +25,7 @@ import bonsai.core.spatial as core
class GenerateSpace(bpy.types.Operator, tool.Ifc.Operator):
bl_idname = "bim.generate_space"
bl_label = "Generate Space from Cursor"
bl_options = {"REGISTER"}
bl_options = {"REGISTER", "UNDO"}
bl_description = (
"Create a space from the cursor position.\n\n"
"Move the cursor position into the desired position, "