mmmrqs / bl_ui_widgets

UI Widgets for Blender 2.8 and newer versions
GNU General Public License v3.0
46 stars 5 forks source link

I hope it will be compatible with higher blender versions #15

Open LoongVeeng opened 1 month ago

LoongVeeng commented 1 month ago

It can still be used normally in blender 3.x, but it is not compatible with blender 4.x because it uses the method self.shader = gpu.shader.from_builtin('2D_UNIFORM_COLOR') , but 4.x has removed this method, and it should be fixed to be compatible with 4.x or later versions. This problem has been encountered in many versions of addons, usually using "if bpy.app.version". I look forward to improving this powerful addon because I can't live without it

mmmrqs commented 1 month ago

Hi @LoongVeeng , thank you very much for the heads up and your suggestion on how to get it fixed. It took me a little more time to have it done because I found another issue that I had to fix for compatibility purposes (a deprecated blf.size() dpi argument). You can now get the latest version with those fixes. There might be other stuff still missing but for now it seems to be working alright. Hopefully this will be OK for you.

Get Release 1.0.7

LoongVeeng commented 1 month ago

nice !!! OMG!! It's a nice revision, thanks for @mmmrqs ♥♥♥♥♥