Incorrect frame range formatting when crafting blender's cmd #104245
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?
System Information
Operating System(s):
Windows 10
Blender 3.6
Flamenco Version
Is Broken: 3.2
Worked OK: Not tested on previous versions
Short description of error
We've found an error in the way Flamenco parses the frames field in Blender's Flamenco addon.
If we submit a render job with the following
Frames
kind of value in blender's addon:0-12,34-56,78-90
andChunk Size
field greater than, at least one of the individual ranges in the Frames field, i.e.20
, (greater than 12-0=12 and greater than 90-78=12):the cli argument passed to blender has a dash as separator, instead of a colon:
This issue also causes flamenco to take the task as
completed
, even though the blender process is logging an error:The latter causes cascading errors if we have a task expecting the render tasks to be completed successfully (i.e. preview-video task)
Thanks for the detailed report, it made it trivial to reproduce & fix :)