Category | Maya Exporter |
Created | 13.01.2019 12:20 |
Lkaminco (LKAMinco) | 13.01.2019 12:20 |
---|---|
if i want to export my object it makes error :# Error: Error in maya.utils._guiExceptHook: # File "C:\Program Files\Autodesk\Maya2018\Python\lib\site-packages\maya\utils.py", line 351, in formatGuiException # result = u'%s: file %s line %s: %s' % (exceptionType.__name__, file, line, exceptionMsg) # UnicodeDecodeError: 'ascii' codec can't decode byte 0xf2 in position 11: ordinal not in range(128) # # Original exception was: # Traceback (most recent call last): # File "C:/Users/Miňo/Documents/maya/2018/prefs/scripts\I3DExporter.py", line 1089, in I3DExportAll # I3DExportSaveAsDialog(False, True, None) # File "C:/Users/Miňo/Documents/maya/2018/prefs/scripts\I3DExporter.py", line 1170, in I3DExportSaveAsDialog # errorCount += I3DExportToFile(str(outputFile), scenegraph, animation, shapes, shaders, lights, cameras, userattributes, defaultcameras, particlesystems, exportBinaryFiles, ignoreBindPoses, normals, colors, texCoords, skinWeigths, mergeGroups, verbose, exportSelection, relativePaths, templates, floatEpsilon) # UnicodeEncodeError: 'ascii' codec can't encode character u'\u0148' in position 11: ordinal not in range(128) # |
N0tr3ady (n0tr3adY) | 16.01.2019 18:30 |
---|---|
Probably your windows account name can't be handled. -> "ň" Try to change your windows account name to a simple one, without any special character. |
Note: Log in to post. Create a new account here.