- generate sphinx docs for bpy_extras module

- add in support to doc generator for automatically generating docs for submodules.
This commit is contained in:
Campbell Barton
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,20 @@
# <pep8 compliant>
__all__ = (
"ExportHelper",
"ImportHelper",
"axis_conversion",
"load_image",
"create_derived_objects",
"free_derived_objects",
"unpack_list",
"unpack_face_list",
"path_reference",
"path_reference_copy",
"path_reference_mode",
)
import bpy
from bpy.props import StringProperty, BoolProperty, EnumProperty