mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
add workfile colorspace to Houdini settings
This commit is contained in:
parent
ef7a3fceb7
commit
c2f2fdb38b
2 changed files with 40 additions and 0 deletions
|
|
@ -21,6 +21,12 @@
|
|||
"file_rules": {
|
||||
"activate_host_rules": false,
|
||||
"rules": {}
|
||||
},
|
||||
"workfile":{
|
||||
"enabled": false,
|
||||
"default_display": "ACES",
|
||||
"default_view": "sRGB",
|
||||
"review_color_space": "Output - sRGB"
|
||||
}
|
||||
},
|
||||
"shelves": [],
|
||||
|
|
|
|||
|
|
@ -19,6 +19,40 @@
|
|||
{
|
||||
"type": "template",
|
||||
"name": "template_host_color_management_ocio"
|
||||
},
|
||||
{
|
||||
"key": "workfile",
|
||||
"type": "dict",
|
||||
"label": "Workfile",
|
||||
"collapsible": true,
|
||||
"checkbox_key": "enabled",
|
||||
"children": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Render space in Houdini is always set to 'scene_linear' Role."
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "default_display",
|
||||
"label": "Display"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "default_view",
|
||||
"label": "View"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "review_color_space",
|
||||
"label": "Review colorspace"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue