How to run a python script without - 'def start_plugin' ?
Hello,
I was hoping someone could tell me how I could run/trigger python scripts without using the start and close definitions shown in the examples.
Currently, I am launching painter via an external python script using subprocess.call([substance_painter_path])
What I would like to do now is run/trigger my other python scripts for painter directly from that external python script (Open Project, Rebake Textures, Export etc.)
But so far I have only been able to run those kind of scripts via the Python drop down, and using start/close plugin definitions.
If someone could explain this to me I would really appreciate it!
Thank you!
