[Bf-blender-cvs] [807bb450a0f] master: Fix API doc generation after recent context additions

Julian Eisel noreply at git.blender.org
Tue Jul 20 22:07:51 CEST 2021


Commit: 807bb450a0f09c77e8ac894da39a9c574c24dbd5
Author: Julian Eisel
Date:   Tue Jul 20 22:07:20 2021 +0200
Branches: master
https://developer.blender.org/rB807bb450a0f09c77e8ac894da39a9c574c24dbd5

Fix API doc generation after recent context additions

===================================================================

M	doc/python_api/sphinx_doc_gen.py

===================================================================

diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 4be27e0f0e8..d6c1d7b51b8 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1047,6 +1047,7 @@ context_type_map = {
     "annotation_data": ("GreasePencil", False),
     "annotation_data_owner": ("ID", False),
     "armature": ("Armature", False),
+    "asset_library": ("AssetLibraryReference", False),
     "bone": ("Bone", False),
     "brush": ("Brush", False),
     "camera": ("Camera", False),
@@ -1113,6 +1114,7 @@ context_type_map = {
     "texture_slot": ("MaterialTextureSlot", False),
     "texture_user": ("ID", False),
     "texture_user_property": ("Property", False),
+    "ui_list": ("UIList", False),
     "vertex_paint_object": ("Object", False),
     "view_layer": ("ViewLayer", False),
     "visible_bones": ("EditBone", True),



More information about the Bf-blender-cvs mailing list