Blender Git Commit Log

Git Commits -> Revision f87ca5f

Revision f87ca5f by Tamito Kajiyama (master)
September 18, 2014, 06:48 (GMT)
Fix for missing Freestyle sections in the Blender Python API documentation.

Freestyle sections of the API docs were empty due to Freestyle module reorganization
in commit rB6498b96ce7081db039354228213d72e8c70bd3aa.

Module __all__ property was added to submodules so as to properly exclude irrelevant
documentation elements such as mathutils.Vector.

Commit Details:

Full Hash: f87ca5f1c314f67353b6111d3647aef159dc07c6
Parent Commit: 3c28eec
Lines Changed: +394, -21

9 Modified Paths:

/doc/python_api/sphinx_doc_gen.py (+21, -3) (Diff)
/release/scripts/freestyle/modules/freestyle/chainingiterators.py (+4, -4) (Diff)
/release/scripts/freestyle/modules/freestyle/functions.py (+91, -3) (Diff)
/release/scripts/freestyle/modules/freestyle/predicates.py (+76, -3) (Diff)
/release/scripts/freestyle/modules/freestyle/shaders.py (+72, -2) (Diff)
/release/scripts/freestyle/modules/freestyle/types.py (+88, -1) (Diff)
/release/scripts/freestyle/modules/freestyle/utils.py (+26, -2) (Diff)
/release/scripts/freestyle/modules/freestyle/__init__.py (+14, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021