Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AY-6775_Deliver version skips UDIM tiles #905

Open
ynbot opened this issue Sep 23, 2024 · 0 comments · May be fixed by #906
Open

AY-6775_Deliver version skips UDIM tiles #905

ynbot opened this issue Sep 23, 2024 · 0 comments · May be fixed by #906
Assignees
Labels
sponsored This is directly sponsored by a client or community member type: bug Something isn't working

Comments

@ynbot
Copy link
Contributor

ynbot commented Sep 23, 2024

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:

  1. Fix the clique call to detect the sequence using _ before the number?
  2. Here
    if frame is not None:
    anatomy_data["frame"] = frame
    we'll need to put the value into udim formatting instead of frame depending on how the original file was formatted, etc.

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

@ynbot ynbot added sponsored This is directly sponsored by a client or community member type: bug Something isn't working labels Sep 23, 2024
@BigRoy BigRoy linked a pull request Sep 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sponsored This is directly sponsored by a client or community member type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants