targetExecutable: python3.2 args: /srv/clara/releases/f011a991791ebaccf601babb2ac8f6aa83ae4151/lib/commands/exporters/fbx_converter_export.py,untitled-scene.ojsfbx,untitled-scene.dae,--ascii,--use-file-extension cwd: /tmp/exportfbxe1756 STDOUT Loading file: untitled-scene.ojsfbx Imported untitled-scene.ojsfbx file to: /tmp/exportfbxe1756/untitled-scene.ojsfbx STDERR Traceback (most recent call last): File "/srv/clara/releases/f011a991791ebaccf601babb2ac8f6aa83ae4151/lib/commands/exporters/fbx_converter_export.py", line 1591, in saveSceneData(fbxScene, jsonData) File "/srv/clara/releases/f011a991791ebaccf601babb2ac8f6aa83ae4151/lib/commands/exporters/fbx_converter_export.py", line 1496, in saveSceneData saveObjects(scene, data, data['objects'], rootNode, material_list, clusterBone_list) File "/srv/clara/releases/f011a991791ebaccf601babb2ac8f6aa83ae4151/lib/commands/exporters/fbx_converter_export.py", line 795, in saveObjects node = saveMesh(scene, data, nodeInfo, material_list) File "/srv/clara/releases/f011a991791ebaccf601babb2ac8f6aa83ae4151/lib/commands/exporters/fbx_converter_export.py", line 915, in saveMesh saveUVMaps(mesh, uvMaps) File "/srv/clara/releases/f011a991791ebaccf601babb2ac8f6aa83ae4151/lib/commands/exporters/fbx_converter_export.py", line 979, in saveUVMaps saveUVMap(mesh, uvMap, channel, counter) File "/srv/clara/releases/f011a991791ebaccf601babb2ac8f6aa83ae4151/lib/commands/exporters/fbx_converter_export.py", line 1007, in saveUVMap uv = convert_FbxVector2( uvs[i] ) File "/srv/clara/releases/f011a991791ebaccf601babb2ac8f6aa83ae4151/lib/commands/exporters/fbx_converter_export.py", line 259, 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'