mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
Fix missing colorspaceTemplate key
This commit is contained in:
parent
a4434d932b
commit
d745ebce16
1 changed files with 1 additions and 0 deletions
|
|
@ -472,6 +472,7 @@ def create_instances_for_aov(instance, skeleton, aov_filter,
|
|||
colorspace_template, anatomy)
|
||||
except ValueError as e:
|
||||
log.warning(e)
|
||||
additional_color_data["colorspaceTemplate"] = colorspace_template
|
||||
|
||||
# if there are subset to attach to and more than one AOV,
|
||||
# we cannot proceed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue