Merge remote-tracking branch 'origin/develop' into feature/royalrender-integration

This commit is contained in:
Ondrej Samohel 2021-11-11 16:34:17 +01:00
commit 4ad70bce5c
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
57 changed files with 3212 additions and 1236 deletions

View file

@ -8,16 +8,10 @@
"yetiRig": "ma"
},
"maya-dirmap": {
"enabled": true,
"enabled": false,
"paths": {
"source-path": [
"foo1",
"foo2"
],
"destination-path": [
"bar1",
"bar2"
]
"source-path": [],
"destination-path": []
}
},
"scriptsmenu": {
@ -315,11 +309,21 @@
"optional": true,
"active": true
},
"ValidateShapeZero": {
"enabled": false,
"optional": true,
"active": true
},
"ValidateTransformZero": {
"enabled": false,
"optional": true,
"active": true
},
"ValidateUniqueNames": {
"enabled": false,
"optional": true,
"active": true
},
"ValidateRigContents": {
"enabled": false,
"optional": true,

View file

@ -8,6 +8,13 @@
"build_workfile": "ctrl+alt+b"
}
},
"nuke-dirmap": {
"enabled": false,
"paths": {
"source-path": [],
"destination-path": []
}
},
"create": {
"CreateWriteRender": {
"fpath_template": "{work}/renders/nuke/{subset}/{subset}.{frame}.{ext}",
@ -130,8 +137,7 @@
},
"LoadClip": {
"enabled": true,
"_representations": [
],
"_representations": [],
"node_name_template": "{class_name}_{ext}"
}
},

View file

@ -46,6 +46,39 @@
}
]
},
{
"type": "dict",
"collapsible": true,
"checkbox_key": "enabled",
"key": "nuke-dirmap",
"label": "Nuke Directory Mapping",
"is_group": true,
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "dict",
"key": "paths",
"children": [
{
"type": "list",
"object_type": "text",
"key": "source-path",
"label": "Source Path"
},
{
"type": "list",
"object_type": "text",
"key": "destination-path",
"label": "Destination Path"
}
]
}
]
},
{
"type": "dict",
"collapsible": true,

View file

@ -324,9 +324,17 @@
"key": "ValidateShapeRenderStats",
"label": "ValidateShapeRenderStats"
},
{
"key": "ValidateShapeZero",
"label": "ValidateShapeZero"
},
{
"key": "ValidateTransformZero",
"label": "ValidateTransformZero"
},
{
"key": "ValidateUniqueNames",
"label": "ValidateUniqueNames"
}
]
}