bim.copy_property_to_selection - fix missing bl_options

This commit is contained in:
Andrej730
2025-08-06 17:46:51 +05:00
parent e7652a4846
commit 358395c237
@@ -236,6 +236,7 @@ class AddQto(bpy.types.Operator, tool.Ifc.Operator):
class CopyPropertyToSelection(bpy.types.Operator, tool.Ifc.Operator):
bl_idname = "bim.copy_property_to_selection"
bl_label = "Copy Property To Selection"
bl_options = {"REGISTER", "UNDO"}
name: bpy.props.StringProperty() # pyright: ignore[reportRedeclaration]