Skip to main content

Install the Maya submitter

The cwmaya package is a Maya module to help you configure submissions for Conductor's cloud rendering service.

Follow these instructions to get up and running.

Install from PyPi

NOTE: If you'd like to contribute or develop templates, skip to Install from GitHub section

Install the latest beta version.

pip3 install --upgrade cwmaya --pre --target=$HOME/CoreWeave/maya

Then setup the Maya module.

python3 $HOME/CoreWeave/maya/cwmaya/post_install.py
Important

Make sure you don't have the legacy Conductor Maya submitter set up to auto-load, since it depends on a version of Conductor Core that is incompatible with the new system.

Install from GitHub

git clone git@github.com:ConductorTechnologies/cwmaya.git
cd cwmaya
pip3 install --upgrade -r requirements.txt --target=$HOME/Sandbox/maya
python3 $HOME/Sandbox/maya/cwmaya/post_install.py

Open the Plugin Manager and load CoreWeave.py.

Plugin Manager

A CoreWeave menu will appear in the main Maya menu bar.