摘要
本文主要针对THREE.js 提供的Maya 导出插件,提出插件存在的部分问题,并给出做出相应的解决方案。
关于使用软件版本问题的声明
Maya版本:Maya 2015
Three.js版本:r79
Exporter版本:r79
配置maya插件
Copy the scripts and plug-ins folders to the appropriate maya folder, where maya-version
is your current version of Maya (eg. 2013-x64).
- Windows:
C:\Users\username\Documents\maya\maya-version
- OSX:
~/Library/Preferences/Autodesk/maya/maya-version
- Linux:
/usr/autodesk/userconfig/maya/maya-version
After that, you need to activate the plugin. In Maya, open Windows > Settings/Preferences > Plug-in Manager
and enable the checkboxes next to threeJsFileTranslator.py
.