mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #2765 from Moonrock-Animation-Studio/udim-publish-fix
Avoid renaming udim indexes
This commit is contained in:
commit
6ae77d6c57
1 changed files with 2 additions and 0 deletions
|
|
@ -478,6 +478,8 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
if index_frame_start is not None:
|
||||
dst_padding_exp = "%0{}d".format(frame_start_padding)
|
||||
dst_padding = dst_padding_exp % (index_frame_start + frame_number) # noqa: E501
|
||||
elif repre.get("udim"):
|
||||
dst_padding = int(i)
|
||||
|
||||
dst = "{0}{1}{2}".format(
|
||||
dst_head,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue