Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/three.js/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Three.js 使用blender导出三个JS会给我带来错误…(Linux ubuntu)_Three.js_Export_Blender - Fatal编程技术网

Three.js 使用blender导出三个JS会给我带来错误…(Linux ubuntu)

Three.js 使用blender导出三个JS会给我带来错误…(Linux ubuntu),three.js,export,blender,Three.js,Export,Blender,我用搅拌机做了一个模型。我用three.js导出。我犯了一些错误。我正在使用linux ubuntu。我想我用的是blender 2.62。导出时,会显示以下内容: ! Error Traceback (most recent call last): File "/usr/lib/blender/scripts/addons/io_mesh_threejs/__init__.py" line 340, in execute return io_mesh_threejs.export

我用搅拌机做了一个模型。我用three.js导出。我犯了一些错误。我正在使用linux ubuntu。我想我用的是blender 2.62。导出时,会显示以下内容:

! Error
Traceback (most recent call last):

 File "/usr/lib/blender/scripts/addons/io_mesh_threejs/__init__.py" line 340, in execute 
    return io_mesh_threejs.export_threejs.save(self, context, **self.properties

 File "/usr/lib/blender/scripts/addons/io_mesh_threejs/export_threejs.py" line 2697, in save
    option_frame_index_as_time)

 File "/usr/lib/blender/scripts/addons/io_mesh_threejs/export_threejs.py" line 1776, in export mesh
    option_frame_step)

 File "/usr/lib/blender/scripts/addons/io_mesh_threejs/export_threejs.py" line 1661, in generate_mesh_string
    meshes = extract_meshes(objects, scene, export_single_model, option_scale, flipyz)

 File "File "/usr/lib/blender/scripts/addons/io_mesh_threejs/export_threejs.py" line 1631, in extracted_meshes
    mesh.update(calc_tessface=true)

 TypeError: Mesh.Update(): was called with invalid keyword argument(s) (calc_tessface), expected (calc_edges)

 location:<unknown location>:-1 
有人知道怎么解决这个问题吗?我是否进入export_threejs.py并将calc_tessface更改为calc_Edge??我该怎么办?我不想把事情搞砸