I’ve made a simple MaxScript(USING AI) that can tell you whether your last render was done in Production or Interactive Rendering.
How it works:
- Corona’s `CoronaRenderer.CoronaFp.getRenderType()` only works while a render is running
(returns 0 = Production, 3 = Interactive).
- To get around this, the script uses a `#postRenderFrame` callback which captures the mode just before the render ends.
- It then saves the result in a persistent variable and updates the render stamp with either [PROD] or [IR].
This way, after rendering finishes, you can still see which mode was used in the VFB stamp.
Script attached below.
If you’d like to see this added as a native feature, feel free to log it here:
https://chaoscorona.ideas.aha.io/ideas