mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update openpype/hosts/traypublisher/plugins/publish/collect_explicit_colorspace.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
dfb60d632a
commit
e38d28f21e
1 changed files with 1 additions and 2 deletions
|
|
@ -47,8 +47,7 @@ class CollectColorspace(pyblish.api.InstancePlugin,
|
|||
filepath = config_data["path"]
|
||||
config_items = colorspace.get_ocio_config_colorspaces(filepath)
|
||||
cls.colorspace_items.extend((
|
||||
(name, name)
|
||||
for name, family in config_items.items()
|
||||
(name, name) for name in config_items.keys()
|
||||
))
|
||||
else:
|
||||
cls.colorspace_items.extend([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue