Commit graph

1334 commits

Author SHA1 Message Date
Petr Kalis
b9115502f9
OP-6272 - add container check validator to AE settings (#5203) 2023-06-28 11:11:34 +02:00
Petr Kalis
83242487fd
AfterEffects: support for workfile template builder (#5163)
* OP-5661 - added new menu item to AE extension

* OP-5661 - added support for addPlaceholder into extension

* OP-5661 - fix broken abstract loader

In some cases discover couldn't recognize that base plugin is abstract. Handled properly

* OP-5661 - WIP of implementing workfile template builder

* OP-5661 - added route to add placeholder

* OP-5661 - added route to build workfile

* OP-5661 - refactored arguments

* OP-5661 - implemented build workfile operation

moved from wrong position

* OP-5661 - removed wrong base plugin

* OP-5661 - implemented update placeholder logic

* OP-5661 - fix update placeholder metadata

* OP-5661 - added Creator placeholder plugin

* OP-5661 - pre_create_data could be passed into Creator

This allow to modify `pre_create_data` before automatically creating an instance. (Useful for overridding defaults.)

* OP-5661 - implemented populate of Create placeholder

* OP-5661 - implemented import of template

* OP-5661 - fix to populate correct create placeholder

Implemented function to select item(s) by their id. (CreateRender expects selected composition.)

* OP-5661 - fix workfile builder schema to multiplatform path

Path should be separated by platform.

* OP-5661 - implemented adding loaded items instead of placeholders

* OP-5661 - add Create Placeholder plugin to dropdown

* OP-5661 - add templated workfile to Settings

* OP-5661 - fix to choose template file from multiplatform

* OP-5661 - added documentation
2023-06-27 10:58:55 +02:00
Jakub Trllo
3d41ee6591
TrayPublisher & StandalonePublisher: Specify version (#5142)
* modified simple creator plugin to be able handle version control

* added 'allow_version_control' to simple creators

* don't remove 'create_context' from pyblish context during publishing

* implemented validator for existing version override

* actually fill version on collected instances

* version can be again changed from standalone publisher

* added comment to collector

* make sure the version is set always to int

* removed unused import

* disable validator if is disabled

* fix filtered instances loop
2023-06-16 16:26:04 +02:00
Jakub Trllo
6087b27c32
Ftrack: Task status during publishing (#5123)
* ftrack status is not set in deadline plugin during celaction integration

* implemented new logic to set task status during publishing

* added missing settings for new plugins

* integrate hierarchy ftrack is filling status names for newly created tasks

* resaved default settings

* change label in settings

* Remove leftover docstring

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

* Use smaller differentiation in order to keep plugin in integration range

* formatting changes

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-06-15 16:05:59 +02:00
Jakub Ježek
caee9dcb13
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-06-09 14:24:21 +02:00
Ondřej Samohel
869cb5ef15
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-06-09 14:02:25 +02:00
Jakub Ježek
da750e3772
Merge branch 'develop' into bugfix/OP-5944_nuke_few_fixes 2023-06-07 11:55:25 +02:00
Jakub Jezek
bb56d5dc16
fixing nuke settings default 2023-06-06 16:49:48 +02:00
Kayla Man
7075d5c445 add some comment 2023-06-02 17:18:13 +08:00
Kayla Man
27ae0d9f20 refactor custom write node script 2023-06-02 17:11:16 +08:00
Jakub Ježek
99f239fa8f
Merge branch 'develop' into enhancement/OP-6020_Nuke-custom-setFrameRange-script 2023-06-01 21:35:46 +02:00
Kayla Man
6de4ceabd3 custom settings for write node without publish and register 2023-06-01 23:13:34 +08:00
Jakub Ježek
4cd2291bf6
Merge branch 'develop' into feature/resolve_open_last_workfile 2023-06-01 16:56:05 +02:00
Jakub Jezek
abc266e9e5
refactor the script to be frame number rather then frame range 2023-06-01 16:14:29 +02:00
Kayla Man
021ea8d638 update the command 2023-06-01 00:30:19 +08:00
Kayla Man
a30ba51508 use nukescript's panel 2023-06-01 00:11:30 +08:00
Jakub Jezek
ee41b877e6
refactor file rules logic to separate host activation
This is implementing logic introduced here https://github.com/ynput/OpenPype/pull/4700#discussion_r1193612003
2023-05-31 16:10:17 +02:00
Jakub Ježek
ec7b85b501
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-05-31 15:41:02 +02:00
Kayla Man
4c91de812e Merge branch 'develop' into enhancement/OP-6020_Nuke-custom-setFrameRange-script 2023-05-31 20:17:29 +08:00
Kayla Man
183b2866d9 style fix 2023-05-31 20:14:57 +08:00
Kayla Man
11728bae0e roy's comment and uses import instead of from..import 2023-05-31 20:02:05 +08:00
Simone Barbieri
e22d1bf78b Set dev mode off by default 2023-05-31 10:45:47 +01:00
Kayla Man
debd40b119 Merge branch 'develop' into enhancement/OP-6020_Nuke-custom-setFrameRange-script 2023-05-31 16:49:02 +08:00
Jakub Ježek
8197b11c3e
Merge branch 'develop' into enhancement/OP-6045_Disable-Collect-Frames-to-Fix-from-settings 2023-05-30 16:53:31 +02:00
Kayla Man
2e58cd2e1a move the custom popup menu to nuke/startup and add the frame setting to Openpype tool menu 2023-05-30 21:44:26 +08:00
Roy Nieterau
307eca8c28 Cleanup Resolve startup script + add setting for launch menu on start 2023-05-30 13:24:17 +02:00
Milan Kolar
3e316dd495
Merge pull request #4987 from ynput/enhancement/OP-5918_blender-add_base_file_unit_scale_in_settings 2023-05-29 23:33:00 +02:00
Jakub Jezek
b47143b472
collect frames to fix settings 2023-05-25 17:41:36 +02:00
Jakub Jezek
e6b301fecb
defaults update 2023-05-24 16:45:43 +02:00
Jakub Jezek
e0f7e106b8
Merge remote-tracking branch 'origin/enhancement/allow_nested_settings_templates' into feature/OP-5207_Global-host-color-management-activation 2023-05-24 14:23:23 +02:00
64qam
28cc85b003
Merge pull request #5011 from ynput/enhancement/OP-6019_nuke-multiple-reformat-thumbnail-exporter 2023-05-24 11:34:03 +02:00
Jakub Ježek
2c31dc1f21
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-05-24 10:25:24 +02:00
Jakub Ježek
06ba46df60
Merge branch 'develop' into enhancement/resolve-prelaunch-code-refactoring 2023-05-23 13:51:52 +02:00
Jakub Jezek
267bad5ba6
adding multiple reposition nodes attribute to settings 2023-05-22 16:59:12 +02:00
Simone Barbieri
d95299a31b Added settings to make optional the setting the unit scale 2023-05-18 10:37:38 +01:00
Simone Barbieri
6d9c0e3080 Added setting for base file unit scale 2023-05-17 15:46:34 +01:00
Jakub Jezek
0f80ad01ec
adding deadline settings
including Pools
2023-05-17 14:16:49 +02:00
Alexey Bogomolov
1ec604c9ce Merge remote-tracking branch 'upstream/develop' into enhancement/resolve-prelaunch-code-refactoring 2023-05-17 00:01:08 +03:00
Jakub Jezek
37827f63ba
Merge branch 'develop' into feature/OP-5548_Fusion-Deadline-and-publish 2023-05-15 21:29:18 +02:00
Jakub Ježek
9a52475075
Merge branch 'develop' into enhancement/OP-5548_Fusion-saver-settings 2023-05-15 21:24:56 +02:00
Ondřej Samohel
f90dea5e26
Merge branch 'develop' into enhancement/OP-5808_Enhancement-3dsmax-rendering-time-data-from-instance 2023-05-15 18:22:30 +02:00
Toke Jepsen
40d4fea857
Maya: Validate shader name - OP-5903 (#4971)
* Fix regex matching.

* Add active setting

* Update openpype/hosts/maya/plugins/publish/validate_shader_name.py
2023-05-15 14:10:49 +02:00
Ember Light
78f8bbfd80
Kitsu - Add "image", "online" and "plate" to review families (#4923)
* Add kitsu review to the default png review's tags

* Add "image", "online" and "plate" as possible review families
2023-05-12 17:29:38 +02:00
Jakub Jezek
90f4e6b8bb
Merge branch 'enhancement/OP-5548_Fusion-saver-settings' into feature/OP-5548_Fusion-Deadline-and-publish 2023-05-10 16:42:34 +02:00
Jakub Jezek
98d27fa5a4
fusion: frame padding from anatomy templates 2023-05-10 12:54:30 +02:00
Jakub Jezek
6ea1ab1c9f
deadline submitter settings for aov filter 2023-05-10 11:20:09 +02:00
Kayla Man
8a602b51c7 Merge branch 'develop' into enhancement/OP-5808_Enhancement-3dsmax-rendering-time-data-from-instance 2023-05-08 17:33:16 +08:00
Jakub Jezek
e08ff46bfa
adding settings for creators 2023-05-05 17:22:14 +02:00
Jakub Ježek
1cc60bb52a
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-05-05 16:06:55 +02:00
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