Update sphinx_doc_gen.py to work with recent changes (GPv2).

This commit is contained in:
Bastien Montagne 2016-08-21 22:38:06 +02:00
parent 81b1792fb7
commit 0f01f7bb54
1 changed files with 3 additions and 0 deletions

View File

@ -1014,6 +1014,9 @@ context_type_map = {
"active_bone": ("EditBone", False),
"active_gpencil_frame": ("GreasePencilLayer", True),
"active_gpencil_layer": ("GPencilLayer", True),
"active_gpencil_brush": ("GPencilSculptBrush", False),
"active_gpencil_palette": ("GPencilPalette", True),
"active_gpencil_palettecolor": ("GPencilPaletteColor", True),
"active_node": ("Node", False),
"active_object": ("Object", False),
"active_operator": ("Operator", False),