mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Update openpype/scripts/ocio_wrapper.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
2317ab057f
commit
774050eff3
1 changed files with 3 additions and 3 deletions
|
|
@ -132,11 +132,11 @@ def _get_colorspace_data(config_path):
|
|||
roles = config.getRoles()
|
||||
if roles:
|
||||
colorspace_data.update({
|
||||
role[0]: {
|
||||
role: {
|
||||
"type": "role",
|
||||
"colorspace": role[1]
|
||||
"colorspace": colorspace
|
||||
}
|
||||
for role in roles
|
||||
for (role, colorspace) in roles
|
||||
})
|
||||
|
||||
return colorspace_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue