Rendering from flamenco or command line execute application handlers incorrectly #102692
Labels
No Label
Good First Issue
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Job Type
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/flamenco#102692
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. 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.