blender/release/scripts/modules/bpy
Campbell Barton 4612034cf4 patch [#25809] Auto-Registration as utility function.
This removes auto-registration, committed by Martin r30961.
Realize this is a contentious topic but Brecht and myself both would rather opt-in registration.

TODO:
- addons need updating.
- class list will be modified to use weakrefs (should have been done for existing system too).
- will move bpy.types.(un)register functions into bpy.utils.(un)register_class, currently including these functions in a type list is internally ugly, scripts which loop over types also need to check for these.
2011-02-10 23:48:22 +00:00
..
__init__.py pep8 cleanup 2011-01-01 07:20:34 +00:00
ops.py pep8 cleanup 2011-01-01 07:20:34 +00:00
path.py Pythons path functions - os.walk(). os.path.exists(). etc support bytes for paths as well as strings, support this with blender/rna too. 2011-02-01 04:24:47 +00:00
utils.py patch [#25809] Auto-Registration as utility function. 2011-02-10 23:48:22 +00:00