|
@@ -19,9 +19,9 @@ Exports Maya models to Three.js' JSON format. Currently supports exporting the
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
-Install [pymel](http://download.autodesk.com/global/docs/maya2014/en_us/PyMel/install.html).
|
|
|
-Though the docs are way out of date, the process described still works as of
|
|
|
-2014.
|
|
|
+(Maya 2016 suggested)
|
|
|
+
|
|
|
+Install [pymel](http://download.autodesk.com/global/docs/maya2014/en_us/PyMel/install.html) if necessary – Maya 2015 and newer will already include this for you. If you need to install PyMel manually, you can clone the latest from the [LumaPictures/pymel](https://github.com/LumaPictures/pymel) repository.
|
|
|
|
|
|
Copy the scripts and plug-ins folders to the appropriate maya folder, where `maya-version` is your current version of Maya (eg. 2013-x64).
|
|
|
|
|
@@ -29,7 +29,11 @@ Copy the scripts and plug-ins folders to the appropriate maya folder, where `may
|
|
|
- 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 `Window > Settings/Preferences > Plug-in Manager` and enable the checkboxes next to `threeJsFileTranslator.py`.
|
|
|
+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`.
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
## Usage
|
|
|
|