targetExecutable: python3.2 args: /srv/clara/releases/af2debeb5da446d3dfc62a0a2b10f6c5663109e4/lib/commands/exporters/fbx_converter_export.py,xway.ojsfbx,xway.obj,--no-animation,--no-skin,--ascii,--use-file-extension cwd: /tmp/exportfbx14bda exit code: 1 exit signal: null STD OUT: Loading file: xway.ojsfbx input_path /tmp/exportfbx14bda/xway.ojsfbx Imported xway.ojsfbx file to: /tmp/exportfbx14bda/xway.ojsfbx STD ERR: Traceback (most recent call last): File "/srv/clara/releases/af2debeb5da446d3dfc62a0a2b10f6c5663109e4/lib/commands/exporters/fbx_converter_export.py", line 1605, in saveSceneData(fbxScene, jsonData) File "/srv/clara/releases/af2debeb5da446d3dfc62a0a2b10f6c5663109e4/lib/commands/exporters/fbx_converter_export.py", line 1503, in saveSceneData saveObjects(scene, data, data['objects'], rootNode, material_list, clusterBone_list) File "/srv/clara/releases/af2debeb5da446d3dfc62a0a2b10f6c5663109e4/lib/commands/exporters/fbx_converter_export.py", line 802, in saveObjects node = saveMesh(scene, data, nodeInfo, material_list) File "/srv/clara/releases/af2debeb5da446d3dfc62a0a2b10f6c5663109e4/lib/commands/exporters/fbx_converter_export.py", line 922, in saveMesh saveUVMaps(mesh, uvMaps) File "/srv/clara/releases/af2debeb5da446d3dfc62a0a2b10f6c5663109e4/lib/commands/exporters/fbx_converter_export.py", line 986, in saveUVMaps saveUVMap(mesh, uvMap, channel, counter) File "/srv/clara/releases/af2debeb5da446d3dfc62a0a2b10f6c5663109e4/lib/commands/exporters/fbx_converter_export.py", line 1014, in saveUVMap uv = convert_FbxVector2( uvs[i] ) File "/srv/clara/releases/af2debeb5da446d3dfc62a0a2b10f6c5663109e4/lib/commands/exporters/fbx_converter_export.py", line 266, in convert_FbxVector2 return FbxVector2(v['x'], v['y']) TypeError: arguments did not match any overloaded call: FbxVector2(): too many arguments FbxVector2(FbxVector2): argument 1 has unexpected type 'NoneType' FbxVector2(float, float): argument 1 has unexpected type 'NoneType'