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

Fix delivering UDIMs using {udim} in delivery template #906

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

BigRoy
Copy link
Collaborator

@BigRoy BigRoy commented Sep 23, 2024

Changelog Description

Support the {udim} key in delivery template to deliver UDIM sequences.

Additional info

Fixes #905

Testing notes:

  1. Publish a UDIM sequence from e.g. Substance Painter
  2. Run "Deliver Versions" action to deliver the UDIMs

Use e.g. delivery template:

{
  "name": "udims",
  "directory": "{root[work]}/{project[name]}/io_test/{yy}{mm}{dd}",
  "file": "{project[code]}{asset}{subset}{@version}<{output}><.{@frame}><_{udim}>.{ext}"
}

image

@BigRoy BigRoy added the type: bug Something isn't working label Sep 23, 2024
@BigRoy BigRoy self-assigned this Sep 23, 2024
@ynbot
Copy link
Contributor

ynbot commented Sep 23, 2024

Task linked: AY-6775 Deliver version skips UDIM tiles

Copy link
Member

@moonyuet moonyuet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good for me in terms of delivering UDIMs.
image

Copy link
Member

@moonyuet moonyuet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with delivering renders(non-udims) also working smoothly (just to ensure everything works)
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AY-6775_Deliver version skips UDIM tiles
3 participants