Hey, you should not take over the app. Taking over a publish hook would be enough. Did you look through the video tutorial I suggested earlier? It should explain to you how to publish something specific you need. Also, try to search here on the community platform.
Hi @jonase ,
If you’re trying to have multiple publishes of the same file, there is a little more work to be done. The behaviour you’re seeing is because the two publish plugins are overwriting each other’s properties.
When you click “publish” there are 3 phases that the publisher goes through. Validate, Publish, and Finalize. All plugins go through one phase, then the next, then the next. I’m assumming you’re using different templates for the two publish plugins. If so, the issue you’re runnin…
Hi,
I want to customize how our artists export from photoshop.
I wrote a Python module using engine.adobe which export the active document as a flattened image in the same directory as the psd so that artists nevcer have to use Photoshop files explorer.
For now, everything works well when I launch every lines of code inside of the Photoshop Integration Shotgun Python Console.
I have re written everything as a Class:
class ExportPsdDoc:
adobe = engine.adobe
tk = sgtk.platform.curren…
1 Like