[Bf-blender-cvs] [d374ff5b8fa] master: PyDoc: Fix compilation after recent contex_member addition

Aaron Carlisle noreply at git.blender.org
Tue Aug 31 00:26:16 CEST 2021


Commit: d374ff5b8fa416b1eb082f635cc78e6e0a10478c
Author: Aaron Carlisle
Date:   Mon Aug 30 18:17:11 2021 -0400
Branches: master
https://developer.blender.org/rBd374ff5b8fa416b1eb082f635cc78e6e0a10478c

PyDoc: Fix compilation after recent contex_member addition

Fixes missing change needed for rB0a8f53a7b847d9c8bdcefc025de70fd2608012b7

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

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 3560d6bec22..5bd5f660104 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1045,6 +1045,7 @@ context_type_map = {
     "active_object": ("Object", False),
     "active_operator": ("Operator", False),
     "active_pose_bone": ("PoseBone", False),
+    "active_sequence_strip": ("Sequence", False),
     "active_editable_fcurve": ("FCurve", False),
     "annotation_data": ("GreasePencil", False),
     "annotation_data_owner": ("ID", False),



More information about the Bf-blender-cvs mailing list