Skip to content

Commit

Permalink
ynput#241 - Implemented pype-config/presets/plugins/nukestudio/filter…
Browse files Browse the repository at this point in the history
….json
  • Loading branch information
kalisp committed Sep 16, 2020
1 parent 3fa1037 commit 923c00d
Showing 1 changed file with 49 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,55 @@
"key": "nukestudio",
"label": "NukeStudio",
"children": [
{
"type": "dict",
"collapsable": true,
"key": "filter",
"label": "Filter",
"is_file": true,
"children": [
{
"type": "dict",
"collapsable": true,
"checkbox_key": "enabled",
"key": "strict",
"label": "strict",
"is_group": true,
"children": [
{
"type": "boolean",
"key": "ValidateVersion",
"label": "ValidateVersion"
},
{
"type": "boolean",
"key": "VersionUpWorkfile",
"label": "VersionUpWorkfile"
}
]
},
{
"type": "dict",
"collapsable": true,
"checkbox_key": "enabled",
"key": "benevolent",
"label": "benevolent",
"is_group": true,
"children": [
{
"type": "boolean",
"key": "ValidateVersion",
"label": "ValidateVersion"
},
{
"type": "boolean",
"key": "VersionUpWorkfile",
"label": "VersionUpWorkfile"
}
]
}
]
},
{
"type": "dict",
"collapsable": true,
Expand Down

0 comments on commit 923c00d

Please sign in to comment.