Commit graph

41986 commits

Author SHA1 Message Date
Jakub Trllo
55a4c42c83 added typehints 2024-12-10 14:08:45 +01:00
Jakub Trllo
55dacd5cec use 'taskType' instead of 'type' 2024-12-10 14:08:37 +01:00
Robin De Lillo
ccd185495a
Merge pull request #887 from ynput/feature/AY-971_Use-custom-staging-dir-functions
AY-971 Custom staging dir functionality migration
2024-12-09 16:26:44 -05:00
robin@ynput.io
e6154f4d94 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-09 16:18:56 -05: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
3b0154cdcf
Merge pull request #1039 from ynput/chore/frames_to_render_filtering_safer
Refactor filtering by explicit frames
2024-12-09 16:09:03 +01: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
e1471a4678
Merge pull request #1038 from ynput/bugfix/AY-7238_Nuke-Slate-not-published
Fix missing slate frame in Deadline publish
2024-12-09 14:05:35 +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
2e2b2f9f9c Merge remote-tracking branch 'origin/chore/frames_to_render_filtering_safer' into chore/frames_to_render_filtering_safer 2024-12-06 15:31:30 +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
0be5c620cc
Merge pull request #1037 from ynput/bugfix/788-tools-ignore-containers-with-invalid-dataschema-with-a-warning-instead-of-error
Loader & Scene inventory: Ignore containers with invalid representation id
2024-12-06 12:31:05 +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
eba26a0a9d
Merge branch 'develop' into chore/frames_to_render_filtering_safer 2024-12-05 17:33:11 +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
b7553ae25a
Merge pull request #1036 from ynput/enhancement/review_collect_otio_subset_resource
AY-7242_Implement review representations in OTIO subset resources.
2024-12-05 16:59:02 +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
38aa810542
Merge pull request #1005 from ynput/enhancement/Load-and-manage-products-from-a-library-project
Load and manage products from a library project
2024-12-05 14:18:51 +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
Jakub Trllo
1634d548d1
Merge branch 'develop' into feature/AY-971_Use-custom-staging-dir-functions 2024-12-05 13:49:07 +01:00
Jakub Trllo
8580820877
Merge pull request #778 from ynput/enhancement/AY-6086_adding-parents-to-template-keys
Chore: Add 'parents' to folder template data
2024-12-05 13:28:08 +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
Robin De Lillo
0ed31e3a8b
Merge pull request #1034 from ynput/bugfix/fix_extract_otio_review
Fix extract_otio_review
2024-12-04 08:25:11 -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