[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39402] branches/soc-2008-mxcurioni/doc/ python_api/sphinx_doc_gen.py: Restored the Python API documentation of the Freestyle module.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Mon Aug 15 02:34:27 CEST 2011


Revision: 39402
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39402
Author:   kjym3
Date:     2011-08-15 00:34:26 +0000 (Mon, 15 Aug 2011)
Log Message:
-----------
Restored the Python API documentation of the Freestyle module.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/doc/python_api/sphinx_doc_gen.py

Modified: branches/soc-2008-mxcurioni/doc/python_api/sphinx_doc_gen.py
===================================================================
--- branches/soc-2008-mxcurioni/doc/python_api/sphinx_doc_gen.py	2011-08-14 16:15:41 UTC (rev 39401)
+++ branches/soc-2008-mxcurioni/doc/python_api/sphinx_doc_gen.py	2011-08-15 00:34:26 UTC (rev 39402)
@@ -1189,6 +1189,10 @@
         import mathutils.geometry as module
         pymodule2sphinx(BASEPATH, "mathutils.geometry", module, "Geometry Utilities")
 
+    if "Freestyle" not in EXCLUDE_MODULES:
+        import Freestyle as module
+        pymodule2sphinx(BASEPATH, "Freestyle", module, "Freestyle Data Types & Operators")
+
     if "blf" not in EXCLUDE_MODULES:
         import blf as module
         pymodule2sphinx(BASEPATH, "blf", module, "Font Drawing")




More information about the Bf-blender-cvs mailing list