Fix T99966: Python API docs fail to generate

The recent addition of "active_action" [0] required updating in the
API docs type information.

[0]: cd21022b78
This commit is contained in:
2022-07-26 12:17:16 +10:00
parent 4cf6524731
commit 37ad72ab23

View File

@@ -1131,6 +1131,7 @@ def pymodule2sphinx(basepath, module_name, module, title, module_all_extra):
# Changes In Blender will force errors here.
context_type_map = {
# context_member: (RNA type, is_collection)
"active_action": ("Action", False),
"active_annotation_layer": ("GPencilLayer", False),
"active_bone": ("EditBone", False),
"active_file": ("FileSelectEntry", False),