[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1974] trunk/py/scripts/addons/ io_scene_obj/import_obj.py: fix for mistake in module rename.

Campbell Barton ideasman42 at gmail.com
Fri May 27 16:43:52 CEST 2011


Revision: 1974
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1974
Author:   campbellbarton
Date:     2011-05-27 14:43:52 +0000 (Fri, 27 May 2011)
Log Message:
-----------
fix for mistake in module rename.

Modified Paths:
--------------
    trunk/py/scripts/addons/io_scene_obj/import_obj.py

Modified: trunk/py/scripts/addons/io_scene_obj/import_obj.py
===================================================================
--- trunk/py/scripts/addons/io_scene_obj/import_obj.py	2011-05-27 14:30:45 UTC (rev 1973)
+++ trunk/py/scripts/addons/io_scene_obj/import_obj.py	2011-05-27 14:43:52 UTC (rev 1974)
@@ -432,7 +432,7 @@
     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



More information about the Bf-extensions-cvs mailing list