Ich habe maya 2016 auf Windows 10, mit dem Maya-Plugin von Three.js exportieren: https://github.com/mrdoob/three.js/tree/master/utils/exporters/mayamaya threejs Export Fehler hat kein Attribut oder Methode mit dem Namen 'ftn'
installiert gemäß den Anweisungen.
habe gerade versucht, ein statisches Modell zu exportieren und diese Fehler mit bin:
// Warning: file: C:/Users/andrew/Documents/maya/2016/scripts/ThreeJsExportScript.mel line 12: The -bs/-borderStyle flag is obsolete and should not be used. //
// Warning: file: C:/Users/andrew/Documents/maya/2016/scripts/ThreeJsExportScript.mel line 29: The -bs/-borderStyle flag is obsolete and should not be used. //
// Warning: file: C:/Users/andrew/Documents/maya/2016/scripts/ThreeJsExportScript.mel line 39: The -bs/-borderStyle flag is obsolete and should not be used. //
// Warning: file: C:/Users/andrew/Documents/maya/2016/scripts/ThreeJsExportScript.mel line 54: The -bs/-borderStyle flag is obsolete and should not be used. //
file -force -options "vertices faces normals uvs materials diffuseMaps specularMaps bumpMaps copyTexturesMaps bones 4 skeletalAnim " -typ "Three.js" -pr -es "C:/Users/andrew/Desktop/proj/exported_name.js";
exporting materials
// Error: line 0: AttributeError: file C:\Program Files\Autodesk\Maya2016\Python\lib\site-packages\pymel\core\nodetypes.py line 408: nt.Checker(u'defaultPolygonTexture') has no attribute or method named 'ftn' //
// Error: line 0: Could not save file "C:/Users/andrew/Desktop/proj/exported_name.js". //
Wer in diesen Fehler laufen?