Jerakin

Results 123 comments of Jerakin

In additions to `translations`, in 2.83 I also had to patch `handlers`. I changed this patch to accommodate for that. ```python # CRITICAL: Fix bpy.app.* modules BEFORE importing any Qt/PySide...

I only noticed this error on versions less than 4.0 But Loonghao mentioned that _"4.1, 4.2 (confirmed affected on Windows)"_ in the issue report. So I don't think it's "safe"...

Found some more information. * It's frequently reported; See [here](https://projects.blender.org/blender/blender-addons/issues/105356), [here](https://projects.blender.org/blender/blender/issues/128092) and [here](https://github.com/BlenderKit/BlenderKit/issues/1038) * It seems to be a [PySide Bug](https://qt-project.atlassian.net/browse/PYSIDE-2473) affecting PySide between 6.4 and 6.5 with a fix...