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-05-28 13:35:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-28 13:35:49 +0400
commit5d47c3aa6c91c5c9eed71349411ab7a367fe6d35 (patch)
treed62bd84e2fb4bfa8df0c645513c99792f06b5671 /io_import_images_as_planes.py
parent76f6ab34da8e2d2476b0aa0d913f1fa968bbea69 (diff)
update for changes in blenders api
Diffstat (limited to 'io_import_images_as_planes.py')
-rw-r--r--io_import_images_as_planes.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index 38c8efdc..4ede9e93 100644
--- a/io_import_images_as_planes.py
+++ b/io_import_images_as_planes.py
@@ -35,7 +35,8 @@ bl_info = {
import bpy, os, mathutils
from bpy.props import *
from add_utils import *
-from bpy_extras.io_utils import ImportHelper, load_image
+from bpy_extras.io_utils import ImportHelper
+from bpy_extras.image_utils import load_image
## GLOBAL VARS ##
EXT_LIST = {