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:
Diffstat (limited to 'io_mesh_ply/import_ply.py')
-rw-r--r--io_mesh_ply/import_ply.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_mesh_ply/import_ply.py b/io_mesh_ply/import_ply.py
index bd525065..0f1789d9 100644
--- a/io_mesh_ply/import_ply.py
+++ b/io_mesh_ply/import_ply.py
@@ -207,7 +207,8 @@ import bpy
def load_ply(filepath):
import time
- from bpy_extras.io_utils import load_image, unpack_list, unpack_face_list
+ from bpy_extras.io_utils import unpack_list, unpack_face_list
+ from bpy_extras.image_utils import load_image
t = time.time()
obj_spec, obj = read(filepath)