فهرست منبع

Fixed Blender import. Fixes #2659.

Mr.doob 13 سال پیش
والد
کامیت
f607689416
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      utils/exporters/blender/2.64/scripts/addons/io_mesh_threejs/import_threejs.py

+ 1 - 1
utils/exporters/blender/2.64/scripts/addons/io_mesh_threejs/import_threejs.py

@@ -26,7 +26,7 @@ import time
 import json
 import bpy
 import mathutils
-from mathutils.geometry import tesselate_polygon
+from mathutils.geometry import tessellate_polygon
 from bpy_extras.image_utils import load_image
 
 # #####################################################