-
Notifications
You must be signed in to change notification settings - Fork 11
Integration
Marcus Ottosson edited this page May 8, 2015
·
2 revisions
This page will walk you through integrating Pyblish with SideFx Houdini.
Make sure you have installed Pyblish before continuing.
The integration comes in the form of a menu-item called "Publish".

Once clicked, it will display a Pyblish graphical user interface.
Ensure Pyblish for Houdini is on your PYTHONPATH and run this within Houdini.
import pyblish_houdini
pyblish_houdini.setup()You can then show the Pyblish graphical user interface by calling show().
pyblish_houdini.show()Coming soon, see here.
<Milan, could you fill this in? Use this for reference: https://github.com/pyblish/pyblish-maya/wiki/Integration>