~ubuntu-branches/ubuntu/wily/opencollada/wily-proposed

« back to all changes in this revision

Viewing changes to COLLADAMaya/INSTALL_LINUX.TXT

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2015-05-14 17:23:27 UTC
  • Revision ID: package-import@ubuntu.com-20150514172327-f862u8envms01fra
Tags: upstream-0.1.0~20140703.ddf8f47+dfsg1
ImportĀ upstreamĀ versionĀ 0.1.0~20140703.ddf8f47+dfsg1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Requirements:
 
2
-------------
 
3
To run the COLLADAMaya plug-in, you need a version of Autodesk Maya installed.
 
4
 
 
5
Supported versions are:
 
6
Autodesk Maya 2009
 
7
 
 
8
Install:
 
9
--------
 
10
 
 
11
NOTE: The "YOUR_MAYA_PATH" used in the following section depends on your Maya 
 
12
version. Following environment variables to your Maya location are supported:
 
13
- MAYA_PATH2009
 
14
 
 
15
You have to copy following files:
 
16
- The COLLADAMaya.so file to your personal Maya plug-in directory. 
 
17
        ($YOUR_MAYA_PATH)/plug-ins 
 
18
- The openColladaExporterOpts.mel file to your Maya scripts directory. 
 
19
        ($YOUR_MAYA_PATH)/scripts 
 
20
- the openColladaImporterOpts.mel file to your Maya scripts directory. 
 
21
        ($YOUR_MAYA_PATH)/scripts 
 
22
 
 
23
You can also define a environment variable "MAYA_PLUG_IN_PATH" and put the 
 
24
so-file into the refered directory. Autodesk Maya will load the plug-ins 
 
25
from this directory too.
 
26
 
 
27
Execute:
 
28
--------
 
29
When you start Autodesk Maya, go to the menu 
 
30
        Window > Settings/Preferences > Plug-in Manager
 
31
and load the plug-in "COLLADAMaya.so" from the extended list.
 
32
Now you can export your maya scene into a COLLADA file.
 
33
 
 
34
Maya plugin loader bug:
 
35
-----------------------
 
36
Maya error: "Failed to find COLLADA exporter"
 
37
It's a known bug that sometimes in some maya versions maya don't recognoize the
 
38
last converter on the list. To fix this, load a extra plug-in after the fact 
 
39
and it should work.
 
40