Merge branch 'Current' into Alpha-3
This commit is contained in:
@@ -122,7 +122,6 @@ class AvatarToolkit_OT_RemoveDoubles(Operator):
|
||||
except Exception:
|
||||
logger.error(f"Error in execute: {traceback.format_exc()}")
|
||||
return {'CANCELLED'}
|
||||
|
||||
def modal(self, context: Context, event: Event) -> set[ModalReturnType]:
|
||||
"""Modal operator execution"""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user