Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-09-26 19:18:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-26 19:18:31 +0400
commit19b6b488d4cd3da525b84b306d74281bf3087b21 (patch)
treec8b4ec3d6f4f3ddadf9d5a6513acf7ebd88e4735 /io_scene_x3d/import_x3d.py
parentee1db199eb857efd45682c4e2d656828342cc7bc (diff)
corrections for addons to update for trunk.
Diffstat (limited to 'io_scene_x3d/import_x3d.py')
-rw-r--r--io_scene_x3d/import_x3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_x3d/import_x3d.py b/io_scene_x3d/import_x3d.py
index 7ae4bb09..660d1022 100644
--- a/io_scene_x3d/import_x3d.py
+++ b/io_scene_x3d/import_x3d.py
@@ -2102,7 +2102,7 @@ def importShape(node, ancestry, global_matrix):
if ima_url is None:
print("\twarning, image with no URL, this is odd")
else:
- bpyima = image_utils.image_load(ima_url, os.path.dirname(node.getFilename()), place_holder=False, recursive=False, convert_callback=imageConvertCompat)
+ bpyima = image_utils.load_image(ima_url, os.path.dirname(node.getFilename()), place_holder=False, recursive=False, convert_callback=imageConvertCompat)
if bpyima:
texture = bpy.data.textures.new("XXX", 'IMAGE')
texture.image = bpyima