[Bf-blender-cvs] [e4a5fd4298b] master: Fix broken Python API doc generation after addition of selected_ids

Brecht Van Lommel noreply at git.blender.org
Wed Oct 27 22:30:59 CEST 2021


Commit: e4a5fd4298b5443aa572e0ae066e9c150b661529
Author: Brecht Van Lommel
Date:   Wed Oct 27 21:31:08 2021 +0200
Branches: master
https://developer.blender.org/rBe4a5fd4298b5443aa572e0ae066e9c150b661529

Fix broken Python API doc generation after addition of selected_ids

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

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 afc84834dd1..903136ea9f2 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1108,6 +1108,7 @@ context_type_map = {
     "selected_editable_keyframes": ("Keyframe", True),
     "selected_editable_objects": ("Object", True),
     "selected_editable_sequences": ("Sequence", True),
+    "selected_ids": ("ID", True),
     "selected_files": ("FileSelectEntry", True),
     "selected_nla_strips": ("NlaStrip", True),
     "selected_movieclip_tracks": ("MovieTrackingTrack", True),



More information about the Bf-blender-cvs mailing list