Commit graph

4467 commits

Author SHA1 Message Date
Petr Kalis
3a2d831ca6 Added Loader Hooks to switch_container 2025-04-04 17:20:09 +02:00
Petr Kalis
f609d2f5c4 Added switch methods to Loader Hooks 2025-04-04 17:19:24 +02:00
Petr Kalis
82ae29dc12 Lazy initialization of get_hook_loaders_by_identifier 2025-04-04 17:10:47 +02:00
Petr Kalis
a5c10767fd Added loader hooks to update_container 2025-04-04 17:09:32 +02:00
Petr Kalis
f44b81a7e5 Pass hook_loaders_by_id in SceneInventory view 2025-04-04 17:09:06 +02:00
Petr Kalis
761ef4b4af Added update methods for Loader Hooks 2025-04-04 17:08:33 +02:00
Petr Kalis
a963f8c137 Added get_hook_loaders_by_identifier SceneInventory controller 2025-04-04 17:08:13 +02:00
Petr Kalis
3961f8a5e2 Added get_hook_loaders_by_identifier to pipeline API 2025-04-04 17:07:53 +02:00
Petr Kalis
42d869973c Fixed circular import 2025-04-04 16:42:23 +02:00
Petr Kalis
969358d37a Removed missed unnecessary functions 2025-04-04 16:31:33 +02:00
Petr Kalis
92600726b3 Extracted get_hook_loaders_by_identifier to utils 2025-04-04 16:28:16 +02:00
Petr Kalis
f10564ffb8 Removed unnecessary functions 2025-04-04 16:27:15 +02:00
Petr Kalis
e76691ea6e Moved usage of hooks out of UI actions to utils
It is assumed that utils could be used in some kind 'load API', `actions` are tightly bound to UI loading.
2025-04-04 15:39:32 +02:00
Petr Kalis
7ec99b3715 Initial implementation of pre/post loader hooks 2025-04-03 18:06:31 +02:00
Petr Kalis
04a2f08fea Added new Pre and Post Loader Hooks
Added functions to register/deregister them.
2025-04-03 18:05:54 +02:00
Jakub Trllo
9ebd2bbc64 fix typehints for older pythons 2025-04-02 14:20:53 +02:00
Jakub Trllo
d2f03815b1
Merge branch 'develop' into enhancement/899-ay-6316_launcher-show-only-assigned-tasks 2025-04-02 14:04:00 +02:00
Jakub Trllo
009348bca9 move widgets around 2025-04-02 14:01:07 +02:00
Jakub Ježek
e53bbb08e3
Merge branch 'develop' into feature/AY-5235_Delivery-Farm-Publishing 2025-04-02 12:02:14 +02:00
Jakub Trllo
81eff5ae6f fix attribute name 2025-04-02 09:47:46 +02:00
Jakub Trllo
9eb652bd95 add missing line 2025-04-01 17:56:52 +02:00
Jakub Trllo
ba31114aa3 move the checkbox next to project combo 2025-04-01 17:55:42 +02:00
Jakub Trllo
c4c609432b skip filtering if items that are not tasks 2025-04-01 17:15:45 +02:00
Jakub Trllo
0f974c1352 fix state change handling 2025-04-01 17:15:31 +02:00
Jakub Trllo
e7bae0f260 use py3 super calls 2025-04-01 12:10:15 +02:00
Jakub Trllo
d7b5e06077 basic implementation of setting filters in launcher 2025-04-01 12:10:06 +02:00
Jakub Trllo
37bf4a28c7 added method to get task and folder ids for assignees 2025-04-01 12:09:42 +02:00
Jakub Trllo
d91e6d07e2 added basic implementation of filtering by ids 2025-04-01 12:08:49 +02:00
Ynbot
19dacdc4fe [Automated] Update version in package.py for develop 2025-03-31 09:09:18 +00:00
Ynbot
92bd17cfd9 [Automated] Add generated package files from main 2025-03-31 09:08:41 +00:00
Jakub Trllo
fa4bafb327
Merge branch 'develop' into bugfix/1106-ExtractReview_does_not_process_representations_with_uppercase_extension 2025-03-28 10:16:22 +01:00
Roy Nieterau
ce9970636f Allow enabling/disabling Attach Reviewables feature 2025-03-26 17:32:15 +01:00
Roy Nieterau
1e651ece9c
Merge branch 'develop' into enhancement/1142-attach-reviewables-to-other-instances-using-enumdef-on-attachable-integrator 2025-03-26 17:07:40 +01:00
Roy Nieterau
8c919be068
Update client/ayon_core/tools/workfiles/widgets/save_as_dialog.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-03-26 12:10:59 +01:00
Roy Nieterau
f5d90a4d2b
Merge branch 'develop' into enhancement/save_workfile_artist_note_input 2025-03-26 11:25:10 +01:00
Roy Nieterau
04e91389e1 Make launcher project filter field case insensitive 2025-03-25 22:55:11 +01:00
Roy Nieterau
f0a49502aa
Merge branch 'develop' into enhancement/save_workfile_artist_note_input 2025-03-25 10:35:03 +01:00
Jakub Trllo
24ffa07413
Merge branch 'develop' into bugfix/ceil-height 2025-03-24 16:07:01 +01:00
Jakub Trllo
fd4e5f58d4 change where the ceil happens 2025-03-24 16:06:14 +01:00
Jakub Trllo
cac5c13c0e
Merge branch 'develop' into enhancement/1183-ay-7278_addons-resources-directory 2025-03-24 15:02:57 +01:00
Jakub Trllo
e56c71d3ea ceil height of 'ExpandingTextEdit' 2025-03-24 14:51:07 +01:00
Roy Nieterau
d63d3d62df
Merge branch 'develop' into enhancement/1142-attach-reviewables-to-other-instances-using-enumdef-on-attachable-integrator 2025-03-24 11:44:08 +01:00
Ondřej Samohel
86a7182e62
Merge branch 'develop' into bugfix/fix-publish-plugin-loading2 2025-03-21 14:44:17 +01:00
Jakub Trllo
4dd4dbb17b
Merge branch 'develop' into enhancement/1186-create-context-collect-attribute-definitions-when-all-instances-are-collected 2025-03-19 11:49:59 +01:00
Jakub Trllo
aef050f390 added function 'get_addons_resources_dir' 2025-03-19 11:23:29 +01:00
Ondřej Samohel
6c07a4e6a3
Merge branch 'develop' into bugfix/1106-ExtractReview_does_not_process_representations_with_uppercase_extension 2025-03-18 15:32:59 +01:00
Ondřej Samohel
44e32c5bfe
Update client/ayon_core/pipeline/publish/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-03-18 11:22:24 +01:00
Ondřej Samohel
d313740434
Update client/ayon_core/lib/python_module_tools.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-03-18 11:22:17 +01:00
Ondřej Samohel
fb64de8d32
♻️ make changes more backward safe 2025-03-17 15:31:39 +01:00
Ondřej Samohel
61a5246b1b
♻️ reorganize the fix 2025-03-17 15:18:34 +01:00