blender/release/scripts/modules
Campbell Barton b58f41e120 addon improvements/fixes
- better error reporting when an addon fails to load
- upload an addon which loads partly but then fails (eg, module loads but class register fails)
- bugfix addon loading, failier to load would leave _bpy_types._register_immediate = False
- added which change on disk are reloaded when enabling.
- bpy.path.module_names() now returns (module_name, module_path) pairs.
2010-09-08 07:30:20 +00:00
..
bpy addon improvements/fixes 2010-09-08 07:30:20 +00:00
console fix for autocomp., was raising an error when autocompleating functions defined in the console because their file wasnt found (which is correct in this case). 2010-07-14 14:56:33 +00:00
rigify fix some errors in rigify caused by recent api changes 2010-08-27 00:05:00 +00:00
add_object_utils.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
animsys_refactor.py rna data path names which are more likely to break animations. 2010-08-20 06:09:58 +00:00
blend_render_info.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
bpy_types.py addon improvements/fixes 2010-09-08 07:30:20 +00:00
bpyml_ui.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
bpyml.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
graphviz_export.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
io_utils.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
rigify_utils.py fix some errors in rigify caused by recent api changes 2010-08-27 00:05:00 +00:00
rna_info.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
rna_prop_ui.py ran through pep8 checker 2010-09-07 15:17:42 +00:00