mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 15:07:38 +00:00
bim.copy_property_to_selection - fix missing bl_options
This commit is contained in:
@@ -236,6 +236,7 @@ class AddQto(bpy.types.Operator, tool.Ifc.Operator):
|
|||||||
class CopyPropertyToSelection(bpy.types.Operator, tool.Ifc.Operator):
|
class CopyPropertyToSelection(bpy.types.Operator, tool.Ifc.Operator):
|
||||||
bl_idname = "bim.copy_property_to_selection"
|
bl_idname = "bim.copy_property_to_selection"
|
||||||
bl_label = "Copy Property To Selection"
|
bl_label = "Copy Property To Selection"
|
||||||
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
|
|
||||||
name: bpy.props.StringProperty() # pyright: ignore[reportRedeclaration]
|
name: bpy.props.StringProperty() # pyright: ignore[reportRedeclaration]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user