[Bf-blender-cvs] [34c07c0d6d] blender2.8: Fix Py API doc generation - missing new context members definition.

Bastien Montagne noreply at git.blender.org
Thu Feb 23 22:29:44 CET 2017


Commit: 34c07c0d6d34e164e129787423f2f8085c2224c9
Author: Bastien Montagne
Date:   Thu Feb 23 22:27:49 2017 +0100
Branches: blender2.8
https://developer.blender.org/rB34c07c0d6d34e164e129787423f2f8085c2224c9

Fix Py API doc generation - missing new context members definition.

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

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 47bb323e57..0316b6cd23 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1024,6 +1024,7 @@ context_type_map = {
     "brush": ("Brush", False),
     "camera": ("Camera", False),
     "cloth": ("ClothModifier", False),
+    "collection": ("LayerCollection", False),
     "collision": ("CollisionModifier", False),
     "curve": ("Curve", False),
     "dynamic_paint": ("DynamicPaintModifier", False),
@@ -1055,6 +1056,7 @@ context_type_map = {
     "particle_system": ("ParticleSystem", False),
     "particle_system_editable": ("ParticleSystem", False),
     "pose_bone": ("PoseBone", False),
+    "render_layer": ("SceneLayer", False),
     "scene": ("Scene", False),
     "sculpt_object": ("Object", False),
     "selectable_bases": ("ObjectBase", True),




More information about the Bf-blender-cvs mailing list