All Projects → tokejepsen → maya-alembic-export

tokejepsen / maya-alembic-export

Licence: LGPL-3.0 License
Easier Alembic exporting.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to maya-alembic-export

skinner
Skin export / import tools for Autodesk Maya
Stars: ✭ 68 (+257.89%)
Mutual labels:  export, maya
i18n-tag-schema
Generates a json schema for all i18n tagged template literals in your project
Stars: ✭ 15 (-21.05%)
Mutual labels:  export
maya-pulse
a rigging framework for Maya
Stars: ✭ 13 (-31.58%)
Mutual labels:  maya
motionPath
Toolchefs Motion Path
Stars: ✭ 31 (+63.16%)
Mutual labels:  maya
playblastOIIO-maya
Implements a new 'playblast' command that uses OpenImageIO (OIIO) to process and write image data.
Stars: ✭ 29 (+52.63%)
Mutual labels:  maya
zabbix-review-export-import
Clone of zabbix-review-export with added import object(s) feature
Stars: ✭ 36 (+89.47%)
Mutual labels:  export
sheet2dict
Simple XLSX and CSV to dictionary converter
Stars: ✭ 206 (+984.21%)
Mutual labels:  export
Photoshop-Export-Layers-to-Files-Fast
This script allows you to export your layers as individual files at a speed much faster than the built-in script from Adobe.
Stars: ✭ 1,127 (+5831.58%)
Mutual labels:  export
googleDriveVFXServer-pipeline
Transform a Google Drive server into a VFX pipeline ready server
Stars: ✭ 15 (-21.05%)
Mutual labels:  maya
xformArrayNodes
Maya plugin with nodes designed to operate on transform components.
Stars: ✭ 27 (+42.11%)
Mutual labels:  maya
wikitopdf
Export a repo's wiki as a PDF ebook.
Stars: ✭ 14 (-26.32%)
Mutual labels:  export
spark-transformers
Spark-Transformers: Library for exporting Apache Spark MLLIB models to use them in any Java application with no other dependencies.
Stars: ✭ 39 (+105.26%)
Mutual labels:  export
KoHighlights
KOHighlights is a utility for viewing KOReader's highlights and/or export them to simple text, csv or html files.
Stars: ✭ 62 (+226.32%)
Mutual labels:  export
polyReorder
Maya plugin with tools to reorder the vertices on a mesh to match the order of another.
Stars: ✭ 21 (+10.53%)
Mutual labels:  maya
JMadOnion
No description or website provided.
Stars: ✭ 14 (-26.32%)
Mutual labels:  maya
netflix-list-exporter
💫‎‎‎‏‏‎ An Extension to export your lists from Netflix to Clipboard area and share it with your friends.
Stars: ✭ 60 (+215.79%)
Mutual labels:  export
node calculator
Create Maya node-network by entering a math-formula.
Stars: ✭ 56 (+194.74%)
Mutual labels:  maya
Mayanomicon
Custom nodes and introspection with the maya API
Stars: ✭ 28 (+47.37%)
Mutual labels:  maya
moneymonkey
MoneyMoney-Umsätze für Buchhaltungssoftware exportieren 💰🐒
Stars: ✭ 35 (+84.21%)
Mutual labels:  export
plex
Oracle PL/SQL Export Utilities: Export Oracle APEX app, ORDS modules, all schema objects and table data in one go
Stars: ✭ 23 (+21.05%)
Mutual labels:  export

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"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].