Commit graph

43738 commits

Author SHA1 Message Date
Ondřej Samohel
6443d46c61
Merge branch 'develop' into enhancement/1294-product-base-types-support-in-loading 2025-06-18 17:28:51 +02:00
Jakub Trllo
15b4f236f6
Merge pull request #1292 from BigRoy/enhancement/workfile_template_builder_allow_published_entities
Templated Workfile Build: support building from an AYON Entity URI instead of filepath
2025-06-18 17:12:27 +02:00
Jakub Trllo
060fea4f78
Merge branch 'develop' into enhancement/enhance-workfile-api 2025-06-18 16:57:35 +02:00
Jakub Trllo
3e5e873ad0 added helper function to save current file with current context 2025-06-18 16:49:16 +02:00
Jakub Trllo
8b35eb3849 fix kwargs 2025-06-18 16:29:59 +02:00
Roy Nieterau
275ad21be8
Merge branch 'develop' into enhancement/workfile_template_builder_allow_published_entities 2025-06-18 16:16:56 +02:00
Jakub Trllo
4e02667b89
Merge pull request #1330 from ynput/enhancement/944-ay-5953_pinned-projects-in-pipeline-uis
Tools: Pinned projects in pipeline UIs
2025-06-18 16:00:29 +02:00
Jakub Trllo
9d4fd70e8f
Merge branch 'develop' into enhancement/944-ay-5953_pinned-projects-in-pipeline-uis 2025-06-18 14:56:53 +02:00
Jakub Trllo
12d25d805c formatting fixes 2025-06-18 14:56:15 +02:00
Jakub Trllo
68d9fc16ad convert pinned projects to pinned set 2025-06-18 14:47:09 +02:00
Jakub Trllo
a785ea20e9 added more helper functions 2025-06-18 14:45:19 +02:00
Roy Nieterau
2f5f2dc4d4
Merge branch 'develop' into enhancement/workfile_template_builder_allow_published_entities 2025-06-18 14:08:00 +02:00
Jakub Trllo
1d397ec977 handle text margins 2025-06-18 13:59:16 +02:00
Jakub Trllo
cc40d08112
Merge pull request #1329 from BigRoy/enhancement/extractor_ext_lookup_sets
Extractors extension lookups use `set[str]` instead of `list[str]`
2025-06-18 13:52:13 +02:00
Jakub Trllo
79553d0ce7 minor modifications of selection 2025-06-18 13:49:41 +02:00
Jakub Trllo
53803f040d launcher is using projects widget from utils 2025-06-18 13:44:04 +02:00
Jakub Trllo
7e29ac8377 implemented projects widget showing projects as list view 2025-06-18 13:42:16 +02:00
Jakub Trllo
c7131de67b implemented deselectable list view 2025-06-18 13:41:39 +02:00
Jakub Trllo
65b9107d0e return studio settings for empty project 2025-06-18 13:33:20 +02:00
Roy Nieterau
628c8025d4
Update client/ayon_core/plugins/publish/extract_review.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-06-18 11:48:27 +02:00
Jakub Trllo
1801af66ab
Merge branch 'develop' into enhancement/1309-loader-tool-add-tags-filtering 2025-06-18 10:52:12 +02:00
Jakub Trllo
4280840989 added wheel scrolling 2025-06-18 10:50:52 +02:00
Roy Nieterau
1d55f2a033
Update client/ayon_core/pipeline/load/plugins.py 2025-06-18 09:59:09 +02:00
Roy Nieterau
009a7ec189
Merge branch 'develop' into enhancement/extractor_ext_lookup_sets 2025-06-18 09:56:18 +02:00
Roy Nieterau
48e840622d Use set[str] for lookup instead of list[str] 2025-06-18 09:54:21 +02:00
Jakub Trllo
48e29d57b8 added back and confirm buttons 2025-06-18 09:54:04 +02:00
Jakub Trllo
b9b801f53d support only shift modifier for auto-text filter 2025-06-18 09:12:37 +02:00
Jakub Trllo
51116bb9bc sort and show the pinned project 2025-06-18 08:57:32 +02:00
Jakub Trllo
7ce23aff07 added pinned projects to project item 2025-06-18 08:56:37 +02:00
Roy Nieterau
34ebee49f8
Merge branch 'develop' into enhancement/workfile_template_builder_allow_published_entities 2025-06-18 00:16:10 +02:00
Roy Nieterau
a593516f29 Fix Hook logic to actually run on a LoaderHookPlugin instance
- Now `self` on the hook method actually refers to an instantiated `LoaderHookPlugin`
- Add `plugin` kwargs to the hook methods to still provide access to the `LoaderPlugin` instance for potential advanced behavior
- Fix type hint on `compatible_hooks` arguments to `add_hooks_to_loader` function
2025-06-17 23:39:25 +02:00
Roy Nieterau
4c07e03fc6 Merge branch 'feature/AY-2218_Plugin-hooks-Loader-and-Scene-Inventory' of https://github.com/ynput/ayon-core into feature/AY-2218_Plugin-hooks-Loader-and-Scene-Inventory 2025-06-17 23:26:47 +02:00
Roy Nieterau
d583279c6d Fix type hint 2025-06-17 23:26:30 +02:00
Roy Nieterau
556c45c301
Merge branch 'develop' into feature/AY-2218_Plugin-hooks-Loader-and-Scene-Inventory 2025-06-17 22:49:48 +02:00
Roy Nieterau
bcca8ca8c1 Rename post_* method kwarg container to result to not clash with container argument on update and remove and make it clearer that it's the "result" of something 2025-06-17 22:41:31 +02:00
Roy Nieterau
85ef0fefa4 Fix post_update and post_remove 2025-06-17 21:59:06 +02:00
Roy Nieterau
3018dd35b6 Refactor PrePostLoaderHookPlugin to LoaderHookPlugin 2025-06-17 21:58:16 +02:00
Ondřej Samohel
8196ee2b07
Merge pull request #1147 from ynput/feature/911-new-traits-based-integrator
Integrator for Trait based representations
2025-06-17 17:21:24 +02:00
Petr Kalis
3db2cd046a Implemented pre/post for update and remove 2025-06-17 14:44:24 +02:00
Jakub Trllo
48bc7a0769 small clarity enhancement 2025-06-17 13:53:28 +02:00
Jakub Trllo
0ae72c8e46 small enhancmement of docstring 2025-06-17 13:52:28 +02:00
Jakub Trllo
7666586017 use kwargs 2025-06-17 13:45:30 +02:00
Jakub Ježek
f0152c92ac
Merge branch 'develop' into feature/911-new-traits-based-integrator 2025-06-17 10:34:00 +02:00
Petr Kalis
802b8b2567 Refactored monkey patched method 2025-06-16 17:38:15 +02:00
Petr Kalis
77d5d8d162 Implemented order attribute for sorting 2025-06-16 17:33:30 +02:00
Petr Kalis
f4556ac697 Formatting change 2025-06-16 15:58:03 +02:00
Jakub Trllo
cd7351aa52 added placeholder 2025-06-16 15:47:33 +02:00
Jakub Trllo
bedd605d2e change filter of list items on writing 2025-06-16 15:43:28 +02:00
Jakub Trllo
a3a14f08e4 don't force to add filter by name if is not defined 2025-06-16 15:43:15 +02:00
Jakub Trllo
7c6c054cd7 handle backspace 2025-06-16 15:43:02 +02:00