[Bf-blender-cvs] [50b478e3282] master: Fix Py API doc generation after Mantaflow merge.

Bastien Montagne noreply at git.blender.org
Mon Dec 23 15:19:31 CET 2019


Commit: 50b478e3282bc19b243d4c0d94450cb7be25ff05
Author: Bastien Montagne
Date:   Mon Dec 23 15:19:03 2019 +0100
Branches: master
https://developer.blender.org/rB50b478e3282bc19b243d4c0d94450cb7be25ff05

Fix Py API doc generation after Mantaflow merge.

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

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 c334ffd798f..278a2700f27 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -1055,7 +1055,6 @@ context_type_map = {
     "selected_sequences": ("Sequence", True),
     "selected_visible_fcurves": ("FCurve", True),
     "sequences": ("Sequence", True),
-    "smoke": ("SmokeModifier", False),
     "soft_body": ("SoftBodyModifier", False),
     "speaker": ("Speaker", False),
     "texture": ("Texture", False),



More information about the Bf-blender-cvs mailing list