mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
fix the bug of failing to extract look with UDIMs format in aiIMage
This commit is contained in:
parent
de84296711
commit
cb5dd41fba
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ class ExtractLook(openpype.api.Extractor):
|
|||
# node doesn't have color space attribute
|
||||
color_space = "Raw"
|
||||
else:
|
||||
# get all the resolved files
|
||||
# get all the resolved files in Maya File Path Editor
|
||||
src = files_metadata.get(source)
|
||||
if src:
|
||||
if files_metadata[source]["color_space"] == "Raw":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue