Rendering from flamenco or command line execute application handlers incorrectly #102692
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Hi, we are using a script based on https://blender.stackexchange.com/questions/117969/how-to-animate-the-render-size to change the render resolution of frames. When we submit to flamenco a render job always take the current frame size for the first frame of the chunk and the frame-1 size for the other frames in the same chunk. Send the job from command line gets similar result.
I attach a file with the scritp
RenderSize.blend
Added subscriber: @MiguelGarcia-Redondo
Added subscriber: @dr.sybren
Changed status from 'Needs Triage' to: 'Archived'
You could address this with a custom job type, which gives you control over how Blender is run exactly. This is such a specific thing, that it's unfortunately not possible to build support for in Flamenco itself.
Have you tried rendering with a chunk size of
1
? That way Blender restarts for ever frame; might not be the most performant way to go about it, but it could already do the trick.