mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
added check if index_frame_start exist
This commit is contained in:
parent
3a5ab92687
commit
9113fb1c7f
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
index_frame_start = int(repre.get("frameStart"))
|
||||
|
||||
# exception for slate workflow
|
||||
if "slate" in instance.data["families"]:
|
||||
if index_frame_start and "slate" in instance.data["families"]:
|
||||
index_frame_start -= 1
|
||||
|
||||
dst_padding_exp = src_padding_exp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue