mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fix(global): integrate swap order of padding request from anatomy
This commit is contained in:
parent
15815360e4
commit
f1dd4fcf4c
1 changed files with 5 additions and 5 deletions
|
|
@ -343,12 +343,12 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
index_frame_start = None
|
||||
|
||||
if repre.get("frameStart"):
|
||||
frame_start_padding = (
|
||||
anatomy.templates["render"].get(
|
||||
"padding",
|
||||
anatomy.templates["frame_padding"]
|
||||
)
|
||||
# TODO: bck compatibility `templates["render"]["padding"]`
|
||||
frame_start_padding = anatomy.templates.get(
|
||||
"frame_padding",
|
||||
anatomy.templates["render"].get("padding")
|
||||
)
|
||||
|
||||
index_frame_start = int(repre.get("frameStart"))
|
||||
|
||||
# exception for slate workflow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue