mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
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:
commit
5a4cd11932
5 changed files with 144 additions and 42 deletions
|
|
@ -28,6 +28,7 @@
|
|||
]
|
||||
},
|
||||
"ExtractReview": {
|
||||
"make_image_sequence": false,
|
||||
"jpg_options": {
|
||||
"tags": []
|
||||
},
|
||||
|
|
@ -43,4 +44,4 @@
|
|||
"create_first_version": false,
|
||||
"custom_templates": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue