mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +00:00
Fix minor bug where Python warnings showed up when delete operations were called
This commit is contained in:
@@ -436,6 +436,8 @@ class CopyRepresentation(bpy.types.Operator, Operator):
|
||||
class OverrideDelete(bpy.types.Operator):
|
||||
bl_idname = "object.delete"
|
||||
bl_label = "Delete"
|
||||
use_global: bpy.props.BoolProperty(default=False)
|
||||
confirm: bpy.props.BoolProperty(default=True)
|
||||
|
||||
@classmethod
|
||||
def poll(cls, context):
|
||||
|
||||
Reference in New Issue
Block a user