File: readme.txt

package info (click to toggle)
openctm 1.0.3%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,692 kB
  • sloc: ansic: 9,241; cpp: 5,199; python: 735; makefile: 30
file content (31 lines) | stat: -rw-r--r-- 1,204 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
OpenCTM Maya export scripts


INSTRUCTIONS
============

The OpenCTM Maya export scripts makes it possible to export OpenCTM format files in Maya (http://autodesk.com/).

To use these scripts, they need to be properly installed along with the
OpenCTM shared library.


Windows:
--------
1) Copy "openctm.dll" to your maya plugin folder (e.g. C:\Program Files\Autodesk\Maya2008\bin\plug-ins for Maya 2008).
2) Copy openctm_translator.py to your maya plugin folder (e.g. C:\Program Files\Autodesk\Maya2008\bin\plug-ins for Maya 2008).
3) Copy openctm.py in /bindings/python/ to the same folder as openctm_translator.py (e.g. C:\Program Files\Autodesk\Maya2008\bin\plug-ins for Maya 2008).

Mac OS X:
---------

1) Copy the file "libopenctm.dylib" to /usr/local/lib (e.g. using
   "sudo cp libopenctm.dylib /usr/local/lib/").
2) Copy openctm_translator.py to your maya plugin folder (e.g. /Users/Shared/Autodesk/maya/2010/plug-ins for Maya 2010).
3) Copy openctm.py in /bindings/python/ to the same folder as openctm_translator.py (e.g. /Users/Shared/Autodesk/maya/2010/plug-ins for Maya 2010).

Linux:
------

1) Copy the file "libopenctm.so" to /usr/lib (e.g. using
   "sudo cp libopenctm.so /usr/lib/").