mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix(nuke): loader failing
This commit is contained in:
parent
935b5f4f38
commit
ac53d4345f
1 changed files with 1 additions and 1 deletions
|
|
@ -109,12 +109,12 @@ class LoadSequence(api.Loader):
|
|||
|
||||
file = self.fname.replace("\\", "/")
|
||||
|
||||
repr_cont = context["representation"]["context"]
|
||||
if "#" not in file:
|
||||
frame = repr_cont.get("frame")
|
||||
padding = len(frame)
|
||||
file = file.replace(frame, "#"*padding)
|
||||
|
||||
repr_cont = context["representation"]["context"]
|
||||
read_name = "Read_{0}_{1}_{2}".format(
|
||||
repr_cont["asset"],
|
||||
repr_cont["subset"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue