[Bf-blender-cvs] [c9a9b032043] master: Pydoc: Fix duplicate totree for freestyle

Aaron Carlisle noreply at git.blender.org
Mon Oct 12 00:24:11 CEST 2020


Commit: c9a9b032043aca909e61a9e7e184ea0a47535b4a
Author: Aaron Carlisle
Date:   Sun Oct 11 15:50:24 2020 -0400
Branches: master
https://developer.blender.org/rBc9a9b032043aca909e61a9e7e184ea0a47535b4a

Pydoc: Fix duplicate totree for freestyle

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

M	release/scripts/freestyle/modules/freestyle/__init__.py

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

diff --git a/release/scripts/freestyle/modules/freestyle/__init__.py b/release/scripts/freestyle/modules/freestyle/__init__.py
index 6f6b44224d8..c3375df5109 100644
--- a/release/scripts/freestyle/modules/freestyle/__init__.py
+++ b/release/scripts/freestyle/modules/freestyle/__init__.py
@@ -21,18 +21,6 @@ This module provides data types of view map components (0D and 1D
 elements), base classes for defining line stylization rules
 (predicates, functions, chaining iterators, and stroke shaders),
 as well as helper functions for style module writing.
-
-Submodules:
-
-.. toctree::
-   :maxdepth: 1
-
-   freestyle.types.rst
-   freestyle.predicates.rst
-   freestyle.functions.rst
-   freestyle.chainingiterators.rst
-   freestyle.shaders.rst
-   freestyle.utils.rst
 """



More information about the Bf-blender-cvs mailing list