mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Update openpype/hosts/resolve/api/plugin.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
b438cbbf77
commit
497e3ec962
1 changed files with 4 additions and 4 deletions
|
|
@ -439,10 +439,10 @@ class ClipLoader:
|
|||
source_with_handles = True
|
||||
# make sure all frame data is available
|
||||
if (
|
||||
frame_start is None or
|
||||
frame_end is None or
|
||||
handle_start == 0 or
|
||||
handle_end == 0
|
||||
frame_start is None
|
||||
or frame_end is None
|
||||
or handle_start == 0
|
||||
or handle_end == 0
|
||||
):
|
||||
# if not then rather assume that source has no handles
|
||||
source_with_handles = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue