Merge pull request #2569 from Ellipsanime/add-option-to-create-image-sequemce-with-photoshop-review

Photoshop: add sequence image option in review plugin
This commit is contained in:
Petr Kalis 2022-02-25 12:04:46 +01:00 committed by GitHub
commit 5a4cd11932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 144 additions and 42 deletions

View file

@ -28,6 +28,7 @@
]
},
"ExtractReview": {
"make_image_sequence": false,
"jpg_options": {
"tags": []
},
@ -43,4 +44,4 @@
"create_first_version": false,
"custom_templates": []
}
}
}

View file

@ -164,6 +164,11 @@
"key": "ExtractReview",
"label": "Extract Review",
"children": [
{
"type": "boolean",
"key": "make_image_sequence",
"label": "Makes an image sequence instead of a flatten image"
},
{
"type": "dict",
"collapsible": false,