This PR #7 introduced changes to how the QApplication is generated and accessed - however it seems I missed one that was only called on non-windows platforms, which of course I didn't test on.
This PR should fix the bug reported here and with that should also fix the current ayon-blender state for Mac/Linux.
Original error:
Traceback (most recent call last):
File "/home/hannah/.local/share/AYON/addons/blender_0.2.1-dev.1/ayon_blender/api/ops.py", line 198, in _process_app_events
if app._instance:
^^^^^^^^^^^^^
AttributeError: 'PySide6.QtWidgets.QApplication' object has no attribute '_instance'
Issue
This PR #7 introduced changes to how the QApplication is generated and accessed - however it seems I missed one that was only called on non-windows platforms, which of course I didn't test on.
This PR should fix the bug reported here and with that should also fix the current
ayon-blender
state for Mac/Linux.Original error:
Testing Notes
@HannahFantasia can you test run this?