Merge branch 'Current' into Alpha-3

This commit is contained in:
Onan Chew
2025-07-15 18:11:58 -04:00
committed by GitHub
17 changed files with 22 additions and 10 deletions
-1
View File
@@ -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: