This website requires JavaScript.
Explore
Help
Register
Sign In
Cr8-xyz
/
blender
Watch
1
Star
0
Fork
0
You've already forked blender
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
a9dea3afe9ca590e3d2d6788066d52dab3fd872c
blender
/
release
/
scripts
/
modules
/
bpy
History
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