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 1273e7c commit 36bc3db
Showing 1 changed file with 143 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 Expand Up @@ -614,6 +663,100 @@
]
}
]
},
{
"type": "dict",
"collapsable": true,
"key": "standalonepublisher",
"label": "Standalone Publisher",
"children": [
{
"type": "dict",
"collapsable": true,
"key": "publish",
"label": "Publish plugins",
"is_file": true,
"children": [
{
"type": "dict",
"collapsable": true,
"key": "ExtractThumbnailSP",
"label": "ExtractThumbnailSP",
"is_group": true,
"children": [
{
"type": "dict",
"collapsable": false,
"key": "ffmpeg_args",
"label": "ffmpeg_args",
"children": [
{
"type": "list",
"object_type": "text",
"key": "input",
"label": "input"
},
{
"type": "list",
"object_type": "text",
"key": "output",
"label": "output"
}
]
}
]
},
{
"type": "dict",
"collapsable": true,
"key": "ExtractReviewSP",
"label": "ExtractReviewSP",
"is_group": true,
"children": [
{
"type": "dict",
"collapsable": false,
"key": "outputs",
"label": "outputs",
"children": [
{
"type": "dict",
"collapsable": false,
"key": "h264",
"label": "h264",
"children": [
{
"type": "list",
"object_type": "text",
"key": "input",
"label": "input"
},
{
"type": "list",
"object_type": "text",
"key": "output",
"label": "output"
},
{
"type": "list",
"object_type": "text",
"key": "tags",
"label": "tags"
},
{
"type": "text",
"key": "ext",
"label": "ext"
}
]
}
]
}
]
}
]
}
]
}
]
}

0 comments on commit 36bc3db

Please sign in to comment.