blender/release/scripts/modules/bpy_extras
Campbell Barton a0feea1fc0 fix [#30201] bpy_extras.image_utils.load_image always returns placeholder
in existing addons this only effects OBJ import.

interestingly even though this is a bug (in that its returning a placeholder when it should load the image), since the placeholder points to the correct path, the image will load correctly when refreshed, so the bug's not too bad.
2012-02-16 04:08:52 +00:00
..
__init__.py fix for keymap export, move functions common for the UI and operators into bpy_extras.keymap_utils 2011-09-26 11:22:07 +00:00
anim_utils.py Correct mathutils documentation, also correct some python spelling errors and add makefile target check_spelling 2012-02-08 04:37:37 +00:00
image_utils.py fix [#30201] bpy_extras.image_utils.load_image always returns placeholder 2012-02-16 04:08:52 +00:00
io_utils.py update axis conversion for recent matrix changes 2011-12-22 11:06:41 +00:00
keyconfig_utils.py Uv Tools branch GSOC 2011 2012-01-17 16:31:13 +00:00
mesh_utils.py Correct mathutils documentation, also correct some python spelling errors and add makefile target check_spelling 2012-02-08 04:37:37 +00:00
object_utils.py * fix for error in shape transfer (wrong var name). 2012-02-02 05:11:42 +00:00
view3d_utils.py update bpy_extras.view3d_utils for matrix changes 2011-12-24 07:11:40 +00:00