mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Support starting at frame zero.
This commit is contained in:
parent
33c85dd425
commit
3de2dbcb2e
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ def burnins_from_data(input_path, output_path, data, overwrite=True):
|
|||
|
||||
if (
|
||||
bi_func in ['frame_numbers', 'timecode'] and
|
||||
not start_frame
|
||||
start_frame is None
|
||||
):
|
||||
log.error(
|
||||
'start_frame is not set in entered data!'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue