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:
authorGermano Cavalcante <germano.costa@ig.com.br>2021-02-25 15:16:48 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-02-25 15:16:48 +0300
commitcccdd6626db9e8a1a4c1ecfffc7eefccb4e2c68b (patch)
treef8ab196120f22abd63699bcb84938fd660283b72 /doc
parent59c1029e200967314d6f50b4834ca9dd0c2f9bf3 (diff)
PyAPI Docs: Add 'gpu.state' module
Also exclude `gpu.shader` from quick tests.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/sphinx_doc_gen.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 9eeab6d82bc..973bc3a33e2 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -252,6 +252,8 @@ else:
"gpu.types",
"gpu.matrix",
"gpu.select",
+ "gpu.shader",
+ "gpu.state",
"gpu_extras",
"idprop.types",
"mathutils",
@@ -1983,6 +1985,7 @@ def write_rst_importable_modules(basepath):
"gpu.matrix": "GPU Matrix",
"gpu.select": "GPU Select",
"gpu.shader": "GPU Shader",
+ "gpu.state": "GPU State",
"bmesh": "BMesh Module",
"bmesh.ops": "BMesh Operators",
"bmesh.types": "BMesh Types",