From 3de2dbcb2e7eab2aca74a1a0c371365fd29cdb1f Mon Sep 17 00:00:00 2001 From: Toke Jepsen Date: Tue, 9 Jul 2019 11:42:27 +0100 Subject: [PATCH] Support starting at frame zero. --- pype/scripts/otio_burnin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/scripts/otio_burnin.py b/pype/scripts/otio_burnin.py index 390471c849..cc018a04ea 100644 --- a/pype/scripts/otio_burnin.py +++ b/pype/scripts/otio_burnin.py @@ -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!'