ayon-core/openpype/hosts
Petr Kalis e7aa413038
AfterEffects: add review flag to each instance (#4884)
* OP-5657 - add artist control for review in AfterEffects

Artist can disable review to be created for particular publish.

* OP-5657 - add artist control for review in AfterEffects

Removed configuration for Deadline, should be controlled by what is on instance.

* OP-5657 - handle legacy instances

Legacy instances wont't have mark_for_review in creator_attributes. Set to true as by default we always want review.

* OP-5657 - remove explicit review for all AE

Now handled directly on instance

* OP-5657 - fix - cannot remove now

Without this 'review' wont be added to tags on representation. Eventually this should be refactored.
Control on whole instance, eg. disabling review, should be enough.

* OP-5657 - fix - correct host name used

* OP-5657 - fix - correct handling of review

On local renders review should be added only from families, not from older approach through Settings.

Farm instance cannot have review in families or extract_review would get triggered even locally.

* OP-5657 - refactor - changed label

* OP-5657 - Hound

* OP-5657 - added explicitly skipping review

Instance might have set 'review' to False, which should explicitly skip review (might come from Publisher where artist can disable/enable review on an instance).

* OP-5657 - updated setting of review variable

instance.data.review == False >> explicitly set to do not create review. Keep None to let logic decide.

* OP-5657 - fix adding review flag

* OP-5657 - updated test

Removed review for second instance.

* OP-5657 - refactor to context plugin

* OP-5657 - tie thumbnail to review for local render

Produce thumbnail only when review should be created to synchronize state with farm rendering.
Move creation of thumnbail out of this plugin to general plugin to limit duplication of logic.
2023-05-04 12:16:58 +02:00
..
aftereffects AfterEffects: add review flag to each instance (#4884) 2023-05-04 12:16:58 +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 Merge branch 'develop' into enhancement/houdini_validate_vdb_output_node_speed 2023-05-03 14:12:09 +02:00
max adjustment 2023-04-26 18:45:39 +08:00
maya Merge pull request #4904 from quadproduction/343-fix-studio-openpype-display-handle-is-ticked-and-should-not 2023-05-03 11:52:16 +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
substancepainter Implement output template extensions override 2023-04-24 15:34: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