Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-05-20 09:11:25 +0300
committerCampbell Barton <campbell@blender.org>2022-05-20 09:11:25 +0300
commitf61dd33f50fc8bc9e0ddfdd9c223db0e31a91dc0 (patch)
treefa7f1eda6977f6c4aeadca9aeb165139d8fe61b7 /doc
parent838806be2869d0a91f1cd611ae0f9050e6847044 (diff)
parent1a627d528cf91a58893e31ce89a6114eec2a6630 (diff)
Merge branch 'blender-v3.2-release'
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bgl.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/python_api/rst/bgl.rst b/doc/python_api/rst/bgl.rst
index 2369a422396..48d7d31489c 100644
--- a/doc/python_api/rst/bgl.rst
+++ b/doc/python_api/rst/bgl.rst
@@ -4,6 +4,12 @@ OpenGL Wrapper (bgl)
.. module:: bgl
+.. warning::
+
+ This module is deprecated and will be removed in a future release,
+ when OpenGL is replaced by Metal and Vulkan.
+ Use the graphics API independent :mod:`gpu` module instead.
+
This module wraps OpenGL constants and functions, making them available from
within Blender Python.