Merge branch '2.x/develop' into feature/launch_hooks

This commit is contained in:
iLLiCiTiT 2020-11-30 13:33:07 +01:00
commit cc0663fa43
96 changed files with 3541 additions and 2702 deletions

View file

@ -1,42 +0,0 @@
{
"nuke": {
"root": {
"colorManagement": "Nuke",
"OCIO_config": "nuke-default",
"defaultViewerLUT": "Nuke Root LUTs",
"monitorLut": "sRGB",
"int8Lut": "sRGB",
"int16Lut": "sRGB",
"logLut": "Cineon",
"floatLut": "linear"
},
"viewer": {
"viewerProcess": "sRGB"
},
"write": {
"render": {
"colorspace": "linear"
},
"prerender": {
"colorspace": "linear"
},
"still": {
"colorspace": "sRGB"
}
},
"read": {
"[^-a-zA-Z0-9]beauty[^-a-zA-Z0-9]": "linear",
"[^-a-zA-Z0-9](P|N|Z|crypto)[^-a-zA-Z0-9]": "linear",
"[^-a-zA-Z0-9](plateRef)[^-a-zA-Z0-9]": "sRGB"
}
},
"maya": {
},
"houdini": {
},
"resolve": {
}
}

View file

@ -0,0 +1,122 @@
{
"hiero": {
"workfile": {
"ocioConfigName": "nuke-default",
"ocioconfigpath": {
"windows": [],
"darwin": [],
"linux": []
},
"workingSpace": "linear",
"sixteenBitLut": "sRGB",
"eightBitLut": "sRGB",
"floatLut": "linear",
"logLut": "Cineon",
"viewerLut": "sRGB",
"thumbnailLut": "sRGB"
},
"regexInputs": {
"inputs": [{
"regex": "[^-a-zA-Z0-9](plateRef).*(?=mp4)",
"colorspace": "sRGB"
}]
}
},
"nuke": {
"workfile": {
"colorManagement": "Nuke",
"OCIO_config": "nuke-default",
"customOCIOConfigPath": {
"windows": [],
"darwin": [],
"linux": []
},
"workingSpaceLUT": "linear",
"monitorLut": "sRGB",
"int8Lut": "sRGB",
"int16Lut": "sRGB",
"logLut": "Cineon",
"floatLut": "linear"
},
"nodes": {
"requiredNodes": [{
"plugins": [
"CreateWriteRender"
],
"nukeNodeClass": "Write",
"knobs": [{
"name": "file_type",
"value": "exr"
},
{
"name": "datatype",
"value": "16 bit half"
},
{
"name": "compression",
"value": "Zip (1 scanline)"
},
{
"name": "autocrop",
"value": "True"
},
{
"name": "tile_color",
"value": "0xff0000ff"
},
{
"name": "channels",
"value": "rgb"
},
{
"name": "colorspace",
"value": "linear"
}
]
},
{
"plugins": [
"CreateWritePrerender"
],
"nukeNodeClass": "Write",
"knobs": [{
"name": "file_type",
"value": "exr"
},
{
"name": "datatype",
"value": "16 bit half"
},
{
"name": "compression",
"value": "Zip (1 scanline)"
},
{
"name": "autocrop",
"value": "False"
},
{
"name": "tile_color",
"value": "0xff0000ff"
},
{
"name": "channels",
"value": "rgb"
},
{
"name": "colorspace",
"value": "linear"
}
]
}
],
"customNodes": []
},
"regexInputs": {
"inputs": [{
"regex": "[^-a-zA-Z0-9]beauty[^-a-zA-Z0-9]",
"colorspace": "linear"
}]
}
}
}

View file

@ -0,0 +1,73 @@
{
"ftrack_actions_path": [],
"ftrack_events_path": [],
"events": {
"status_update": {
"enabled": true,
"mapping": {
"In Progress": [
"__any__"
],
"Ready": [
"Not Ready"
],
"__ignore__": [
"in prgoress",
"omitted",
"on hold"
]
}
},
"status_task_to_parent": {
"enabled": true,
"parent_status_match_all_task_statuses": {
"Completed": [
"Approved",
"Omitted"
]
},
"parent_status_by_task_status": {
"In Progress": [
"in progress",
"change requested",
"retake",
"pending review"
]
}
},
"status_task_to_version": {
"enabled": true,
"mapping": {
"Approved": [
"Complete"
]
}
},
"status_version_to_task": {
"enabled": true,
"mapping": {
"Complete": [
"Approved",
"Complete"
]
}
},
"first_version_status": {
"enabled": true,
"status": ""
},
"next_task_update": {
"enabled": true,
"mapping": {
"Ready": "Not Ready"
}
}
},
"publish": {
"IntegrateFtrackNote": {
"enabled": true,
"note_with_intent_template": "",
"note_labels": []
}
}
}

View file

@ -0,0 +1,13 @@
{
"publish": {
"ExtractCelactionDeadline": {
"enabled": true,
"deadline_department": "",
"deadline_priority": 50,
"deadline_pool": "",
"deadline_pool_secondary": "",
"deadline_group": "",
"deadline_chunk_size": 10
}
}
}

View file

@ -1,16 +0,0 @@
{
"sync_to_avalon": {
"statuses_name_change": ["not ready", "ready"]
},
"status_update": {
"_ignore_": ["in progress", "ommited", "on hold"],
"Ready": ["not ready"],
"In Progress" : ["_any_"]
},
"status_version_to_task": {
"__description__": "Status `from` (key) must be lowered!",
"in progress": "in progress",
"approved": "approved"
}
}

View file

@ -10,47 +10,6 @@
"config": {
"isdecimal": true
}
}, {
"label": "Applications",
"key": "applications",
"type": "enumerator",
"entity_type": "show",
"group": "avalon",
"config": {
"multiselect": true,
"data": [
{"blender_2.80": "Blender 2.80"},
{"blender_2.81": "Blender 2.81"},
{"blender_2.82": "Blender 2.82"},
{"blender_2.83": "Blender 2.83"},
{"celaction_local": "CelAction2D Local"},
{"maya_2017": "Maya 2017"},
{"maya_2018": "Maya 2018"},
{"maya_2019": "Maya 2019"},
{"nuke_10.0": "Nuke 10.0"},
{"nuke_11.2": "Nuke 11.2"},
{"nuke_11.3": "Nuke 11.3"},
{"nuke_12.0": "Nuke 12.0"},
{"nukex_10.0": "NukeX 10.0"},
{"nukex_11.2": "NukeX 11.2"},
{"nukex_11.3": "NukeX 11.3"},
{"nukex_12.0": "NukeX 12.0"},
{"nukestudio_10.0": "NukeStudio 10.0"},
{"nukestudio_11.2": "NukeStudio 11.2"},
{"nukestudio_11.3": "NukeStudio 11.3"},
{"nukestudio_12.0": "NukeStudio 12.0"},
{"harmony_17": "Harmony 17"},
{"houdini_16.5": "Houdini 16.5"},
{"houdini_17": "Houdini 17"},
{"houdini_18": "Houdini 18"},
{"photoshop_2020": "Photoshop 2020"},
{"python_3": "Python 3"},
{"python_2": "Python 2"},
{"premiere_2019": "Premiere Pro 2019"},
{"premiere_2020": "Premiere Pro 2020"},
{"resolve_16": "BM DaVinci Resolve 16"}
]
}
}, {
"label": "Avalon auto-sync",
"key": "avalon_auto_sync",
@ -109,21 +68,6 @@
"is_hierarchical": true,
"group": "avalon",
"default": null
}, {
"label": "Tools",
"key": "tools_env",
"type": "enumerator",
"is_hierarchical": true,
"group": "avalon",
"config": {
"multiselect": true,
"data": [
{"mtoa_3.0.1": "mtoa_3.0.1"},
{"mtoa_3.1.1": "mtoa_3.1.1"},
{"mtoa_3.2.0": "mtoa_3.2.0"},
{"yeti_2.1.2": "yeti_2.1"}
]
}
}, {
"label": "Resolution Width",
"key": "resolutionWidth",

View file

@ -1,5 +0,0 @@
{
"server_url": "",
"api_key": "",
"api_user": ""
}

View file

@ -1,5 +0,0 @@
{
"TestAction": {
"ignore_me": true
}
}

View file

@ -0,0 +1,115 @@
{
"publish": {
"IntegrateMasterVersion": {
"enabled": true
},
"ExtractJpegEXR": {
"enabled": true,
"ffmpeg_args": {
"input": [],
"output": []
}
},
"ExtractReview": {
"enabled": true,
"profiles": [
{
"families": [],
"hosts": [],
"outputs": {
"h264": {
"ext": "mp4",
"tags": [
"burnin",
"ftrackreview"
],
"ffmpeg_args": {
"video_filters": [],
"audio_filters": [],
"input": [
"gamma 2.2"
],
"output": [
"pix_fmt yuv420p",
"crf 18",
"intra"
]
},
"filter": {
"families": [
"render",
"review",
"ftrack"
]
}
}
}
}
]
},
"ExtractBurnin": {
"enabled": true,
"options": {
"font_size": 42,
"opacity": 1,
"bg_opacity": 0,
"x_offset": 5,
"y_offset": 5,
"bg_padding": 5
},
"profiles": [
{
"families": [],
"hosts": [],
"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}"
}
}
}
]
},
"IntegrateAssetNew": {
"template_name_profiles": {
"template_name_profiles": {
"publish": {
"families": [],
"tasks": []
},
"render": {
"families": [
"review",
"render",
"prerender"
]
}
}
}
},
"ProcessSubmittedJobOnFarm": {
"enabled": true,
"deadline_department": "",
"deadline_pool": "",
"deadline_group": "",
"deadline_chunk_size": "",
"deadline_priority": "",
"aov_filter": {
"maya": [
".+(?:\\.|_)([Bb]eauty)(?:\\.|_).*"
],
"nuke": [],
"aftereffects": [
".*"
],
"celaction": [
".*"
]
}
}
}
}

View file

@ -0,0 +1,14 @@
{
"publish": {
"CollectInstanceVersion": {
"enabled": false
},
"ExtractReviewCutUpVideo": {
"enabled": true,
"tags_addition": [
"review"
]
}
},
"filters": {}
}

View file

@ -0,0 +1,319 @@
{
"maya_capture": {
"Codec": {
"compression": "jpg",
"format": "image",
"quality": 95
},
"Display Options": {
"background": [
0.7,
0.7,
0.7
],
"backgroundBottom": [
0.7,
0.7,
0.7
],
"backgroundTop": [
0.7,
0.7,
0.7
],
"override_display": true
},
"Generic": {
"isolate_view": true,
"off_screen": true
},
"IO": {
"name": "",
"open_finished": true,
"raw_frame_numbers": true,
"recent_playblasts": [],
"save_file": true
},
"PanZoom": {
"pan_zoom": true
},
"Renderer": {
"rendererName": "vp2Renderer"
},
"Resolution": {
"width": 1080,
"height": 1920,
"percent": 1.0,
"mode": "Custom"
},
"Time Range": {
"start_frame": 0,
"end_frame": 0,
"frame": "",
"time": "Time Slider"
},
"Viewport Options": {
"cameras": false,
"clipGhosts": false,
"controlVertices": false,
"deformers": false,
"dimensions": false,
"displayLights": 0,
"dynamicConstraints": false,
"dynamics": false,
"fluids": false,
"follicles": false,
"gpuCacheDisplayFilter": false,
"greasePencils": false,
"grid": false,
"hairSystems": true,
"handles": false,
"high_quality": true,
"hud": false,
"hulls": false,
"ikHandles": false,
"imagePlane": true,
"joints": false,
"lights": false,
"locators": false,
"manipulators": false,
"motionTrails": false,
"nCloths": false,
"nParticles": false,
"nRigids": false,
"nurbsCurves": false,
"nurbsSurfaces": false,
"override_viewport_options": true,
"particleInstancers": false,
"pivots": false,
"planes": false,
"pluginShapes": false,
"polymeshes": true,
"shadows": true,
"strokes": false,
"subdivSurfaces": false,
"textures": false,
"twoSidedLighting": true
},
"Camera Options": {
"displayGateMask": false,
"displayResolution": false,
"displayFilmGate": false,
"displayFieldChart": false,
"displaySafeAction": false,
"displaySafeTitle": false,
"displayFilmPivot": false,
"displayFilmOrigin": false,
"overscan": 1.0
}
},
"publish": {
"CollectMayaRender": {
"sync_workfile_version": true
},
"ValidateCameraAttributes": {
"enabled": true,
"optional": true
},
"ValidateModelName": {
"enabled": true,
"material_file": {
"windows": "",
"darwin": "",
"linux": ""
},
"regex": ""
},
"ValidateAssemblyName": {
"enabled": true
},
"ValidateShaderName": {
"enabled": true,
"regex": ""
},
"ValidateMeshHasOverlappingUVs": {
"enabled": true
},
"ExtractCameraAlembic": {
"enabled": true,
"optional": true,
"bake_attributes": []
},
"MayaSubmitDeadline": {
"enabled": true,
"tile_assembler_plugin": "DraftTileAssembler"
}
},
"load": {
"colors": {
"model": [
0.0,
0.0,
0.0
],
"rig": [
0.0,
0.0,
0.0
],
"pointcache": [
0.0,
0.0,
0.0
],
"animation": [
0.0,
0.0,
0.0
],
"ass": [
0.0,
0.0,
0.0
],
"camera": [
0.0,
0.0,
0.0
],
"fbx": [
0.0,
0.0,
0.0
],
"mayaAscii": [
0.0,
0.0,
0.0
],
"setdress": [
0.0,
0.0,
0.0
],
"layout": [
0.0,
0.0,
0.0
],
"vdbcache": [
0.0,
0.0,
0.0
],
"vrayproxy": [
0.0,
0.0,
0.0
],
"yeticache": [
0.0,
0.0,
0.0
],
"yetiRig": [
0.0,
0.0,
0.0
]
}
},
"workfile_build": {
"profiles": [
{
"tasks": [
"Lighting"
],
"current_context": [
{
"subset_name_filters": [
"\".+[Mm]ain\""
],
"families": [
"model"
],
"repre_names": [
"abc",
"ma"
],
"loaders": [
"ReferenceLoader"
]
},
{
"subset_name_filters": [],
"families": [
"animation",
"pointcache"
],
"repre_names": [
"abc"
],
"loaders": [
"ReferenceLoader"
]
},
{
"subset_name_filters": [],
"families": [
"rendersetup"
],
"repre_names": [
"json"
],
"loaders": [
"RenderSetupLoader"
]
},
{
"subset_name_filters": [],
"families": [
"camera"
],
"repre_names": [
"abc"
],
"loaders": [
"ReferenceLoader"
]
}
],
"linked_assets": [
{
"subset_name_filters": [],
"families": [
"sedress"
],
"repre_names": [
"ma"
],
"loaders": [
"ReferenceLoader"
]
},
{
"subset_name_filters": [],
"families": [
"ArnoldStandin"
],
"repre_names": [
"ass"
],
"loaders": [
"assLoader"
]
}
]
}
]
},
"filters": {
"preset 1": {
"ValidateNoAnimation": false,
"ValidateShapeDefaultNames": false
},
"preset 2": {
"ValidateNoAnimation": false
}
}
}

View file

@ -1,108 +0,0 @@
{
"Codec": {
"compression": "jpg",
"format": "image",
"quality": 95
},
"Display Options": {
"background": [
0.7137254901960784,
0.7137254901960784,
0.7137254901960784
],
"backgroundBottom": [
0.7137254901960784,
0.7137254901960784,
0.7137254901960784
],
"backgroundTop": [
0.7137254901960784,
0.7137254901960784,
0.7137254901960784
],
"override_display": true
},
"Generic": {
"isolate_view": true,
"off_screen": true
},
"IO": {
"name": "",
"open_finished": false,
"raw_frame_numbers": false,
"recent_playblasts": [],
"save_file": false
},
"PanZoom": {
"pan_zoom": true
},
"Renderer": {
"rendererName": "vp2Renderer"
},
"Resolution": {
"height": 1080,
"mode": "Custom",
"percent": 1.0,
"width": 1920
},
"Time Range": {
"end_frame": 25,
"frame": "",
"start_frame": 0,
"time": "Time Slider"
},
"Viewport Options": {
"cameras": false,
"clipGhosts": false,
"controlVertices": false,
"deformers": false,
"dimensions": false,
"displayLights": 0,
"dynamicConstraints": false,
"dynamics": false,
"fluids": false,
"follicles": false,
"gpuCacheDisplayFilter": false,
"greasePencils": false,
"grid": false,
"hairSystems": false,
"handles": false,
"high_quality": true,
"hud": false,
"hulls": false,
"ikHandles": false,
"imagePlane": false,
"joints": false,
"lights": false,
"locators": false,
"manipulators": false,
"motionTrails": false,
"nCloths": false,
"nParticles": false,
"nRigids": false,
"nurbsCurves": false,
"nurbsSurfaces": false,
"override_viewport_options": true,
"particleInstancers": false,
"pivots": false,
"planes": false,
"pluginShapes": false,
"polymeshes": true,
"shadows": false,
"strokes": false,
"subdivSurfaces": false,
"textures": false,
"twoSidedLighting": true
},
"Camera Options": {
"displayGateMask": false,
"displayResolution": false,
"displayFilmGate": false,
"displayFieldChart": false,
"displaySafeAction": false,
"displaySafeTitle": false,
"displayFilmPivot": false,
"displayFilmOrigin": false,
"overscan": 1.0
}
}

View file

@ -1,19 +0,0 @@
{
"3delight": 41,
"arnold": 46,
"arnold_sf": 57,
"gelato": 30,
"harware": 3,
"krakatoa": 51,
"file_layers": 7,
"mentalray": 2,
"mentalray_sf": 6,
"redshift": 55,
"renderman": 29,
"software": 1,
"software_sf": 5,
"turtle": 10,
"vector": 4,
"vray": 37,
"ffmpeg": 48
}

View file

@ -0,0 +1,90 @@
{
"create": {
"CreateWriteRender": {
"fpath_template": "{work}/renders/nuke/{subset}/{subset}.{frame}.{ext}"
},
"CreateWritePrerender": {
"fpath_template": "{work}/prerenders/nuke/{subset}/{subset}.{frame}.{ext}"
}
},
"publish": {
"ExtractThumbnail": {
"enabled": true,
"nodes": {
"Reformat": [
[
"type",
"to format"
],
[
"format",
"HD_1080"
],
[
"filter",
"Lanczos6"
],
[
"black_outside",
true
],
[
"pbb",
false
]
]
}
},
"ValidateNukeWriteKnobs": {
"enabled": true,
"knobs": {
"render": {
"review": true
}
}
},
"ExtractReviewDataLut": {
"enabled": true
},
"ExtractReviewDataMov": {
"enabled": true,
"viewer_lut_raw": false
},
"ExtractSlateFrame": {
"viewer_lut_raw": false
},
"NukeSubmitDeadline": {
"deadline_priority": 50,
"deadline_pool": "",
"deadline_pool_secondary": "",
"deadline_chunk_size": 1
}
},
"workfile_build": {
"profiles": [
{
"tasks": [
"compositing"
],
"current_context": [
{
"subset_name_filters": [],
"families": [
"render",
"plate"
],
"repre_names": [
"exr",
"dpx"
],
"loaders": [
"LoadSequence"
]
}
],
"linked_assets": []
}
]
},
"filters": {}
}

View file

@ -1,11 +0,0 @@
{
"ExtractCelactionDeadline": {
"enabled": true,
"deadline_department": "",
"deadline_priority": 60,
"deadline_pool": "",
"deadline_pool_secondary": "",
"deadline_group": "",
"deadline_chunk_size": 10
}
}

View file

@ -1,7 +0,0 @@
{
"IntegrateFtrackNote": {
"enabled": true,
"note_with_intent_template": "{intent}: {comment}",
"note_labels": []
}
}

View file

@ -1,97 +0,0 @@
{
"IntegrateMasterVersion": {
"enabled": false
},
"ExtractJpegEXR": {
"enabled": true,
"ffmpeg_args": {
"input": [
"-gamma 2.2"
],
"output": []
}
},
"ExtractReview": {
"enabled": true,
"profiles": [
{
"families": [],
"hosts": [],
"outputs": {
"h264": {
"ext": "mp4",
"tags": [
"burnin",
"ftrackreview"
],
"ffmpeg_args": {
"video_filters": [],
"audio_filters": [],
"input": [
"-gamma 2.2"
],
"output": [
"-pix_fmt yuv420p",
"-crf 18",
"-intra"
]
},
"filter": {
"families": [
"render",
"review",
"ftrack"
]
}
}
}
}
]
},
"ExtractBurnin": {
"enabled": true,
"options": {
"font_size": 42,
"opacity": 1,
"bg_opacity": 0,
"x_offset": 5,
"y_offset": 5,
"bg_padding": 5
},
"profiles": [
{
"burnins": {
"burnin": {
"TOP_LEFT": "{yy}-{mm}-{dd}",
"TOP_RIGHT": "{anatomy[version]}",
"TOP_CENTERED": "",
"BOTTOM_RIGHT": "{frame_start}-{current_frame}-{frame_end}",
"BOTTOM_CENTERED": "{asset}",
"BOTTOM_LEFT": "{username}"
}
}
}
]
},
"IntegrateAssetNew": {
"template_name_profiles": {
"publish": {
"families": [],
"tasks": []
},
"render": {
"families": [
"review",
"render",
"prerender"
]
}
}
},
"ProcessSubmittedJobOnFarm": {
"enabled": true,
"deadline_department": "",
"deadline_pool": "",
"deadline_group": ""
}
}

View file

@ -1,9 +0,0 @@
{
"Preset n1": {
"ValidateNoAnimation": false,
"ValidateShapeDefaultNames": false
},
"Preset n2": {
"ValidateNoAnimation": false
}
}

View file

@ -1,18 +0,0 @@
{
"colors": {
"model": [0.821, 0.518, 0.117],
"rig": [0.144, 0.443, 0.463],
"pointcache": [0.368, 0.821, 0.117],
"animation": [0.368, 0.821, 0.117],
"ass": [1.0, 0.332, 0.312],
"camera": [0.447, 0.312, 1.0],
"fbx": [1.0, 0.931, 0.312],
"mayaAscii": [0.312, 1.0, 0.747],
"setdress": [0.312, 1.0, 0.747],
"layout": [0.312, 1.0, 0.747],
"vdbcache": [0.312, 1.0, 0.428],
"vrayproxy": [0.258, 0.95, 0.541],
"yeticache": [0.2, 0.8, 0.3],
"yetiRig": [0, 0.8, 0.5]
}
}

View file

@ -1,108 +0,0 @@
{
"Codec": {
"compression": "jpg",
"format": "image",
"quality": 95
},
"Display Options": {
"background": [
0.714,
0.714,
0.714
],
"backgroundBottom": [
0.714,
0.714,
0.714
],
"backgroundTop": [
0.714,
0.714,
0.714
],
"override_display": true
},
"Generic": {
"isolate_view": true,
"off_screen": true
},
"IO": {
"name": "",
"open_finished": false,
"raw_frame_numbers": false,
"recent_playblasts": [],
"save_file": false
},
"PanZoom": {
"pan_zoom": true
},
"Renderer": {
"rendererName": "vp2Renderer"
},
"Resolution": {
"width": 1920,
"height": 1080,
"percent": 1.0,
"mode": "Custom"
},
"Time Range": {
"start_frame": 0,
"end_frame": 25,
"frame": "",
"time": "Time Slider"
},
"Viewport Options": {
"cameras": false,
"clipGhosts": false,
"controlVertices": false,
"deformers": false,
"dimensions": false,
"displayLights": 0,
"dynamicConstraints": false,
"dynamics": false,
"fluids": false,
"follicles": false,
"gpuCacheDisplayFilter": false,
"greasePencils": false,
"grid": false,
"hairSystems": false,
"handles": false,
"high_quality": true,
"hud": false,
"hulls": false,
"ikHandles": false,
"imagePlane": false,
"joints": false,
"lights": false,
"locators": false,
"manipulators": false,
"motionTrails": false,
"nCloths": false,
"nParticles": false,
"nRigids": false,
"nurbsCurves": false,
"nurbsSurfaces": false,
"override_viewport_options": true,
"particleInstancers": false,
"pivots": false,
"planes": false,
"pluginShapes": false,
"polymeshes": true,
"shadows": false,
"strokes": false,
"subdivSurfaces": false,
"textures": false,
"twoSidedLighting": true
},
"Camera Options": {
"displayGateMask": false,
"displayResolution": false,
"displayFilmGate": false,
"displayFieldChart": false,
"displaySafeAction": false,
"displaySafeTitle": false,
"displayFilmPivot": false,
"displayFilmOrigin": false,
"overscan": 1.0
}
}

View file

@ -1,21 +0,0 @@
{
"ValidateModelName": {
"enabled": true,
"material_file": {
"windows": "",
"darwin": "",
"linux": ""
},
"regex": ""
},
"ValidateAssemblyName": {
"enabled": true
},
"ValidateShaderName": {
"enabled": true,
"regex": "(?P<asset>.*)_(.*)_SHD"
},
"ValidateMeshHasOverlappingUVs": {
"enabled": true
}
}

View file

@ -1,17 +0,0 @@
{
"ValidateModelName": {
"enabled": false,
"material_file": "/path/to/shader_name_definition.txt",
"regex": "(.*)_(\\d)*_(?P<shader>.*)_(GEO)"
},
"ValidateAssemblyName": {
"enabled": false
},
"ValidateShaderName": {
"enabled": false,
"regex": "(?P<asset>.*)_(.*)_SHD"
},
"ValidateMeshHasOverlappingUVs": {
"enabled": false
}
}

View file

@ -1,136 +0,0 @@
[
{
"tasks": [
"lighting"
],
"current_context": [
{
"subset_name_filters": [
".+[Mm]ain"
],
"families": [
"model"
],
"repre_names": [
"abc",
"ma"
],
"loaders": [
"ReferenceLoader"
]
},
{
"families": [
"animation",
"pointcache"
],
"repre_names": [
"abc"
],
"loaders": [
"ReferenceLoader"
]
},
{
"families": [
"rendersetup"
],
"repre_names": [
"json"
],
"loaders": [
"RenderSetupLoader"
]
},
{
"families": [
"camera"
],
"repre_names": [
"abc"
],
"loaders": [
"ReferenceLoader"
]
}
],
"linked_assets": [
{
"families": [
"setdress"
],
"repre_names": [
"ma"
],
"loaders": [
"ReferenceLoader"
]
},
{
"families": [
"ass"
],
"repre_names": [
"ass"
],
"loaders": [
"assLoader"
]
}
]
},
{
"tasks": [
"animation"
],
"current_context": [
{
"families": [
"camera"
],
"repre_names": [
"abc",
"ma"
],
"loaders": [
"ReferenceLoader"
]
},
{
"families": [
"audio"
],
"repre_names": [
"wav"
],
"loaders": [
"RenderSetupLoader"
]
}
],
"linked_assets": [
{
"families": [
"setdress"
],
"repre_names": [
"proxy"
],
"loaders": [
"ReferenceLoader"
]
},
{
"families": [
"rig"
],
"repre_names": [
"ass"
],
"loaders": [
"rigLoader"
]
}
]
}
]

View file

@ -1,8 +0,0 @@
{
"CreateWriteRender": {
"fpath_template": "{work}/renders/nuke/{subset}/{subset}.{frame}.{ext}"
},
"CreateWritePrerender": {
"fpath_template": "{work}/prerenders/nuke/{subset}/{subset}.{frame}.{ext}"
}
}

View file

@ -1,53 +0,0 @@
{
"ExtractThumbnail": {
"enabled": true,
"nodes": {
"Reformat": [
[
"type",
"to format"
],
[
"format",
"HD_1080"
],
[
"filter",
"Lanczos6"
],
[
"black_outside",
true
],
[
"pbb",
false
]
]
}
},
"ValidateNukeWriteKnobs": {
"enabled": true,
"knobs": {
"render": {
"review": true
}
}
},
"ExtractReviewDataLut": {
"enabled": true
},
"ExtractReviewDataMov": {
"enabled": true,
"viewer_lut_raw": false
},
"ExtractSlateFrame": {
"viewer_lut_raw": false
},
"NukeSubmitDeadline": {
"deadline_priority": 50,
"deadline_pool": "",
"deadline_pool_secondary": "",
"deadline_chunk_size": 1
}
}

View file

@ -1,23 +0,0 @@
[
{
"tasks": [
"compositing"
],
"current_context": [
{
"families": [
"render",
"plate"
],
"repre_names": [
"exr",
"dpx"
],
"loaders": [
"LoadSequence"
]
}
],
"linked_assets": []
}
]

View file

@ -1,10 +0,0 @@
{
"strict": {
"ValidateVersion": true,
"VersionUpWorkfile": true
},
"benevolent": {
"ValidateVersion": false,
"VersionUpWorkfile": false
}
}

View file

@ -1,9 +0,0 @@
{
"CollectInstanceVersion": {
"enabled": false
},
"ExtractReviewCutUpVideo": {
"enabled": true,
"tags_addition": []
}
}

View file

@ -1,7 +0,0 @@
{
"CreateShotClip": {
"clipName": "{track}{sequence}{shot}",
"folder": "takes",
"steps": 20
}
}

View file

@ -1,10 +0,0 @@
{
"ExtractThumbnailSP": {
"ffmpeg_args": {
"input": [
"-gamma 2.2"
],
"output": []
}
}
}

View file

@ -1,8 +0,0 @@
{
"MyTestCreator": {
"my_test_property": "B",
"active": false,
"new_property": "new",
"family": "new_family"
}
}

View file

@ -1,10 +0,0 @@
{
"MyTestPlugin": {
"label": "loaded from preset",
"optional": true,
"families": ["changed", "by", "preset"]
},
"MyTestRemovedPlugin": {
"enabled": false
}
}

View file

@ -0,0 +1,9 @@
{
"create": {
"CreateShotClip": {
"clipName": "{track}{sequence}{shot}",
"folder": "takes",
"steps": 20
}
}
}

View file

@ -0,0 +1,114 @@
{
"publish": {
"ExtractThumbnailSP": {
"ffmpeg_args": {
"input": [
"gamma 2.2"
],
"output": []
}
}
},
"create": {
"create_workfile": {
"name": "workfile",
"label": "Workfile",
"family": "workfile",
"icon": "cube",
"defaults": [
"Main"
],
"help": "Working scene backup"
},
"create_model": {
"name": "mode",
"label": "Model",
"family": "model",
"icon": "cube",
"defaults": [
"Main"
],
"help": "Polygonal static geometry"
},
"create_rig": {
"name": "rig",
"label": "Rig",
"family": "rig",
"icon": "wheelchair",
"defaults": [
"Main",
"Cloth"
],
"help": "Artist-friendly rig with controls"
},
"create_pointcache": {
"name": "pointcache",
"label": "Pointcache",
"family": "pointcache",
"icon": "gears",
"defaults": [
"Main"
],
"help": "Alembic pointcache for animated data"
},
"create_plate": {
"name": "plate",
"label": "Plate",
"family": "plate",
"icon": "camera",
"defaults": [
"Main",
"BG",
"Animatic",
"Reference",
"Offline"
],
"help": "Footage for composting or reference"
},
"create_camera": {
"name": "camera",
"label": "Camera",
"family": "camera",
"icon": "camera",
"defaults": [
"Main"
],
"help": "video-camera"
},
"create_editorial": {
"name": "editorial",
"label": "Editorial",
"family": "editorial",
"icon": "image",
"defaults": [
"Main"
],
"help": "Editorial files to generate shots."
},
"create_image": {
"name": "image",
"label": "Image file",
"family": "image",
"icon": "image",
"defaults": [
"Reference",
"Texture",
"ConceptArt",
"MattePaint"
],
"help": "Holder for all kinds of image data"
},
"create_matchmove": {
"name": "matchmove",
"label": "Matchmove script",
"family": "matchmove",
"icon": "empire",
"defaults": [
"Camera",
"Object",
"Mocap"
],
"help": "Script exported from matchmoving application"
}
}
}

View file

@ -1,90 +0,0 @@
{
"create_look": {
"name": "look",
"label": "Look",
"family": "look",
"icon": "paint-brush",
"defaults": ["Main"],
"help": "Shader connections defining shape look"
},
"create_model": {
"name": "model",
"label": "Model",
"family": "model",
"icon": "cube",
"defaults": ["Main", "Proxy", "Sculpt"],
"help": "Polygonal static geometry"
},
"create_workfile": {
"name": "workfile",
"label": "Workfile",
"family": "workfile",
"icon": "cube",
"defaults": ["Main"],
"help": "Working scene backup"
},
"create_camera": {
"name": "camera",
"label": "Camera",
"family": "camera",
"icon": "video-camera",
"defaults": ["Main"],
"help": "Single baked camera"
},
"create_pointcache": {
"name": "pointcache",
"label": "Pointcache",
"family": "pointcache",
"icon": "gears",
"defaults": ["Main"],
"help": "Alembic pointcache for animated data"
},
"create_rig": {
"name": "rig",
"label": "Rig",
"family": "rig",
"icon": "wheelchair",
"defaults": ["Main"],
"help": "Artist-friendly rig with controls"
},
"create_layout": {
"name": "layout",
"label": "Layout",
"family": "layout",
"icon": "cubes",
"defaults": ["Main"],
"help": "Simple scene for animators with camera"
},
"create_plate": {
"name": "plate",
"label": "Plate",
"family": "plate",
"icon": "camera",
"defaults": ["Main", "BG", "Reference"],
"help": "Plates for compositors"
},
"create_matchmove": {
"name": "matchmove",
"label": "Matchmove script",
"family": "matchmove",
"icon": "empire",
"defaults": ["Camera", "Object", "Mocap"],
"help": "Script exported from matchmoving application"
},
"create_images": {
"name": "image",
"label": "Image file",
"family": "image",
"icon": "image",
"defaults": ["ConceptArt", "Reference", "Texture", "MattePaint"],
"help": "Holder for all kinds of image data"
},
"create_editorial": {
"name": "editorial",
"label": "Editorial",
"family": "editorial",
"icon": "image",
"defaults": ["Main"],
"help": "Editorial files to generate shots."
}
}

View file

@ -27,20 +27,31 @@
"ftrack_events_path": [],
"FTRACK_EVENTS_MONGO_DB": "pype",
"FTRACK_EVENTS_MONGO_COL": "ftrack_events",
"sync_to_avalon": {
"statuses_name_change": [
"ready",
"not ready"
]
},
"status_version_to_task": {},
"status_update": {
"Ready": [
"Not Ready"
],
"In Progress": [
"_any_"
]
"events": {
"sync_to_avalon": {
"enabled": true,
"statuses_name_change": [
"not ready",
"ready"
]
},
"push_frame_values_to_task": {
"enabled": true,
"interest_entity_types": [
"shot"
],
"interest_attributess": [
"frameStart",
"frameEnd"
]
},
"thumbnail_updates": {
"enabled": true,
"levels": 2
},
"user_assignment": {
"enabled": true
}
},
"intent": {
"items": {

View file

@ -1,90 +0,0 @@
{
"create_look": {
"name": "look",
"label": "Look",
"family": "look",
"icon": "paint-brush",
"defaults": ["Main"],
"help": "Shader connections defining shape look"
},
"create_model": {
"name": "model",
"label": "Model",
"family": "model",
"icon": "cube",
"defaults": ["Main", "Proxy", "Sculpt"],
"help": "Polygonal static geometry"
},
"create_workfile": {
"name": "workfile",
"label": "Workfile",
"family": "workfile",
"icon": "cube",
"defaults": ["Main"],
"help": "Working scene backup"
},
"create_camera": {
"name": "camera",
"label": "Camera",
"family": "camera",
"icon": "video-camera",
"defaults": ["Main"],
"help": "Single baked camera"
},
"create_pointcache": {
"name": "pointcache",
"label": "Pointcache",
"family": "pointcache",
"icon": "gears",
"defaults": ["Main"],
"help": "Alembic pointcache for animated data"
},
"create_rig": {
"name": "rig",
"label": "Rig",
"family": "rig",
"icon": "wheelchair",
"defaults": ["Main"],
"help": "Artist-friendly rig with controls"
},
"create_layout": {
"name": "layout",
"label": "Layout",
"family": "layout",
"icon": "cubes",
"defaults": ["Main"],
"help": "Simple scene for animators with camera"
},
"create_plate": {
"name": "plate",
"label": "Plate",
"family": "plate",
"icon": "camera",
"defaults": ["Main", "BG", "Reference"],
"help": "Plates for compositors"
},
"create_matchmove": {
"name": "matchmove",
"label": "Matchmove script",
"family": "matchmove",
"icon": "empire",
"defaults": ["Camera", "Object", "Mocap"],
"help": "Script exported from matchmoving application"
},
"create_images": {
"name": "image",
"label": "Image file",
"family": "image",
"icon": "image",
"defaults": ["ConceptArt", "Reference", "Texture", "MattePaint"],
"help": "Holder for all kinds of image data"
},
"create_editorial": {
"name": "editorial",
"label": "Editorial",
"family": "editorial",
"icon": "image",
"defaults": ["Main"],
"help": "Editorial files to generate shots."
}
}