Closed nurb2kea closed 1 year ago
Hi, sorry for the wait, I've been away from my computer for a while.
I've just uploaded a new release, so it should now work with both 3.6 and 4.0 :)
Hi, sorry to say but it's not working with any MacOS blender version. I tried from 3.1 to 4.0 MacOS ! It installs and registers the addon (see image) but nothing is displayed when using the mouse or shortcut keys, even when changed.
I guess it's again a MacOS problem. Maybe is still related to what I posted before, but I'm not sure !!
The blender dev’s reccomended to ask https://projects.blender.org/mano-wii and look at this case to get more info on this to fix addons.
EDIT: More info !
There are two reasons why shaders needs to be ported:
Addon still uses bgl that call OpenGL calls directly. Shader don’t use gpu.types.ShaderCreateInfo to support cross platform source generation. These structures have already been in place for some time, and we communicated that addon developers should use this new API. It is sadly common for developers to only port to newer API’s when it makes sense for them.
In this case it looks like he hasn’t ported his shaders to use gpu.types.ShaderCreateInfo as described on https://docs.blender.org/api/current/gpu.html 2. If someone requires some help they can get in contact with the Eevee/viewport module at blender.chat or in the python channel. I am happy to help out there.
Huh, that's really weird, just to check, is anything printed to the terminal when you try and call the pie menu (I think on Mac you have to launch blender from the terminal to be able to see the output)?
It shouldn't have anything to do with shaders as I thought I disabled everything in there to do with that before uploading, but maybe something slipped through...
Can you try this version, and see if it works: node_pie_1_2_9.zip
Thanks!
Nope, nothing in the terminal about node_pie for both 1.2.8 & 1.2.9 and not working. But addon registered fine in preferences
Weird...
Can you try using the operator search to find it, and see if it works when calling it from there?
Yepp that works with 3.6 and 4.0 & node_pie 1.2.9
So I'm off for tonight. 4am 🙂
Ok, next attempt, I'm quietly confident about this one 😅
I've gone for a different approach for the keymap now, so fingers crossed it will work.
That last change was successful. I guess this changes will apply to all your addons like mini map etc... as well!
Anyways, a big thank you for your support and effort ! 🙂
Amazing! It's so nice to finally have a working solution to this 😅
Pie menu not coming up anymore in 4.0
https://wiki.blender.org/wiki/Reference/Release_Notes/4.0/Python_API