Blender Kitsu: Custom UI Drawing Broken in Blender 4.0+ #155

Closed
opened 2023-10-16 17:14:00 +02:00 by Corrado Piscitelli · 4 comments

When pulling entire edit from the database bpy.ops.kitsu.sqe_pull_edit() a warning is raised stating Metal is not supported

Python script uses OpenGL for drawing
This may lead to unexpected behavior
One of the add-ons or scripts is using OpenGL and will not work correct on Metal
Please contact the developer of the add-on to migrate to use 'gpu' module
/addons/blender_kitsu/sqe/draw.py:57
See system tab in preferences to switch to OpenGL backend

In blender 3.6 there is still an option to switch betwen metal end opengl backend, but unfortunately in blender 4.0 there is none.

When pulling entire edit from the database `bpy.ops.kitsu.sqe_pull_edit()` a warning is raised stating Metal is not supported ``` Python script uses OpenGL for drawing This may lead to unexpected behavior One of the add-ons or scripts is using OpenGL and will not work correct on Metal Please contact the developer of the add-on to migrate to use 'gpu' module /addons/blender_kitsu/sqe/draw.py:57 See system tab in preferences to switch to OpenGL backend ``` In blender 3.6 there is still an option to switch betwen metal end opengl backend, but unfortunately in blender 4.0 there is none.
Nick Alberelli added the
Kind
Bug
Kind: Community
labels 2023-10-17 01:39:52 +02:00
Member

Thank you for your report, I will look into this as soon as I can.

Thank you for your report, I will look into this as soon as I can.
Nick Alberelli changed title from Metal backend not supported in Blender Kitsu addon to Blender Kitsu: Custom UI Drawing Broken in Blender 4.0+ 2023-10-30 19:54:59 +01:00
Member

Hello @CorradoPiscitelli we have resolved this issue in the Add-On. Please update your repository or download the latest version of the Blender Kitsu Add-On from https://studio.blender.org/pipeline/addons/overview.

This issue is also affected this recently found bug; blender/blender#114287 which was resolved in a recent pull request blender/blender#114285 please ensure you are on the latest daily build: https://builder.blender.org/download/daily/ or wait for the offical 4.0 release which will include this fix.

Hello @CorradoPiscitelli we have resolved this issue in the Add-On. Please update your repository or download the latest version of the Blender Kitsu Add-On from https://studio.blender.org/pipeline/addons/overview. This issue is also affected this recently found bug; https://projects.blender.org/blender/blender/issues/114287 which was resolved in a recent pull request https://projects.blender.org/blender/blender/pulls/114285 please ensure you are on the latest daily build: https://builder.blender.org/download/daily/ or wait for the offical 4.0 release which will include this fix.

Thanks @TinyNick!
Is it possible to tag blender/blender#114285 for backport on 3.6lts? Our pipeline is not yet on 4.0

Thanks @TinyNick! Is it possible to tag https://projects.blender.org/blender/blender/pulls/114285 for backport on 3.6lts? Our pipeline is not yet on 4.0
Member

Ah actually if you haven't moved to 4.0 yet then I believe that this fix to the add-on is all you need, don't worry about that patch. Please let me know if you test it and you still have the same issue I will re-open the ticket. The new Bleneder Kitsu Version on https://studio.blender.org/pipeline/addons/overview is 0.1.4

Ah actually if you haven't moved to 4.0 yet then I believe that this fix to the add-on is all you need, don't worry about that patch. Please let me know if you test it and you still have the same issue I will re-open the ticket. The new Bleneder Kitsu Version on https://studio.blender.org/pipeline/addons/overview is 0.1.4
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/blender-studio-pipeline#155
No description provided.