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 <ideasman42@gmail.com>2021-02-25 04:00:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-25 04:04:23 +0300
commitc47990f41c7364058a72f5f162e5cdc06bce0adc (patch)
treecc41a51264a77032aa18212cb8574e7abda36792 /doc
parent17260c9b9a2c591e5269b5025f884630f7aa66c6 (diff)
PyAPI: expose imbuf.types.ImBuf, include in API docs
Without this, the ImBuf type wasn't part of documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/sphinx_doc_gen.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index ee9b9df5bef..9eeab6d82bc 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -228,6 +228,7 @@ else:
"blf",
"bl_math",
"imbuf",
+ "imbuf.types",
"bmesh",
"bmesh.ops",
"bmesh.types",
@@ -1976,6 +1977,7 @@ def write_rst_importable_modules(basepath):
"aud": "Audio System",
"blf": "Font Drawing",
"imbuf": "Image Buffer",
+ "imbuf.types": "Image Buffer Types",
"gpu": "GPU Shader Module",
"gpu.types": "GPU Types",
"gpu.matrix": "GPU Matrix",