Python: Update BGL Deprecation Warning #112579

Merged
Jeroen Bakker merged 1 commits from Jeroen-Bakker/blender:bgl/update-deprecation-warnings into blender-v4.0-release 2023-10-06 07:37:52 +02:00

1 Commits

Author SHA1 Message Date
Jeroen Bakker f90ac71546 Python: Update BGL Deprecation Warning
BGL is deprecated and will not work on Metal devices. Although the
inital plan was to remove it in Blender 4.0, We don't see any harm
to still have it in the code-base until OpenGL itself is deprecated.

Add-on developers are warned when using the BGL module that the
add-on/script will not work on all platforms.

There are still some limitations inside the GPU module that needs
a more friendly API. This API isn't clear at this time.
2023-10-06 07:36:29 +02:00