mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
175 lines
No EOL
4.5 KiB
JSON
175 lines
No EOL
4.5 KiB
JSON
{
|
|
"general": {
|
|
"menu": {
|
|
"create": "ctrl+shift+alt+c",
|
|
"publish": "ctrl+alt+p",
|
|
"load": "ctrl+alt+l",
|
|
"manage": "ctrl+alt+m",
|
|
"build_workfile": "ctrl+alt+b"
|
|
}
|
|
},
|
|
"nuke-dirmap": {
|
|
"enabled": true,
|
|
"paths": {
|
|
"source-path": [],
|
|
"destination-path": []
|
|
}
|
|
},
|
|
"create": {
|
|
"CreateWriteRender": {
|
|
"fpath_template": "{work}/renders/nuke/{subset}/{subset}.{frame}.{ext}",
|
|
"defaults": [
|
|
"Main",
|
|
"Mask"
|
|
]
|
|
},
|
|
"CreateWritePrerender": {
|
|
"fpath_template": "{work}/prerenders/nuke/{subset}/{subset}.{frame}.{ext}",
|
|
"use_range_limit": true,
|
|
"defaults": [
|
|
"Key01",
|
|
"Bg01",
|
|
"Fg01",
|
|
"Branch01",
|
|
"Part01"
|
|
]
|
|
}
|
|
},
|
|
"publish": {
|
|
"PreCollectNukeInstances": {
|
|
"sync_workfile_version_on_families": [
|
|
"nukenodes",
|
|
"camera",
|
|
"gizmo",
|
|
"source",
|
|
"render"
|
|
]
|
|
},
|
|
"ValidateInstanceInContext": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ValidateContainers": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ValidateKnobs": {
|
|
"enabled": false,
|
|
"knobs": {
|
|
"render": {
|
|
"review": true
|
|
}
|
|
}
|
|
},
|
|
"ValidateOutputResolution": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ValidateGizmo": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ValidateScript": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
},
|
|
"ExtractThumbnail": {
|
|
"enabled": true,
|
|
"nodes": {
|
|
"Reformat": [
|
|
[
|
|
"type",
|
|
"to format"
|
|
],
|
|
[
|
|
"format",
|
|
"HD_1080"
|
|
],
|
|
[
|
|
"filter",
|
|
"Lanczos6"
|
|
],
|
|
[
|
|
"black_outside",
|
|
true
|
|
],
|
|
[
|
|
"pbb",
|
|
false
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"ExtractReviewDataLut": {
|
|
"enabled": false
|
|
},
|
|
"ExtractReviewDataMov": {
|
|
"enabled": true,
|
|
"viewer_lut_raw": false
|
|
},
|
|
"ExtractSlateFrame": {
|
|
"viewer_lut_raw": false
|
|
},
|
|
"IncrementScriptVersion": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true
|
|
}
|
|
},
|
|
"load": {
|
|
"LoadImage": {
|
|
"enabled": true,
|
|
"_representations": [
|
|
"exr",
|
|
"dpx",
|
|
"jpg",
|
|
"jpeg",
|
|
"png",
|
|
"psd",
|
|
"tiff"
|
|
],
|
|
"node_name_template": "{class_name}_{ext}"
|
|
},
|
|
"LoadClip": {
|
|
"enabled": true,
|
|
"_representations": [],
|
|
"node_name_template": "{class_name}_{ext}"
|
|
}
|
|
},
|
|
"workfile_builder": {
|
|
"create_first_version": false,
|
|
"custom_templates": [],
|
|
"builder_on_start": false,
|
|
"profiles": [
|
|
{
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"current_context": [
|
|
{
|
|
"subset_name_filters": [],
|
|
"families": [
|
|
"render",
|
|
"plate"
|
|
],
|
|
"repre_names": [
|
|
"exr",
|
|
"dpx",
|
|
"mov"
|
|
],
|
|
"loaders": [
|
|
"LoadSequence",
|
|
"LoadMov"
|
|
]
|
|
}
|
|
],
|
|
"linked_assets": []
|
|
}
|
|
]
|
|
},
|
|
"filters": {}
|
|
} |