mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix(nks, nk): operation with handles
This commit is contained in:
parent
639db74f0c
commit
ed0ed9aca7
7 changed files with 30 additions and 15 deletions
|
|
@ -299,10 +299,10 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
repre['published_path'] = dst_collection.format()
|
||||
|
||||
index_frame_start = None
|
||||
if instance.data.get("frameStart"):
|
||||
if repre.get('startFrame'):
|
||||
frame_start_padding = len(str(
|
||||
instance.data.get("frameStart")))
|
||||
index_frame_start = instance.data.get("frameStart")
|
||||
repre.get('endFrame')))
|
||||
index_frame_start = repre.get('startFrame')
|
||||
|
||||
for i in src_collection.indexes:
|
||||
src_padding = src_collection.format("{padding}") % i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue