Stromberg90 / Scripts

MIT License
199 stars 78 forks source link

Issue with former openGL in 3.6+ #36

Closed nurb2kea closed 1 year ago

nurb2kea commented 1 year ago

Screenshot 2023-07-11 at 3 52 06 pm

MightyBOBcnc commented 1 year ago

Quick test. Try this version (it will show as 1.3.1) and let me know if there are any issues. mesh_merge_tool.zip

nurb2kea commented 1 year ago

Yepp it's working fine now. Thank you very much for the quick fix. I guess this will be in the next build !?

MightyBOBcnc commented 1 year ago

Yes this will be in the 'official' 1.3.1 for the mesh merge tool.

@Stromberg90 Are you okay with raising the minimum supported version of Blender to 2.93? In testing it appears to be the lowest version that supports the new changes to the gpu module that replaces what we were using from bgl. If not, we can keep supporting all the way down to 2.80 with a few if/else statements to switch to bgl in older versions at appropriate places in the script, which will be a little messy but functional.

Stromberg90 commented 1 year ago

raising the minimum supported version sounds good to me.

MightyBOBcnc commented 1 year ago

1.3.1: https://github.com/Stromberg90/Scripts/raw/master/Blender/mesh_merge_tool.zip