mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
get padding from anatomy
This commit is contained in:
parent
c0e4a444c5
commit
8e9b448173
1 changed files with 1 additions and 2 deletions
|
|
@ -326,8 +326,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
||||||
index_frame_start = None
|
index_frame_start = None
|
||||||
|
|
||||||
if repre.get("frameStart"):
|
if repre.get("frameStart"):
|
||||||
frame_start_padding = len(str(
|
frame_start_padding = anatomy.templates["render"]["padding"]
|
||||||
repre.get("frameEnd")))
|
|
||||||
index_frame_start = int(repre.get("frameStart"))
|
index_frame_start = int(repre.get("frameStart"))
|
||||||
|
|
||||||
# exception for slate workflow
|
# exception for slate workflow
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue