sanjuop / maya-alembic-export

Easier Alembic exporting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

import alembic_export

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

Alembic export with Mayapy

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

About

Easier Alembic exporting.

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%