mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
647 lines
21 KiB
JSON
647 lines
21 KiB
JSON
{
|
|
"imageio": {
|
|
"ocio_config": {
|
|
"filepath": [
|
|
"{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/aces_1.2/config.ocio",
|
|
"{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/nuke-default/config.ocio"
|
|
]
|
|
},
|
|
"file_rules": {
|
|
"enabled": false,
|
|
"rules": {
|
|
"example": {
|
|
"pattern": ".*(beauty).*",
|
|
"colorspace": "ACES - ACEScg",
|
|
"ext": "exr"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"publish": {
|
|
"CollectAnatomyInstanceData": {
|
|
"follow_workfile_version": false
|
|
},
|
|
"CollectAudio": {
|
|
"enabled": false,
|
|
"audio_subset_name": "audioMain"
|
|
},
|
|
"CollectSceneVersion": {
|
|
"hosts": [
|
|
"aftereffects",
|
|
"blender",
|
|
"celaction",
|
|
"fusion",
|
|
"harmony",
|
|
"hiero",
|
|
"houdini",
|
|
"maya",
|
|
"nuke",
|
|
"photoshop",
|
|
"resolve",
|
|
"tvpaint"
|
|
],
|
|
"skip_hosts_headless_publish": []
|
|
},
|
|
"collect_comment_per_instance": {
|
|
"enabled": false,
|
|
"families": []
|
|
},
|
|
"CollectFramesFixDef": {
|
|
"enabled": true,
|
|
"rewrite_version_enable": true
|
|
},
|
|
"ValidateEditorialAssetName": {
|
|
"enabled": true,
|
|
"optional": false
|
|
},
|
|
"ValidateVersion": {
|
|
"enabled": true,
|
|
"optional": false,
|
|
"active": true
|
|
},
|
|
"ValidateIntent": {
|
|
"enabled": false,
|
|
"profiles": []
|
|
},
|
|
"ExtractThumbnail": {
|
|
"enabled": true,
|
|
"ffmpeg_args": {
|
|
"input": [
|
|
"-apply_trc gamma22"
|
|
],
|
|
"output": []
|
|
}
|
|
},
|
|
"ExtractOIIOTranscode": {
|
|
"enabled": true,
|
|
"profiles": []
|
|
},
|
|
"ExtractReview": {
|
|
"enabled": true,
|
|
"profiles": [
|
|
{
|
|
"families": [],
|
|
"hosts": [],
|
|
"outputs": {
|
|
"png": {
|
|
"ext": "png",
|
|
"tags": [
|
|
"ftrackreview",
|
|
"kitsureview"
|
|
],
|
|
"burnins": [],
|
|
"ffmpeg_args": {
|
|
"video_filters": [],
|
|
"audio_filters": [],
|
|
"input": [],
|
|
"output": []
|
|
},
|
|
"filter": {
|
|
"families": [
|
|
"render",
|
|
"review",
|
|
"ftrack"
|
|
],
|
|
"subsets": [],
|
|
"custom_tags": [],
|
|
"single_frame_filter": "single_frame"
|
|
},
|
|
"overscan_crop": "",
|
|
"overscan_color": [
|
|
0,
|
|
0,
|
|
0,
|
|
255
|
|
],
|
|
"width": 1920,
|
|
"height": 1080,
|
|
"scale_pixel_aspect": true,
|
|
"bg_color": [
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
],
|
|
"letter_box": {
|
|
"enabled": false,
|
|
"ratio": 0.0,
|
|
"fill_color": [
|
|
0,
|
|
0,
|
|
0,
|
|
255
|
|
],
|
|
"line_thickness": 0,
|
|
"line_color": [
|
|
255,
|
|
0,
|
|
0,
|
|
255
|
|
]
|
|
}
|
|
},
|
|
"h264": {
|
|
"ext": "mp4",
|
|
"tags": [
|
|
"burnin",
|
|
"ftrackreview",
|
|
"kitsureview"
|
|
],
|
|
"burnins": [],
|
|
"ffmpeg_args": {
|
|
"video_filters": [],
|
|
"audio_filters": [],
|
|
"input": [
|
|
"-apply_trc gamma22"
|
|
],
|
|
"output": [
|
|
"-pix_fmt yuv420p",
|
|
"-crf 18",
|
|
"-intra"
|
|
]
|
|
},
|
|
"filter": {
|
|
"families": [
|
|
"render",
|
|
"review",
|
|
"ftrack"
|
|
],
|
|
"subsets": [],
|
|
"custom_tags": [],
|
|
"single_frame_filter": "multi_frame"
|
|
},
|
|
"overscan_crop": "",
|
|
"overscan_color": [
|
|
0,
|
|
0,
|
|
0,
|
|
255
|
|
],
|
|
"width": 0,
|
|
"height": 0,
|
|
"scale_pixel_aspect": true,
|
|
"bg_color": [
|
|
0,
|
|
0,
|
|
0,
|
|
0
|
|
],
|
|
"letter_box": {
|
|
"enabled": false,
|
|
"ratio": 0.0,
|
|
"fill_color": [
|
|
0,
|
|
0,
|
|
0,
|
|
255
|
|
],
|
|
"line_thickness": 0,
|
|
"line_color": [
|
|
255,
|
|
0,
|
|
0,
|
|
255
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"ExtractBurnin": {
|
|
"enabled": true,
|
|
"options": {
|
|
"font_size": 42,
|
|
"font_color": [
|
|
255,
|
|
255,
|
|
255,
|
|
255
|
|
],
|
|
"bg_color": [
|
|
0,
|
|
0,
|
|
0,
|
|
127
|
|
],
|
|
"x_offset": 5,
|
|
"y_offset": 5,
|
|
"bg_padding": 5,
|
|
"font_filepath": {
|
|
"windows": "",
|
|
"darwin": "",
|
|
"linux": ""
|
|
}
|
|
},
|
|
"profiles": [
|
|
{
|
|
"families": [],
|
|
"hosts": [],
|
|
"task_types": [],
|
|
"task_names": [],
|
|
"subsets": [],
|
|
"burnins": {
|
|
"burnin": {
|
|
"TOP_LEFT": "{yy}-{mm}-{dd}",
|
|
"TOP_CENTERED": "",
|
|
"TOP_RIGHT": "{anatomy[version]}",
|
|
"BOTTOM_LEFT": "{username}",
|
|
"BOTTOM_CENTERED": "{asset}",
|
|
"BOTTOM_RIGHT": "{frame_start}-{current_frame}-{frame_end}",
|
|
"filter": {
|
|
"families": [],
|
|
"tags": []
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"families": [
|
|
"review"
|
|
],
|
|
"hosts": [
|
|
"maya",
|
|
"houdini"
|
|
],
|
|
"task_types": [],
|
|
"task_names": [],
|
|
"subsets": [],
|
|
"burnins": {
|
|
"focal_length_burnin": {
|
|
"TOP_LEFT": "{yy}-{mm}-{dd}",
|
|
"TOP_CENTERED": "{focalLength:.2f} mm",
|
|
"TOP_RIGHT": "{anatomy[version]}",
|
|
"BOTTOM_LEFT": "{username}",
|
|
"BOTTOM_CENTERED": "{asset}",
|
|
"BOTTOM_RIGHT": "{frame_start}-{current_frame}-{frame_end}",
|
|
"filter": {
|
|
"families": [],
|
|
"tags": []
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"PreIntegrateThumbnails": {
|
|
"enabled": true,
|
|
"integrate_profiles": []
|
|
},
|
|
"IntegrateSubsetGroup": {
|
|
"subset_grouping_profiles": [
|
|
{
|
|
"families": [],
|
|
"hosts": [],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template": ""
|
|
}
|
|
]
|
|
},
|
|
"IntegrateAssetNew": {
|
|
"subset_grouping_profiles": [
|
|
{
|
|
"families": [],
|
|
"hosts": [],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template": ""
|
|
}
|
|
],
|
|
"template_name_profiles": [
|
|
{
|
|
"families": [],
|
|
"hosts": [],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template_name": "publish"
|
|
},
|
|
{
|
|
"families": [
|
|
"review",
|
|
"render",
|
|
"prerender"
|
|
],
|
|
"hosts": [],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template_name": "render"
|
|
},
|
|
{
|
|
"families": [
|
|
"simpleUnrealTexture"
|
|
],
|
|
"hosts": [
|
|
"standalonepublisher"
|
|
],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template_name": "simpleUnrealTexture"
|
|
},
|
|
{
|
|
"families": [
|
|
"staticMesh",
|
|
"skeletalMesh"
|
|
],
|
|
"hosts": [
|
|
"maya"
|
|
],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template_name": "maya2unreal"
|
|
},
|
|
{
|
|
"families": [
|
|
"online"
|
|
],
|
|
"hosts": [
|
|
"traypublisher"
|
|
],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template_name": "online"
|
|
}
|
|
]
|
|
},
|
|
"IntegrateAsset": {
|
|
"skip_host_families": []
|
|
},
|
|
"IntegrateHeroVersion": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true,
|
|
"families": [
|
|
"model",
|
|
"rig",
|
|
"look",
|
|
"pointcache",
|
|
"animation",
|
|
"setdress",
|
|
"layout",
|
|
"mayaScene",
|
|
"simpleUnrealTexture"
|
|
],
|
|
"template_name_profiles": [
|
|
{
|
|
"families": [
|
|
"simpleUnrealTexture"
|
|
],
|
|
"hosts": [
|
|
"standalonepublisher"
|
|
],
|
|
"task_types": [],
|
|
"task_names": [],
|
|
"template_name": "simpleUnrealTextureHero"
|
|
}
|
|
]
|
|
},
|
|
"CleanUp": {
|
|
"paterns": [],
|
|
"remove_temp_renders": false
|
|
},
|
|
"CleanUpFarm": {
|
|
"enabled": false
|
|
}
|
|
},
|
|
"tools": {
|
|
"creator": {
|
|
"families_smart_select": {
|
|
"Render": [
|
|
"light",
|
|
"render"
|
|
],
|
|
"Model": [
|
|
"model"
|
|
],
|
|
"Layout": [
|
|
"layout"
|
|
],
|
|
"Look": [
|
|
"look"
|
|
],
|
|
"Rig": [
|
|
"rigging",
|
|
"rig"
|
|
]
|
|
},
|
|
"subset_name_profiles": [
|
|
{
|
|
"families": [],
|
|
"hosts": [],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template": "{family}{variant}"
|
|
},
|
|
{
|
|
"families": [
|
|
"workfile"
|
|
],
|
|
"hosts": [],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template": "{family}{Task}"
|
|
},
|
|
{
|
|
"families": [
|
|
"render"
|
|
],
|
|
"hosts": [],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template": "{family}{Task}{Variant}"
|
|
},
|
|
{
|
|
"families": [
|
|
"renderLayer",
|
|
"renderPass"
|
|
],
|
|
"hosts": [
|
|
"tvpaint"
|
|
],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template": "{family}{Task}_{Renderlayer}_{Renderpass}"
|
|
},
|
|
{
|
|
"families": [
|
|
"review",
|
|
"workfile"
|
|
],
|
|
"hosts": [
|
|
"aftereffects",
|
|
"tvpaint"
|
|
],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template": "{family}{Task}"
|
|
},
|
|
{
|
|
"families": [
|
|
"render"
|
|
],
|
|
"hosts": [
|
|
"aftereffects"
|
|
],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template": "{family}{Task}{Composition}{Variant}"
|
|
},
|
|
{
|
|
"families": [
|
|
"staticMesh"
|
|
],
|
|
"hosts": [
|
|
"maya"
|
|
],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template": "S_{asset}{variant}"
|
|
},
|
|
{
|
|
"families": [
|
|
"skeletalMesh"
|
|
],
|
|
"hosts": [
|
|
"maya"
|
|
],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"template": "SK_{asset}{variant}"
|
|
}
|
|
]
|
|
},
|
|
"Workfiles": {
|
|
"workfile_template_profiles": [
|
|
{
|
|
"task_types": [],
|
|
"hosts": [],
|
|
"workfile_template": "work"
|
|
},
|
|
{
|
|
"task_types": [],
|
|
"hosts": [
|
|
"unreal"
|
|
],
|
|
"workfile_template": "unreal"
|
|
}
|
|
],
|
|
"last_workfile_on_startup": [
|
|
{
|
|
"hosts": [],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"enabled": true,
|
|
"use_last_published_workfile": false
|
|
}
|
|
],
|
|
"open_workfile_tool_on_startup": [
|
|
{
|
|
"hosts": [],
|
|
"task_types": [],
|
|
"tasks": [],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"extra_folders": [],
|
|
"workfile_lock_profiles": []
|
|
},
|
|
"loader": {
|
|
"family_filter_profiles": [
|
|
{
|
|
"hosts": [],
|
|
"task_types": [],
|
|
"is_include": true,
|
|
"filter_families": []
|
|
}
|
|
]
|
|
},
|
|
"publish": {
|
|
"template_name_profiles": [
|
|
{
|
|
"families": [],
|
|
"hosts": [],
|
|
"task_types": [],
|
|
"task_names": [],
|
|
"template_name": "publish"
|
|
},
|
|
{
|
|
"families": [
|
|
"review",
|
|
"render",
|
|
"prerender"
|
|
],
|
|
"hosts": [],
|
|
"task_types": [],
|
|
"task_names": [],
|
|
"template_name": "render"
|
|
},
|
|
{
|
|
"families": [
|
|
"simpleUnrealTexture"
|
|
],
|
|
"hosts": [
|
|
"standalonepublisher"
|
|
],
|
|
"task_types": [],
|
|
"task_names": [],
|
|
"template_name": "simpleUnrealTexture"
|
|
},
|
|
{
|
|
"families": [
|
|
"staticMesh",
|
|
"skeletalMesh"
|
|
],
|
|
"hosts": [
|
|
"maya"
|
|
],
|
|
"task_types": [],
|
|
"task_names": [],
|
|
"template_name": "maya2unreal"
|
|
},
|
|
{
|
|
"families": [
|
|
"online"
|
|
],
|
|
"hosts": [
|
|
"traypublisher"
|
|
],
|
|
"task_types": [],
|
|
"task_names": [],
|
|
"template_name": "online"
|
|
}
|
|
],
|
|
"hero_template_name_profiles": [
|
|
{
|
|
"families": [
|
|
"simpleUnrealTexture"
|
|
],
|
|
"hosts": [
|
|
"standalonepublisher"
|
|
],
|
|
"task_types": [],
|
|
"task_names": [],
|
|
"template_name": "simpleUnrealTextureHero"
|
|
}
|
|
],
|
|
"custom_staging_dir_profiles": []
|
|
}
|
|
},
|
|
"project_folder_structure": "{\"__project_root__\": {\"prod\": {}, \"resources\": {\"footage\": {\"plates\": {}, \"offline\": {}}, \"audio\": {}, \"art_dept\": {}}, \"editorial\": {}, \"assets\": {\"characters\": {}, \"locations\": {}}, \"shots\": {}}}",
|
|
"sync_server": {
|
|
"enabled": false,
|
|
"config": {
|
|
"retry_cnt": "3",
|
|
"loop_delay": "60",
|
|
"always_accessible_on": [],
|
|
"active_site": "studio",
|
|
"remote_site": "studio"
|
|
},
|
|
"sites": {}
|
|
},
|
|
"project_plugins": {
|
|
"windows": [],
|
|
"darwin": [],
|
|
"linux": []
|
|
},
|
|
"project_environments": {}
|
|
}
|