[Bf-blender-cvs] [0f01f7b] master: Update sphinx_doc_gen.py to work with recent changes (GPv2).

Bastien Montagne noreply at git.blender.org
Sun Aug 21 22:42:01 CEST 2016


Commit: 0f01f7bb54111fe0ae4dd1dd0f8d5351c5c1e5b2
Author: Bastien Montagne
Date:   Sun Aug 21 22:38:06 2016 +0200
Branches: master
https://developer.blender.org/rB0f01f7bb54111fe0ae4dd1dd0f8d5351c5c1e5b2

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

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

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 2a3213e..4a109a4 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -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),




More information about the Bf-blender-cvs mailing list