You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client:
When I tried to Deliver Version of png textures with udim, only 1001 got into the deliver folder. There should be 1001 - 1005. It shows Delivery finished successfully but it is only at 20%. Here is the Directory template {root[work]}/{project[name]}/io_test/{yy}{mm}{dd}/ File name template {project[code]}{asset}{subset}{@Version}<{output}><.{@frame}><_{udim}>.{ext}
Roy:
I think this has to do with the _ being before the frame instead of . t goes through logic here:
from here:
Note - this may be tricky because technically we should find the 'frame' and 'udim' from the filename (if for whatever reason someone would have both; I have never seen that in production) so the easiest fix would be:
Fix the clique call to detect the sequence using _ before the number?
Please describe the issue you have encountered?
Client:
When I tried to Deliver Version of png textures with udim, only 1001 got into the deliver folder. There should be 1001 - 1005. It shows Delivery finished successfully but it is only at 20%. Here is the Directory template {root[work]}/{project[name]}/io_test/{yy}{mm}{dd}/ File name template {project[code]}{asset}{subset}{@Version}<{output}><.{@frame}><_{udim}>.{ext}
Roy:
I think this has to do with the _ being before the frame instead of . t goes through logic here:
from here:
The 'frames' pattern of clique requires the dot in front. See pattern in the docs
https://clique.readthedocs.io/en/stable/api_reference/#clique.PATTERNS
Note - this may be tricky because technically we should find the 'frame' and 'udim' from the filename (if for whatever reason someone would have both; I have never seen that in production) so the easiest fix would be:
clique
call to detect the sequence using_
before the number?ayon-core/client/ayon_core/plugins/load/delivery.py
Lines 265 to 266 in 43b4be8
How to replicate the issue?
No response
Additional context:
link to discussion on Discord
(might be a private channel)
This issue was automatically created from Clickup ticket AY-6775
The text was updated successfully, but these errors were encountered: