Commit graph

76 commits

Author SHA1 Message Date
Roy Nieterau
b180c5c43d Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/usd_workflow
# Conflicts:
#	server_addon/houdini/client/ayon_houdini/version.py
#	server_addon/houdini/package.py
2024-06-27 16:21:06 +02:00
Roy Nieterau
61c1acaa95 Fix indentations 2024-06-27 00:44:09 +02:00
Roy Nieterau
1333499df6 Remove dots from end of plug-in titles 2024-06-27 00:43:14 +02:00
Roy Nieterau
0b8613e5f7 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/usd_workflow 2024-06-18 15:56:24 +02:00
Jakub Trllo
366d5b5d4f
Merge branch 'develop' into bugfix/houdini_usdrender_deadline_submission 2024-06-18 15:54:19 +02:00
Roy Nieterau
5e73d38b07 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/usd_workflow
# Conflicts:
#	server_addon/deadline/client/ayon_deadline/plugins/publish/submit_publish_job.py
#	server_addon/houdini/client/ayon_houdini/version.py
#	server_addon/houdini/package.py
2024-06-18 15:51:09 +02:00
Jakub Trllo
95c72a135e
Merge branch 'develop' into bugfix/AY-5750_AE-review-not-displayed-in-Ftrack 2024-06-18 13:45:36 +02:00
Jakub Trllo
0fab2e5edb bump versions 2024-06-18 13:44:07 +02:00
Roy Nieterau
8f4f990b22 Bump addon version (again, because develop just got bumped) 2024-06-18 12:21:48 +02:00
Roy Nieterau
0a8c478d0f Merge branch 'develop' of https://github.com/ynput/ayon-core into bugfix/houdini_usdrender_deadline_submission 2024-06-18 12:21:13 +02:00
Roy Nieterau
7d7e6c0297 Bump addon version 2024-06-18 12:09:58 +02:00
Roy Nieterau
35e557671b Fix typo 2024-06-18 12:09:26 +02:00
Simone Barbieri
ce44538c2e Removed unused function 2024-06-18 10:40:54 +01:00
Petr Kalis
5872d2b3ee AY-5750 - remove unnecessary condition 2024-06-18 11:14:47 +02:00
Petr Kalis
f7e9e413fb AY-5750 - fix single frame render
Without it will render frame 0 which might result in black image instead of correct frame (1001).
2024-06-17 18:22:18 +02:00
Simone Barbieri
7a6fc0d00c Merge branch 'develop' into enhancement/AY-991_Blender-Deadline-asset-dependencies 2024-06-17 16:53:03 +01:00
Petr Kalis
e7094a28f2 Merge branch 'develop' of https://github.com/ynput/ayon-core into bugfix/process_submission_arguments 2024-06-11 13:30:19 +02:00
Petr Kalis
7ea8d42d96 Used variables 2024-06-11 13:29:08 +02:00
Petr Kalis
a853d39275 Use single list of families
All collectors should use same list of families (eg. product types).

This list is a bit bigger than list in submit_publish_job which might be by design as some families might be changing during publishing steps.
2024-06-10 17:49:28 +02:00
Petr Kalis
6e487c6739 Move auth and verify to submit only
submit requires these two arguments, if one needs to override process_submission, they can get auth and verify themselves.
2024-06-10 17:01:11 +02:00
Petr Kalis
60c42b4bbb Standardize families to submit_publish_job 2024-06-07 17:07:42 +02:00
Petr Kalis
51e57e5edd Merge develop 2024-06-07 17:03:43 +02:00
Jakub Trllo
ace0a733c4 modify formatting in site settings model 2024-06-06 15:39:53 +02:00
Jakub Trllo
9703feb2d0 simplified initialization 2024-06-06 15:39:05 +02:00
Jakub Trllo
9b25849014 fix more imports 2024-06-06 15:38:49 +02:00
Jakub Trllo
d8f553943f added settings category to publish plugins 2024-06-06 15:20:34 +02:00
Jakub Trllo
a1cd2e19ca renamed deadline_module.py to addon.py 2024-06-06 15:15:15 +02:00
Jakub Trllo
1d6d241818 use addon naming 2024-06-06 15:13:43 +02:00
Jakub Trllo
8eddd59910 use deadline addon from ayonAddonsManager during publishing 2024-06-06 15:12:48 +02:00
Jakub Trllo
3668a7f66f fix imports 2024-06-06 14:28:53 +02:00
Jakub Trllo
9202f0e765 bump version and define milestone 2024-06-06 14:18:34 +02:00
Jakub Trllo
6bcceba013 move deadline integration next to server codebase 2024-06-06 14:04:54 +02:00
Petr Kalis
c6a396de4f AY-1110 - updated variable to be more descriptive
Bump up version
2024-05-15 17:15:07 +02:00
Simone Barbieri
2f98c006b2 Implemented deadline file dependencies for Blender 2024-05-10 16:45:05 +01:00
Petr Kalis
3e6e66492c
Merge pull request #200 from ynput/feature/AY-745_Deadline-webservice-password
Deadline: webservice password
2024-05-06 17:12:44 +02:00
Petr Kalis
396c24d9d7 Bump up version of deadline 2024-05-02 11:52:21 +02:00
Petr Kalis
94ff9d92c3 Fix validate_unique_names call
validate_unique_names cannot be used on fields that are just regular `list[str]`, they must be `list[SomethingSomething]`.
2024-05-02 11:49:06 +02:00
Petr Kalis
12f56eecc7 Merge develop 2024-04-30 16:09:47 +02:00
Jakub Trllo
286156d1ff deadline uses package.py 2024-04-22 14:27:01 +02:00
Petr Kalis
1525443c94 Merge branch 'develop' of https://github.com/ynput/ayon-core into feature/AY-745_Deadline-webservice-password 2024-04-18 13:06:38 +02:00
Roy Nieterau
b09e181e27 Fix usage of BaseServerAddon when only imported for type checking 2024-04-17 14:52:44 +02:00
Jakub Trllo
87f4336aca fix typehint import in deadline settings 2024-04-10 11:11:47 +02:00
Petr Kalis
ab74098b7b AY-745 - provide default values for new Settings field 2024-04-03 14:07:39 +02:00
Petr Kalis
2dc3eec35f AY-745 - renamed class 2024-03-26 15:38:03 +01:00
Petr Kalis
6bbb956732 AY-745 - renamed class 2024-03-26 15:34:40 +01:00
Petr Kalis
7fae6d1aaf AY-745 - added new system wide Site settings
Credentials for DL servers should be set only once, not for each project separately
2024-03-25 12:38:21 +01:00
Petr Kalis
6c6f123814 Merge branch 'develop' of https://github.com/ynput/ayon-core into feature/AY-745_Deadline-webservice-password 2024-03-19 16:12:08 +01:00
Petr Kalis
3b70243adc AY-745 - added Deadline credentials to Settings
This provides Site Settings fields for Deadline user name and password.
2024-03-19 14:50:13 +01:00
MustafaJafar
a26f17c1cb fix code style 2024-03-11 12:15:10 +02:00
MustafaJafar
92b8195fbe Merge branch 'develop' into bugfix/OP-7353-make_houdini_submissions_respect_pools_groups 2024-03-01 11:22:43 +02:00