Python: Remove deprecated BGL API

The API was in a deprecation state for many years now.
This API was not compatible with Metal nor Vulkan.

This also remove `Image.bindcode`.

Pull Request: https://projects.blender.org/blender/blender/pulls/140370
This commit is contained in:
Clément Foucault
2025-06-16 12:50:50 +02:00
committed by Clément Foucault
parent 9ddc67166f
commit decd88f67e
26 changed files with 3 additions and 4499 deletions

View File

@@ -23,7 +23,6 @@ import rst_to_doctree_mini
# (file, module)
modules = (
("bgl.rst", "bgl", True),
("gpu.rst", "gpu", False),
)