Skip to content
Roy Nieterau edited this page Feb 20, 2016 · 2 revisions
Download the package

Download the repository by cloning it locally:

git clone https://github.com/pyblish/pyblish-magenta.git
Install the dependencies

Pyblish Magenta has a dependency on cquery so be sure to install that.

pip install cquery
Add Pyblish Magenta to your PYTHONPATH

Python must be able to find Pyblish Magenta, so ensure it's on its path. For example:

set PYTHONPATH=%PYTHONPATH%;C:\path\to\magenta
Register the plug-ins
import pyblish_magenta
pyblish_magenta.setup()
Start publishing

Your Pyblish Magenta installation is ready to go. Happy Pyblishing!

A Maya-centric kit for Pyblish.

Table of Contents

Clone this wiki locally