From 3c7355b3a2190f028904d9bc8ef8f1bb4730a238 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 24 Jun 2017 16:56:00 +1000 Subject: Revert "Fix py-api doc building" This reverts commit 838a4622cf7a01f302b4decfd74c4b8a17d7b509. Also add missing 'lightprobe' --- doc/python_api/sphinx_doc_gen.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py index 3b0e8f52c83..a6ae89ffd6a 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), @@ -1044,6 +1045,7 @@ context_type_map = { "image_paint_object": ("Object", False), "lamp": ("Lamp", False), "lattice": ("Lattice", False), + "lightprobe": ("LightProbe", False), "line_style": ("FreestyleLineStyle", False), "material": ("Material", False), "material_slot": ("MaterialSlot", False), @@ -1055,6 +1057,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), -- cgit v1.2.3