-
Notifications
You must be signed in to change notification settings - Fork 29
Installation
Marcus Ottosson edited this page Mar 31, 2015
·
31 revisions
Pyblish depends on having PyQt5 installed for Python 2.7. See here for instructions on how to install PyQt5.
$ pip install pyblish-maya
The next step is to expose the integration to Maya. For this, you've got two options.
- Append a
userSetup.py
to your PYTHONPATH
# Typically, the integration is located here
c:\Python27\Lib\site-packages\pyblish_maya\pythonpath
Append this path to your PYTHONPATH
. See here for help with modifying your environment
- Append to your own
userSetup.py
# Typically located here:
C:\Users\marcus\Documents\maya\scripts
Append the following
import pyblish_maya
pyblish_maya.setup()
The next time you open up Maya, look for an item in your File
menu that reads "Publish". If you haven't got it, head over to the Troubleshooting section and we'll get you sorted out.
That's all there is to it! Let's go ahead and learn Pyblish by publishing something from Maya.