object_collection_manager: replace deprecated bgl module #104547

Closed
Oxicid wants to merge 4 commits from (deleted):oxicid-cm-bgl into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 797df1de4d - Show all commits

View File

@ -7,7 +7,7 @@ bl_info = {
"description": "Manage collections and their objects",
"author": "Ryan Inch",
"version": (2, 24, 5),
"blender": (3, 4, 0),
"blender": (2, 93, 0),
Imaginer marked this conversation as resolved Outdated

I like to keep this to the minimum version of Blender the add-on will work with, which from my tests just now on Linux seems to be 2.93. So unless this is different on other platforms could you please set it to 2.93?

I like to keep this to the minimum version of Blender the add-on will work with, which from my tests just now on Linux seems to be 2.93. So unless this is different on other platforms could you please set it to 2.93?

I looked more closely, everything is involved.
About the minimum version, I just do not know which version introduced new methods for gpu module, and decided to set it to 3.4 for sure. To be sure I checked with 2.93, everything works

I looked more closely, everything is involved. About the minimum version, I just do not know which version introduced new methods for gpu module, and decided to set it to 3.4 for sure. To be sure I checked with 2.93, everything works

Ah, okay. Makes sense. Thanks for changing it and the additional checking.

Ah, okay. Makes sense. Thanks for changing it and the additional checking.
"location": "View3D - Object Mode (Shortcut - M)",
"warning": '', # used for warning icon and text in addons panel
"doc_url": "{BLENDER_MANUAL_URL}/addons/interface/collection_manager.html",