blender/release/scripts/modules/bpy
Campbell Barton 8fd246cb70 add bpy.types as a module for convenient imports, eg:
from bpy.types import Menu
2011-08-12 06:31:39 +00:00
..
__init__.py add bpy.types as a module for convenient imports, eg: 2011-08-12 06:31:39 +00:00
ops.py make python3.3 compatible, __class__ is no longer in the class methods namespace. 2011-07-11 05:50:49 +00:00
path.py Fixed a few small typos. 2011-08-02 17:00:44 +00:00
utils.py py api: sphinx doc corrections, pep8 cleanup and style edits, also added __all__ to some modules which were missing it. 2011-07-31 03:15:37 +00:00