mottosso on master
Update Travis for automatic dep… (compare)
mottosso on master
Update Travis for automatic dep… (compare)
loonghao on 0.1.0
loonghao on master
First commit Improve readme Improve readme and 4 more (compare)
@chadmv Regarding Pyblish examples maybe this link could be worthwhile. They are not focused on Pyblish per se but on Avalon, but they all run publishing with Pyblish... so they might have some extra "pipeline things" but the publishing all runs through Pyblish.
I believe most of those avalon configs have the code laid out so that the Pyblish plug-ins are somewhere in {config}/plugins/{host}/publish
- for example like this (maya). or this (maya) or this (houdini).
show
function, call each line yourself until you hit the point whereby it hangs
show
def _install():
# Default order (customise order and content via QT_PREFERRED_BINDING)
default_order = ("PyQt5", "PySide2", "PySide", "PyQt4")
preferred_order = list(
b for b in QT_PREFERRED_BINDING.split(os.pathsep) if b
Hmmm, here's an old branch in our fork which was created by my colleague for working with 3dsMax. :point_down:
https://github.com/MoonShineVFX/pyblish-qml/tree/3dsmax
Not sure how it works now though, but I remember he did pull it off.