[Bf-blender-cvs] [838a4622cf7] blender2.8: Fix py-api doc building

Campbell Barton noreply at git.blender.org
Sat Jun 24 08:05:55 CEST 2017


Commit: 838a4622cf7a01f302b4decfd74c4b8a17d7b509
Author: Campbell Barton
Date:   Sat Jun 24 16:11:24 2017 +1000
Branches: blender2.8
https://developer.blender.org/rB838a4622cf7a01f302b4decfd74c4b8a17d7b509

Fix py-api doc building

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

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 2f58a2376d4..3b0e8f52c83 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1024,7 +1024,6 @@ 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),
@@ -1056,7 +1055,6 @@ 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