Commit graph

4048 commits

Author SHA1 Message Date
Jakub Trllo
21e60135f4 remove 'ayon_core.modules' 2024-12-10 17:11:20 +01:00
Jakub Trllo
bf631d565d add Console to default tray actions 2024-12-10 17:10:52 +01:00
Jakub Trllo
77efd56157 created tool with basic separation of some logic to controller 2024-12-10 17:10:35 +01:00
Jakub Trllo
167cea29b5 remove action addons 2024-12-10 15:41:11 +01:00
Jakub Trllo
c400628787 added launcher and browser actions to tray 2024-12-10 15:41:01 +01:00
robin@ynput.io
5c121ca448 Merge branch 'develop' into feature/AY-971_Use-custom-staging-dir-functions 2024-12-09 16:18:40 -05:00
Ynbot
a84a3cad33 [Automated] Update version in package.py for develop 2024-12-09 15:13:44 +00:00
Ynbot
55eb8e497f [Automated] Add generated package files from main 2024-12-09 15:13:06 +00:00
Petr Kalis
4bf03f0a51 Remove unused import 'collect_frames' from pyblish_functions 2024-12-09 15:39:08 +01:00
Petr Kalis
92f03312b6 Merge branch 'develop' of https://github.com/ynput/ayon-core into chore/frames_to_render_filtering_safer 2024-12-09 15:15:40 +01:00
Petr Kalis
d65865563f Fix expected files must be only file names 2024-12-09 14:53:17 +01:00
Petr Kalis
9e8b877ad8
Merge branch 'develop' into bugfix/AY-7238_Nuke-Slate-not-published 2024-12-09 13:51:43 +01:00
Petr Kalis
6836a7f79b Fix docstring 2024-12-09 13:51:09 +01:00
Petr Kalis
06f6b519f0 Refactor logic to be even simpler 2024-12-09 12:42:07 +01:00
Petr Kalis
44645b04ed Merge branch 'develop' of https://github.com/ynput/ayon-core into chore/frames_to_render_filtering_safer 2024-12-06 15:31:12 +01:00
Jakub Trllo
30e5a607e5
Merge branch 'develop' into bugfix/788-tools-ignore-containers-with-invalid-dataschema-with-a-warning-instead-of-error 2024-12-06 12:30:35 +01:00
Petr Kalis
c886be22bd Refactor logic to use set 2024-12-05 17:19:19 +01:00
Petr Kalis
81c71a757f
Prepare normalized expected file names
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-12-05 17:15:40 +01:00
Jakub Ježek
13e0ad9cdd
Merge branch 'develop' into enhancement/review_collect_otio_subset_resource 2024-12-05 16:57:57 +01:00
Jakub Ježek
b832c850c3
Update client/ayon_core/plugins/publish/collect_otio_subset_resources.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-12-05 16:57:47 +01:00
Petr Kalis
2a20a9d169 Refactor filtering based on frame_to_render
Previous implementation was naive and could be dangerous.
Updated docstrings. Renamed.
2024-12-05 16:20:57 +01:00
Petr Kalis
49c5b875a8 Refactor removed filtering by frame
Remainder has now real way to find frame pattern from single file. Doesn't make sense to filter on single file.
2024-12-05 16:19:58 +01:00
Petr Kalis
72862554b4 Fix missing slate frame
frames_to_render should contain also additional slate frame
2024-12-05 16:13:46 +01:00
Jakub Trllo
a26e9207d2 fix long line 2024-12-05 15:10:33 +01:00
Jakub Trllo
3c697b92f5 remove unnecessary f-string 2024-12-05 14:57:22 +01:00
Jakub Trllo
b6d3ddc1c8 more safeguard for invalid containers 2024-12-05 14:54:47 +01:00
Jakub Trllo
373df56254 fix calling of missing method 2024-12-05 14:45:35 +01:00
Jakub Trllo
2292ecbac1 log about invalid representation id 2024-12-05 14:45:19 +01:00
Jakub Trllo
023e0722f8 capture all possible errors that can happen during UUID conversion 2024-12-05 14:43:18 +01:00
Jakub Trllo
51ec36e66f
Merge branch 'develop' into enhancement/Load-and-manage-products-from-a-library-project 2024-12-05 14:18:15 +01:00
robin@ynput.io
156d3e6a1c Fix lint. 2024-12-04 16:45:20 -05:00
robin@ynput.io
9f590cd2ce Implement review representations in OTIO subset resources. 2024-12-04 16:37:25 -05:00
robin@ynput.io
cc23f407af Address feedback from PR. 2024-12-04 11:23:29 -05:00
Jakub Trllo
04daa9306c remove unused import 2024-12-04 16:14:59 +01:00
Jakub Trllo
a80bbfbd57 added basic typehints 2024-12-04 16:13:33 +01:00
Jakub Trllo
9bcc9b4019 fix 'realy' typo to 'really' 2024-12-04 16:08:04 +01:00
Ondřej Samohel
39090abc30
Merge branch 'develop' into enhancement/AY-6086_adding-parents-to-template-keys 2024-12-04 15:40:23 +01:00
robin@ynput.io
a267284c25 Merge branch 'develop' into feature/AY-971_Use-custom-staging-dir-functions 2024-12-04 09:37:25 -05:00
Jakub Trllo
1094310d90
Merge branch 'develop' into enhancement/AY-6086_adding-parents-to-template-keys 2024-12-04 14:17:10 +01:00
robin@ynput.io
ed7752a4df Fix extract_otio_review 2024-12-03 16:56:53 -05:00
robin@ynput.io
0672f5c8bb Address feedback from PR. 2024-12-03 11:38:29 -05:00
Robin De Lillo
648c2c52fe
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-12-03 10:50:09 -05:00
Kayla Man
9a0e490233 use items() for key, value 2024-12-03 16:52:19 +08:00
robin@ynput.io
fa014fa93c Fix lint. 2024-12-02 15:02:08 -05:00
robin@ynput.io
c01cfa4397 Merge branch 'feature/AY-971_Use-custom-staging-dir-functions' of github.com:ynput/ayon-core into feature/AY-971_Use-custom-staging-dir-functions 2024-12-02 14:58:54 -05:00
robin@ynput.io
f5a67f099d Append {version} regex to staging dir. 2024-12-02 14:58:42 -05:00
Jakub Jezek
76bd193213
Merge branch 'develop' into feature/AY-971_Use-custom-staging-dir-functions 2024-12-02 15:38:22 +01:00
Ynbot
457f234266 [Automated] Update version in package.py for develop 2024-11-29 10:26:08 +00:00
Ynbot
fcbf8ddd91 [Automated] Add generated package files from main 2024-11-29 10:25:25 +00:00
Jakub Trllo
630f7f6c1e fill values for farm with correct values 2024-11-29 10:59:14 +01:00