mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Support single image (otherwise integrator will fail)
This commit is contained in:
parent
cb04f6bb8b
commit
eecf109cab
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class CollectTextureSet(pyblish.api.InstancePlugin):
|
|||
representation = {
|
||||
'name': ext.lstrip("."),
|
||||
'ext': ext.lstrip("."),
|
||||
'files': fnames,
|
||||
'files': fnames if len(fnames) > 1 else fnames[0],
|
||||
}
|
||||
|
||||
# Mark as UDIM explicitly if it has UDIM tiles.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue