mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Use template name for frame padding anatomy template
This commit is contained in:
parent
4c78976d3d
commit
3e095bc755
1 changed files with 1 additions and 2 deletions
|
|
@ -520,8 +520,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
if repre.get("frameStart") is not None:
|
||||
index_frame_start = int(repre.get("frameStart"))
|
||||
|
||||
# TODO use frame padding from right template group
|
||||
render_template = anatomy.templates["render"]
|
||||
render_template = anatomy.templates[template_name]
|
||||
frame_start_padding = int(
|
||||
render_template.get(
|
||||
"frame_padding",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue