source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Content/Web/mrdoob-three.js-4862f5f/utils/exporters/maya/README.md@ 28897

Last change on this file since 28897 was 28897, checked in by davidb, 10 years ago

GUI front-end to server base plus web page content

File size: 792 bytes
Line 
1# Three.js Maya Export
2
3Exports Maya models to Three.js' ASCII JSON format. Currently supports exporting the following:
4
5- Vertices
6- Faces
7- Normals
8- UV sets
9- Material indices
10- Vertex colors
11
12## Installation
13
14Copy the scripts and plug-ins folders to the appropriate maya folder, where `maya-version` is your current version of Maya (eg. 2013-x64).
15
16- Windows: `C:\Users\username\Documents\maya\maya-version`
17- OSX: `~/Library/Preferences/Autodesk/maya/maya-version`
18- Linux: `/usr/autodesk/userconfig/maya/maya-version`
19
20After that, you need to activate the plugin. In Maya, open `Window > Settings/Preferences > Plug-in Manager` and enable the checkboxes next to `threeJsFileTranslator.py`.
21
22## Usage
23
24Use the regular Export menus within Maya, select `Three.js`.
Note: See TracBrowser for help on using the repository browser.