Hey everyone, I was looking for a way to easily load an image through Python (and store the resulting image in a variable) and found "bpy_extras.image_utils.load_image()". However, my bpy_extras module only contained the following two submodules:
- io_utils - object_utils Thinking it was my old version of Blender (2.69) I downloaded 2.71 and found only one new entry: - keyconfig_utils What happened to all the others (anim, image, mesh and view3d)? All of these are listed in the API docs, even for 2.69[1]. Do they (still) exist? Have they been (re)moved/ renamed? Thanks, Patrick [1] http://www.blender.org/documentation/blender_python_api_2_69_1/bpy_extras.html _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
