mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
change frame padding access
This commit is contained in:
parent
952717440d
commit
059020cabd
1 changed files with 1 additions and 4 deletions
|
|
@ -339,10 +339,7 @@ class IntegrateHeroVersion(pyblish.api.InstancePlugin):
|
|||
_template_filled = _anatomy_filled[template_key]["path"]
|
||||
head, tail = _template_filled.split(frame_splitter)
|
||||
padding = int(
|
||||
anatomy.templates["render"].get(
|
||||
"frame_padding",
|
||||
anatomy.templates["render"].get("padding")
|
||||
)
|
||||
anatomy.templates[template_key]["frame_padding"]
|
||||
)
|
||||
|
||||
dst_col = clique.Collection(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue