app.project.renderQueue.render(); = unable to pause or stop!
I've tried using app.project.renderQueue.render() to start a render, which works great to start a render.
But appearently when that's called, it starts the render and locks the UI, so I'm unable to hit pause, stop in the render queue. thoguht perhaps maybe having buttons send RenderQueue.pauseRendering() and RenderQueue.stopRendering() would work, but no luck, as even the script UI is locked while rendering this way. any suggestions? wish there was a way for a script to simply hit the render button!
