mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
nuke: aligning server addon settings with openpype
This commit is contained in:
parent
ca2ff80591
commit
ae2c4bd554
2 changed files with 9 additions and 9 deletions
|
|
@ -213,16 +213,16 @@ class ImageIOSettings(BaseSettingsModel):
|
|||
|
||||
DEFAULT_IMAGEIO_SETTINGS = {
|
||||
"viewer": {
|
||||
"viewerProcess": "sRGB"
|
||||
"viewerProcess": "sRGB (default)"
|
||||
},
|
||||
"baking": {
|
||||
"viewerProcess": "rec709"
|
||||
"viewerProcess": "rec709 (default)"
|
||||
},
|
||||
"workfile": {
|
||||
"color_management": "Nuke",
|
||||
"color_management": "OCIO",
|
||||
"native_ocio_config": "nuke-default",
|
||||
"working_space": "linear",
|
||||
"thumbnail_space": "sRGB",
|
||||
"working_space": "scene_linear",
|
||||
"thumbnail_space": "sRGB (default)",
|
||||
},
|
||||
"nodes": {
|
||||
"required_nodes": [
|
||||
|
|
@ -269,7 +269,7 @@ DEFAULT_IMAGEIO_SETTINGS = {
|
|||
{
|
||||
"type": "text",
|
||||
"name": "colorspace",
|
||||
"text": "linear"
|
||||
"text": "scene_linear"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
|
|
@ -321,7 +321,7 @@ DEFAULT_IMAGEIO_SETTINGS = {
|
|||
{
|
||||
"type": "text",
|
||||
"name": "colorspace",
|
||||
"text": "linear"
|
||||
"text": "scene_linear"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
|
|
@ -368,7 +368,7 @@ DEFAULT_IMAGEIO_SETTINGS = {
|
|||
{
|
||||
"type": "text",
|
||||
"name": "colorspace",
|
||||
"text": "sRGB"
|
||||
"text": "texture_paint"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.1.4"
|
||||
__version__ = "0.1.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue