mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
global: change configPath to configData
This commit is contained in:
parent
70b2df5fff
commit
b084b7020e
2 changed files with 2 additions and 2 deletions
|
|
@ -367,7 +367,7 @@ class ExtractorColormanaged(Extractor):
|
||||||
if colorspace:
|
if colorspace:
|
||||||
colorspace_data = {
|
colorspace_data = {
|
||||||
"colorspace": colorspace,
|
"colorspace": colorspace,
|
||||||
"configPath": config_data
|
"configData": config_data
|
||||||
}
|
}
|
||||||
|
|
||||||
# update data key
|
# update data key
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ class ExtractColorspaceData(publish.ExtractorColormanaged):
|
||||||
Output data:
|
Output data:
|
||||||
representation[colorspaceData] = {
|
representation[colorspaceData] = {
|
||||||
"colorspace": "linear",
|
"colorspace": "linear",
|
||||||
"configPath": {
|
"configData": {
|
||||||
"path": "/abs/path/to/config.ocio",
|
"path": "/abs/path/to/config.ocio",
|
||||||
"template": "{project[root]}/path/to/config.ocio"
|
"template": "{project[root]}/path/to/config.ocio"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue