From fca80ff61e8bbce39bc2584a6ad7e7659577d1b1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 16 May 2011 07:52:45 +0000 Subject: update for changes in blender module layout, also add global axis conversion to FBX. --- io_mesh_ply/import_ply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_mesh_ply/import_ply.py') diff --git a/io_mesh_ply/import_ply.py b/io_mesh_ply/import_ply.py index fc87e66e..bd525065 100644 --- a/io_mesh_ply/import_ply.py +++ b/io_mesh_ply/import_ply.py @@ -207,7 +207,7 @@ import bpy def load_ply(filepath): import time - from io_utils import load_image, unpack_list, unpack_face_list + from bpy_extras.io_utils import load_image, unpack_list, unpack_face_list t = time.time() obj_spec, obj = read(filepath) -- cgit v1.2.3