Commit graph

4342 commits

Author SHA1 Message Date
Ondřej Samohel
615afdc120
Merge remote-tracking branch 'origin/feature/909-define-basic-trait-type-using-dataclasses' into feature/911-new-traits-based-integrator 2025-02-06 16:06:31 +01:00
Ondřej Samohel
7aeee0ae96
Merge remote-tracking branch 'origin/feature/909-define-basic-trait-type-using-dataclasses' into feature/909-define-basic-trait-type-using-dataclasses 2025-02-06 16:05:55 +01:00
Ondřej Samohel
883ea09e5d
♻️ change too complex type
`frame_regex` must be `re.Pattern` or `None` now
2025-02-06 16:05:47 +01:00
Ondřej Samohel
71ca34be9a
Merge branch 'feature/909-define-basic-trait-type-using-dataclasses' into feature/911-new-traits-based-integrator 2025-02-06 15:02:18 +01:00
Ondřej Samohel
26bbdaaed5
Merge branch 'develop' into feature/909-define-basic-trait-type-using-dataclasses 2025-02-06 14:43:39 +01:00
Ondřej Samohel
681301bf8c
🐶 fix line length 2025-02-05 20:28:31 +01:00
Ondřej Samohel
bdb0a10890
♻️ improve comment and error handling 2025-02-05 16:59:51 +01:00
Ondřej Samohel
67bf458d1c
🐶 style changes 2025-02-05 16:59:29 +01:00
Ondřej Samohel
5e5a27c7a9
♻️ make fields optional 2025-02-05 16:59:11 +01:00
Ondřej Samohel
4da77e7455
♻️ remove unnecessary NotImplementedError 2025-02-05 16:50:40 +01:00
Kayla Man
bfcfa264d9 add substance designer as being part of the hosts in extract thumbnail 2025-02-05 16:57:59 +08:00
Roy Nieterau
622644de9b
Merge branch 'develop' into bugfix/extract_review_windows_shell_escape_ampersnad_filepaths 2025-02-04 15:20:58 +01:00
Roy Nieterau
ed0f5c8d7f Merge escape if checks + include COMSPEC check on Windows 2025-02-04 15:20:28 +01:00
Roy Nieterau
516dd2d7ce Escape & on Windows in shell using ^& in run_subprocess 2025-02-04 15:07:05 +01:00
Ynbot
c7899fb3be [Automated] Update version in package.py for develop 2025-02-04 11:51:45 +00:00
Ynbot
c21b95679f [Automated] Add generated package files from main 2025-02-04 11:51:01 +00:00
Jakub Trllo
f42f72553e
Merge branch 'develop' into enhancement/fill-project-name-in-get-product-name 2025-02-04 12:03:39 +01:00
Jakub Trllo
dfa060081d
Merge branch 'develop' into enhancement/helper-template-data-method 2025-02-04 11:47:39 +01:00
Jakub Trllo
43b18910ba fix typehint 2025-02-04 10:51:08 +01:00
Jakub Trllo
cc1ec14865 fix index validation 2025-02-04 10:46:52 +01:00
Jakub Trllo
b048f0aa3b added helper method 'get_template_data' to create context 2025-02-04 10:29:01 +01:00
robin@ynput.io
8ff67e6f38 Merge branch 'develop' into bugfixes/AY-6975_retimes_consolidations 2025-02-03 14:55:14 +01:00
robin@ynput.io
07ccade3a4 Fix lint. 2025-02-03 14:54:29 +01:00
robin@ynput.io
e12fa847c9 Address feedback from PR. 2025-02-03 11:29:34 +01:00
Robin De Lillo
0293d74618
Update client/ayon_core/plugins/publish/collect_otio_review.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-02-03 11:25:34 +01:00
robin@ynput.io
3dc04d12f8 Merge branch 'develop' into bugfix/AY-7063_disable_version_followup_per_host 2025-02-03 11:22:39 +01:00
robin@ynput.io
5c53d20124 Address feedback from PR. 2025-02-03 10:51:59 +01:00
Ondřej Samohel
b6603ad479
Merge branch 'develop' into feature/909-define-basic-trait-type-using-dataclasses 2025-02-03 10:27:43 +01:00
Roy Nieterau
e1438ed597
Update client/ayon_core/pipeline/publish/publish_plugins.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-01-31 23:30:04 +01:00
Roy Nieterau
64b6729eec Expose optional_tooltip directly as attribute on the OptionalPyblishPluginMixin for better auto-complete in IDEs 2025-01-30 12:40:53 +01:00
Roy Nieterau
ca03c4d86d Add support for optional_tooltip attribute on OptionalPyblishPluginMixin 2025-01-30 12:05:39 +01:00
Ondřej Samohel
0fbee7da5c
♻️ add IntendedUse to readme 2025-01-30 10:31:42 +01:00
Ondřej Samohel
ba67c436f9
♻️ revert back some changes 2025-01-29 23:25:43 +01:00
Ondřej Samohel
ebf6789036
♻️ organize imports 2025-01-29 23:17:32 +01:00
Ondřej Samohel
fef36a7cd9
♻️ unify docstring style and signatures 2025-01-29 23:03:20 +01:00
Ondřej Samohel
423277580c
add IntendedUse trait 2025-01-29 23:02:04 +01:00
Ondřej Samohel
920f917f94
♻️ rename time to temporal to avoid conflict with std
and some linter changes
2025-01-29 22:22:05 +01:00
robin@ynput.io
fd63c97f4e Address feedback from PR. 2025-01-29 19:56:34 +01:00
robin@ynput.io
3f691607e5 Fix [clip_media] reviewable. 2025-01-29 19:33:43 +01:00
Ondřej Samohel
085aa74976
Merge branch 'develop' into feature/909-define-basic-trait-type-using-dataclasses 2025-01-29 14:54:52 +01:00
Ondřej Samohel
6763c37fb6
♻️ fix some style issues 2025-01-29 14:16:21 +01:00
robin@ynput.io
1b109d761f Fix host refresh in publish/lib.py 2025-01-29 14:03:23 +01:00
robin@ynput.io
3731e1226a Fix lint + log message. 2025-01-29 12:36:00 +01:00
robin@ynput.io
d25c4701d1 Fix Version follow up from Workfile set by hosts. 2025-01-29 12:04:38 +01:00
robin@ynput.io
f5bd7a9172 Apply frame offset to timewarp to handle source frame offset. 2025-01-28 15:22:06 +01:00
robin@ynput.io
43700c7f61 Merge branch 'develop' into bugfixes/AY-6975_retimes_consolidations 2025-01-28 14:04:37 +01:00
Jakub Trllo
5684c941de 'CreatedInstance' allows to pass in transient data 2025-01-28 11:51:17 +01:00
Roy Nieterau
46efdb7779
Merge branch 'develop' into enhancement/report-page-sliders 2025-01-27 14:37:07 +01:00
Jakub Trllo
83b7c3d442 fix new-line character 2025-01-27 14:00:54 +01:00
robin@ynput.io
0d12dadbb1 Merge branch 'develop' into bugfixes/AY-6975_retimes_consolidations 2025-01-27 13:04:32 +01:00