-
Notifications
You must be signed in to change notification settings - Fork 16
Legacy_Most_Common_Errors
Traceback (most recent call last): File "C:\Users\youruser\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\exportmesh2hrtf.py", line 195, in execute return ExportMesh2HRTF.save(self, context, keywords) File "C:\Users\youruser\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\exportmesh2hrtf.py", line 294, in save bpy.ops.object.transformapply(location=True) File "C:\Program Files\Blender Foundation\Blender\2.77\scripts\modules\bpy\ops.py", line 189, in call ret = opcall(self.idnamepy(), None, kw) RuntimeError: Operator bpy.ops.object.transformapply.poll() failed, context is incorrect
**Solution: EXPORT IN OBJECT MODE **
Traceback (most recent call last): File "C:\Users\youruser\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\exportmesh2hrtf.py", line 251, in execute return ExportMesh2HRTF.save(self, context, keywords) File "C:\Users\youruser\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\exportmesh2hrtf.py", line 450, in save fw("%d %d %d %d 0 0 0\n" % tuple(objdata.polygons[ii].vertices[:])) TypeError: not all arguments converted during string formatting
Solution: TRY TRIANGULATE MODIFIER
Traceback (most recent call last): File "C:\Users\youruser\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\exportmesh2hrtf.py", line 251, in execute return ExportMesh2HRTF.save(self, context, keywords) File "C:\Users\youruser\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\exportmesh2hrtf.py", line 406, in save obj = bpy.data.objects["Reference"] KeyError: 'bpypropcollection[key]: key "Reference" not found'
Solution: NAME YOUR OBJECT "Reference"
Traceback (most recent call last): File "C:\Users\youruser\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\export_mesh2hrtf.py", line 251, in execute return ExportMesh2HRTF.save(self, context, **keywords) File "C:\Users\youruser\AppData\Roaming\Blender Foundation\Blender\2.77\scripts\addons\export_mesh2hrtf.py", line 373, in save tmp = open("%s/VERSION" % programPath) FileNotFoundError: [Errno 2] No such file or directory: 'P:\Projects\Loca Photo\PhotoRec\Results\Mesh2HR/VERSION'
Solution: CHECK YOUR PATH WHERE THE VERION FILE IS LOCATED, also when exporting (at the bottom of the export window