Python Support in Mush3d
Mush3d offers minimal Python support, making it easier for teams to script shots. Right now, we’ve got just 3 commands to play with:
importAlembic
replaceAlembic
exportAlembic
Examples:
Import Alembic:
import mush
mush.importAlembic(“your_file_path”)
Replace Alembic:
import mush
mush.replaceAlembic(“your_file_path”)
Export Alembic:
import mush
mush.exportAlembic(“your_file_path”)