blender/release/scripts/modules/bpy
Bastien Montagne 8f0dc3cef6 Fix T50052: bpy.utils.unregister_module doesn't unregister classes of submodules in reload scenario.
reload case would clear TypeMap before unregistering addons, which made
all calls to unregister_module() to do absolutely nothing.
2016-11-18 15:15:46 +01:00
..
utils Fix T50052: bpy.utils.unregister_module doesn't unregister classes of submodules in reload scenario. 2016-11-18 15:15:46 +01:00
__init__.py Cleanup: pep8 2016-07-30 09:00:41 +10:00
ops.py PyAPI: disallow assigning members to 'bpy.ops' 2014-12-18 13:52:31 +01:00
path.py Cleanup: pep8 2016-07-30 09:00:41 +10:00