Here’s an integration for Maya. - More info <https://github.com/abstractfactory/pyblish/issues/48#issuecomment-62544277>
This involves three major components; the GUI, Pyblish and a middlepoint with which they communicate. The middlepoint consists of a server running in a separate thread from within Maya and an interface with which to implement the functionality required by the GUI. The interface is then passed to the middlepoint upon launching the GUI from within the host. In the case of Maya, the only real specifics is the requirements of running commands from a separate thread using maya.utils.executeInMainThreadWithResult(). It is then up to implementations of other hosts to provide for host-specifics when it comes to running Pyblish. The middlepoint is called Pyblish Endpoint <https://github.com/pyblish/pyblish-endpoint> Best, Marcus -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmODSUepoCU4seO3bYOX3C3bQ_q_AsQoZ3mR_9T4k4s2z2w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
