Maya: implementing imageio enable switch

This commit is contained in:
Jakub Jezek 2023-03-23 22:32:01 +01:00
parent 75aee631c1
commit 4f430c56bb
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -273,6 +273,11 @@ class FileNodeLoader(load.LoaderPlugin):
project_name, host_name,
project_settings=project_settings
)
# ignore if host imageio is not enabled
if not config_data:
return
file_rules = get_imageio_file_rules(
project_name, host_name,
project_settings=project_settings