This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
0849eaebbfe6cf08a2a7f52ff79cc3e9cc4f0657
test
/
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