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:
authorBastien Montagne <b.mont29@gmail.com>2020-03-20 12:47:56 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-03-20 12:48:30 +0300
commitdb4d264e701fd00a5e1c9dc198884a57bdca02bd (patch)
treeeb7f2365384deffc13366116b4d648d3512c8d26 /doc
parent3bab9b486876ea3d44889e8b6c72cc70aced446f (diff)
fix API doc generation after new `volume` entry in context...
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/sphinx_doc_gen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index b47b59b473d..68a7a0df075 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1073,6 +1073,7 @@ context_type_map = {
"visible_pose_bones": ("PoseBone", True),
"visible_fcurves": ("FCurve", True),
"weight_paint_object": ("Object", False),
+ "volume": ("Volume", False),
"world": ("World", False),
}