From 359ad3e34249f8f4d0fdb8866f198ad4aa544477 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 27 May 2011 14:43:52 +0000 Subject: fix for mistake in module rename. --- io_scene_obj/import_obj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io_scene_obj') diff --git a/io_scene_obj/import_obj.py b/io_scene_obj/import_obj.py index a7e2b24f..edc17fda 100644 --- a/io_scene_obj/import_obj.py +++ b/io_scene_obj/import_obj.py @@ -432,7 +432,7 @@ def create_mesh(new_objects, has_ngons, use_ngons, use_edges, verts_loc, verts_t Takes all the data gathered and generates a mesh, adding the new object to new_objects deals with fgons, sharp edges and assigning materials ''' - from mesh_utils import ngon_tesselate + from bpy_extras.mesh_utils import ngon_tesselate if not has_ngons: use_ngons = False -- cgit v1.2.3