- generate sphinx docs for bpy_extras module

- add in support to doc generator for automatically generating docs for submodules.
This commit is contained in:
2011-05-28 07:47:58 +00:00
parent 20ae95422e
commit ecf2d1ff4e
6 changed files with 128 additions and 22 deletions

View File

@@ -18,6 +18,14 @@
# <pep8 compliant>
__all__ = (
"mesh_linked_faces",
"edge_face_count_dict",
"edge_face_count",
"edge_loops_from_faces",
"edge_loops_from_edges",
"ngon_tesselate",
)
def mesh_linked_faces(mesh):
'''