Adding resolution override into batch render window

Forum for OctaneRender Lua scripting examples, discussion and support.
Post Reply
psclcr
Posts: 2
Joined: Fri May 01, 2020 12:23 pm

Hi everyone,

I'm currently modifying the default batch_render.lua script in OctaneRender Standalone (2024), and I'm running into an issue.
I try to add in the batchrender window an "override resolution" the same way there is an "override sample/px".
My goal is to render at a higher resolution (3000x3000) than the resolution used for preview and scene setup (1000x1000).
I've already added a UI control to the script to input custom width and height values, and these appear correctly in the interface.
However, despite passing these values through the script, the batch renders fail to apply to the kernel or render target properly during the batch process.


Thanks!
User avatar
jobigoud
OctaneRender Team
Posts: 243
Joined: Sat Aug 15, 2015 1:28 pm

I know you are talking about the Batch rendering global script but have you tested with the Batch render job? It has "Override resolution" built in.
Post Reply

Return to “Lua Scripting”