tweak settings for nuke workfile build

This commit is contained in:
Milan Kolar 2021-05-27 19:19:04 +02:00
parent 89f498e23a
commit faf668bcd7
5 changed files with 41 additions and 91 deletions

View file

@ -4,8 +4,12 @@
"enabled": true,
"optional": true,
"active": true,
"skip_resolution_check": [".*"],
"skip_timelines_check": [".*"]
"skip_resolution_check": [
".*"
],
"skip_timelines_check": [
".*"
]
},
"AfterEffectsSubmitDeadline": {
"use_published": true,

View file

@ -272,8 +272,7 @@
"active_site": "studio",
"remote_site": "studio"
},
"sites": {
}
"sites": {}
},
"project_plugins": {
"windows": [],

View file

@ -6,9 +6,7 @@
"load": "ctrl+alt+l",
"manage": "ctrl+alt+m",
"build_workfile": "ctrl+alt+b"
},
"open_workfile_at_start": false,
"create_initial_workfile": true
}
},
"create": {
"CreateWriteRender": {
@ -147,43 +145,15 @@
"node_name_template": "{class_name}_{ext}"
}
},
"workfile_options": {
"create_first_version": {
"enabled": false,
"use_buildin_template": false,
"custom_template_paths": {
"windows": "",
"darwin": "",
"linux": ""
},
"builder_on": false
"workfile_builder": {
"create_first_version": false,
"template_path": {
"windows": "",
"darwin": "",
"linux": ""
},
"builder_profiles": [
{
"tasks": [
"compositing"
],
"current_context": [
{
"subset_name_filters": [],
"families": [
"render",
"plate"
],
"repre_names": [
"exr",
"dpx",
"mov"
],
"loaders": [
"LoadSequence",
"LoadMov"
]
}
],
"linked_assets": []
}
]
"builder_on_start": false,
"profiles": []
},
"filters": {}
}

View file

@ -43,16 +43,6 @@
"label": "Build Workfile"
}
]
},
{
"type": "boolean",
"key": "open_workfile_at_start",
"label": "Open Workfile window at start of a Nuke session"
},
{
"type": "boolean",
"key": "create_initial_workfile",
"label": "Create initial workfile version if none available"
}
]
},
@ -103,8 +93,8 @@
"template_data": []
},
{
"type": "schema",
"name": "schema_workfile_options"
"type": "schema_template",
"name": "template_workfile_options"
},
{
"type": "schema",

View file

@ -1,50 +1,36 @@
{
[{
"type": "dict",
"collapsible": true,
"key": "workfile_options",
"label": "Workfile Options",
"key": "workfile_builder",
"label": "Workfile Builder",
"children": [
{
"type": "dict",
"collapsible": true,
"type": "boolean",
"key": "create_first_version",
"label": "Create first version",
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled",
"default": false
},
{
"type": "boolean",
"key": "use_buildin_template",
"label": "Use buildin template (if available)",
"default": false
},
{
"type": "path",
"key": "custom_template_paths",
"label": "Custom template path",
"multiplatform": true,
"multipath": false
},
{
"type": "boolean",
"key": "builder_on",
"label": "Use Builder profiles at start",
"default": false
}
]
"label": "Create first workfile",
"default": false
},
{
"type": "path",
"key": "template_path",
"label": "First workfile Template",
"multiplatform": true,
"multipath": false
},
{
"type": "boolean",
"key": "builder_on_start",
"label": "Run Builder Profiles on first launch",
"default": false
},
{
"type": "collapsible-wrap",
"label": "Builder Profiles",
"label": "Profiles",
"children": [
{
"type": "list",
"key": "builder_profiles",
"key": "profiles",
"label": "Profiles",
"object_type": {
"type": "dict",
@ -138,3 +124,4 @@
}
]
}
]