mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +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:
|
||||
colorspace_data = {
|
||||
"colorspace": colorspace,
|
||||
"configPath": config_data
|
||||
"configData": config_data
|
||||
}
|
||||
|
||||
# update data key
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ class ExtractColorspaceData(publish.ExtractorColormanaged):
|
|||
Output data:
|
||||
representation[colorspaceData] = {
|
||||
"colorspace": "linear",
|
||||
"configPath": {
|
||||
"configData": {
|
||||
"path": "/abs/path/to/config.ocio",
|
||||
"template": "{project[root]}/path/to/config.ocio"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue