ayon-core/openpype/hosts
Petr Kalis b8ce6e9e9c
Photoshop: add autocreators for review and flat image (#4871)
* OP-5656 - added auto creator for review in PS

Review instance should be togglable.
Review instance needs to be created for non publisher based workflows.

* OP-5656 - refactored names

* OP-5656 - refactored names

* OP-5656 - new auto creator for flat image

In old version flat image was created if no instances were created. Explicit auto creator added for clarity.

Standardization of state of plugins

* OP-5656 - updated according to auto image creator

Subset template should be used from autocreator and not be separate.

* OP-5656 - fix proper creator name

* OP-5656 - fix log message

* OP-5656 - fix use enable state

* OP-5656 - fix formatting

* OP-5656 - add review toggle to image instance

For special cases where each image should have separate review.

* OP-5656 - fix description

* OP-5656 - fix not present asset and task in instance context

* OP-5656 - refactor - both auto creators should use same class

Provided separate description.

* OP-5656 - fix - propagate review to families

Image and auto image could have now review flag.
Bottom logic is only for Webpublisher.

* OP-5656 - fix - rename review files to avaid collision

Image family produces jpg and png, jpg review would clash with name. It should be replaced by 'jpg_jpg'.

* OP-5656 - fix - limit additional auto created only on WP

In artist based publishing auto image would be created by auto creator (if enabled). Artist might want to disable image creation.

* OP-5656 - added mark_for_review flag to Publish tab

* OP-5656 - fixes for auto creator

* OP-5656 - fixe - outputDef not needed

outputDef should contain dict of output definition. In PS it doesn't make sense as it has separate extract_review without output definitions.

* OP-5656 - added persistency of changes to auto creators

Changes as enabling/disabling, changing review flag should persist.

* OP-5656 - added documentation for admins

* OP-5656 - added link to new documentation for admins

* OP-5656 - Hound

* OP-5656 - Hound

* OP-5656 - fix shared families list

* OP-5656 - added default variant for review and workfile creator

For workfile Main was default variant, "" was for review.

* OP-5656 - fix - use values from Settings

* OP-5656 - fix - use original name of review for main review family

outputName cannot be in repre or file would have ..._jpg.jpg

* OP-5656 - refactor - standardized settings

Active by default denotes if created instance is active (eg. publishable) when created.

* OP-5656 - fixes for skipping collecting auto_image

data["ids"] are necessary for extracting. Members are physical layers in image, ids are "virtual" items, won't get grouped into real image instance.

* OP-5656 - reworked auto collectors

This allows to use automatic test for proper testing.

* OP-5656 - added automatic tests

* OP-5656 - fixes for auto collectors

* OP-5656 - removed unnecessary collector

Logic moved to auto collectors.

* OP-5656 - Hound
2023-05-02 11:19:50 +02:00
..
aftereffects After Effects: fix handles KeyError (#4727) 2023-04-14 17:39:53 +02:00
blender Remove "preview" data from representation (#4759) 2023-03-31 17:08:58 +02:00
celaction Merge develop 2023-03-29 14:46:41 +02:00
flame Just some grammar tweaks 2023-03-30 13:59:22 +02:00
fusion Fusion: Simplify creator icons code (#4899) 2023-04-24 17:47:33 +02:00
harmony Handle Harmony zip files with deeper structure (#4782) 2023-04-05 16:59:27 +02:00
hiero Merge remote-tracking branch 'upstream/develop' into refactor/maya_collect_review_cleanup 2023-03-31 00:08:32 +02:00
houdini Collect currentFile context data separate from workfile instance (#4883) 2023-04-21 18:43:01 +02:00
max 🎨 move startup script logic to hook 2023-04-17 13:00:01 +02:00
maya Merge pull request #4878 from ynput/bugfix/OP-5761_look-publishing-texture-hash 2023-04-21 15:32:25 +02:00
nuke 🐛 fix missing review flag on instance with pre-render 2023-04-24 12:53:17 +02:00
photoshop Photoshop: add autocreators for review and flat image (#4871) 2023-05-02 11:19:50 +02:00
resolve Hound 2023-03-30 22:43:40 +02:00
standalonepublisher Global: Optimize anatomy formatting by only formatting used templates instead (#4784) 2023-04-17 14:53:15 +02:00
traypublisher implemented collector for review instances to fix extract review issues (#4891) 2023-04-21 15:18:41 +02:00
tvpaint add review tag to output of extract sequence if instance is marked for review (#4843) 2023-04-13 18:42:50 +02:00
unreal Merge branch 'develop' into enhancement/unreal-rendering_settings 2023-04-24 12:40:31 +02:00
webpublisher Just some grammar tweaks 2023-03-30 13:59:22 +02:00
__init__.py