mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use first udim for single file
This commit is contained in:
parent
45bfd41167
commit
c852a429e5
1 changed files with 1 additions and 1 deletions
|
|
@ -765,7 +765,7 @@ class IntegrateAsset(pyblish.api.InstancePlugin):
|
|||
# Manage anatomy template data
|
||||
template_data.pop("frame", None)
|
||||
if is_udim:
|
||||
template_data["udim"] = repre["udim"]
|
||||
template_data["udim"] = repre["udim"][0]
|
||||
# Construct destination filepath from template
|
||||
template_filled = path_template_obj.format_strict(template_data)
|
||||
repre_context = template_filled.used_values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue