项目作者: tokejepsen

项目描述 :
Easier Alembic exporting.
高级语言: Python
项目地址: git://github.com/tokejepsen/maya-alembic-export.git
创建时间: 2017-10-18T07:29:50Z
项目社区:https://github.com/tokejepsen/maya-alembic-export

开源协议:GNU Lesser General Public License v3.0

下载


Easier Alembic exporting.

Usage

This module extends the functionality of Maya’s “AbcExport” command, to alleviate tedious string formatting and work easier with mayapy.

To install, download alembic_export.py and place it in a directory where Maya can find it.

Examples

  1. import alembic_export
  2. alembic_export.export("/output/path/for/alembicFile.abc")

Alembic export with Mayapy

  1. $ "path/to/mayapy" "path/to/alembic_export.py" -mayaFile "path/to/mayaFile.mb" -alembicFile "/output/path/for/alembicFile.abc"