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
diff options
context:
space:
mode:
Diffstat (limited to 'doc/python_api/sphinx_doc_gen.py')
-rw-r--r--doc/python_api/sphinx_doc_gen.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 2b659de1cf8..5c6cf24a178 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -253,6 +253,7 @@ else:
"gpu.select",
"gpu.shader",
"gpu.state",
+ "gpu.texture",
"gpu_extras",
"idprop.types",
"mathutils",
@@ -1981,10 +1982,11 @@ def write_rst_importable_modules(basepath):
"imbuf.types": "Image Buffer Types",
"gpu": "GPU Shader Module",
"gpu.types": "GPU Types",
- "gpu.matrix": "GPU Matrix",
- "gpu.select": "GPU Select",
- "gpu.shader": "GPU Shader",
- "gpu.state": "GPU State",
+ "gpu.matrix": "GPU Matrix Utilities",
+ "gpu.select": "GPU Select Utilities",
+ "gpu.shader": "GPU Shader Utilities",
+ "gpu.state": "GPU State Utilities",
+ "gpu.texture": "GPU Texture Utilities",
"bmesh": "BMesh Module",
"bmesh.ops": "BMesh Operators",
"bmesh.types": "BMesh Types",