blender/release/scripts/modules
Campbell Barton 118e0426f1 patch [#24221] Creating graph from armature doesn't work with unsaved .blend files (with fix).
from Sergej Reich (sergof)

Made some corrections to the patch as well as using bpy.app.tempdir with tempfile python module.
2010-10-13 00:08:24 +00:00
..
bpy bugfix [#24155] Operator Cheat Sheet doesn't work properly 2010-10-06 22:29:34 +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 patch [#24221] Creating graph from armature doesn't work with unsaved .blend files (with fix). 2010-10-13 00:08:24 +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 bones were not being metaclassed properly so that custom rna prop's couldn't be set. 2010-10-11 04:52:40 +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 bugfix [#23945] obj export problems 2010-09-22 13:24:21 +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 remove redundant []'s for list comprehension's, py2.4+ supports this. 2010-09-19 07:07:14 +00:00
rna_prop_ui.py use is rather then == when comparing against None. 2010-09-18 10:43:32 +00:00