pyblish / pyblish-qml

Pyblish QML frontend for Maya 2013+, Houdini 11+, Nuke 8+ and more
GNU Lesser General Public License v3.0
114 stars 44 forks source link

pyblish_qml current host?? #248

Closed xtvjxk123456 closed 7 years ago

xtvjxk123456 commented 7 years ago

image

e...it is right?? (use pyblish.api.current_host() in plugin class ,and plugin load use env PYBLISHPLUGINPATH)

that mean i must write and register plugin in maya?

mottosso commented 7 years ago

You can register a host using api.register_host("my_host"), which is just a plain string. Or you can have the host registered with Pyblish Maya.

@xtvjxk123456 For general questions about Pyblish, it'd be best if you posted on the forums and save issues for bug reports.

xtvjxk123456 commented 7 years ago

ok, i will do it , Thanks