Commit graph

3183 commits

Author SHA1 Message Date
Jakub Trllo
2b46eee1dd added ProcessContext arguments to 'ensure_addons_are_process_ready' 2024-08-20 14:19:52 +02:00
Jakub Trllo
f3cccccab7 do not return exception on fail 2024-08-20 14:10:16 +02:00
Jakub Trllo
8e9c28a84a 'ensure_addons_are_process_ready' returns ProcessContext 2024-08-20 14:10:02 +02:00
Jakub Trllo
501cacc4b8 change state of context when is done 2024-08-20 14:09:46 +02:00
Jakub Trllo
9331187000 ProcessContext also has information about preparation state 2024-08-20 14:09:29 +02:00
Robin De Lillo
5442cacdc3
Update client/ayon_core/lib/path_templates.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-08-19 11:08:44 -04:00
robin
2ccadd8ed1 Merge branch 'develop' into bugfix/fix_anatomy_format 2024-08-19 08:14:09 -04:00
robin
b0490fd15d Adjust docstring from PR feedback. 2024-08-19 08:13:55 -04:00
__robin__
4d884db269
Update client/ayon_core/lib/path_templates.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-08-19 08:08:50 -04:00
__robin__
44c417fdb0
Update client/ayon_core/lib/path_templates.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-08-19 08:08:33 -04:00
Jakub Trllo
71319b437c
Merge branch 'develop' into enhancement/AY-1654_Publish-Report-Viewer-txt-files 2024-08-16 15:30:15 +02:00
Jakub Trllo
199d77d22b
Merge branch 'develop' into feature/AY-5795_Ability-to-set-AYON-local-folder-location- 2024-08-15 15:44:09 +02:00
robin
eaa1b503b7 Validate opening and closing brackets on Anatomy keys. 2024-08-14 17:52:29 -04:00
Jakub Trllo
c02f90d5d3 change default size of window based on center widget 2024-08-09 17:12:54 +02:00
Jakub Trllo
6e21bc4779 change popup text to popup icon 2024-08-09 17:12:07 +02:00
Jakub Trllo
c9a2022d0c remove unused import 2024-08-09 16:19:27 +02:00
Jakub Trllo
f3c9ffac1a removed unused function '_create_local_site_id' 2024-08-09 16:05:32 +02:00
Jakub Trllo
9d2ff9637f marked 'get_ayon_appdirs' as deprecated 2024-08-09 16:05:20 +02:00
Jakub Trllo
0e95019995 use new functions in codebase 2024-08-09 16:03:17 +02:00
Jakub Trllo
9ff4ec856b introduced new function to get launcher storage and local dir 2024-08-09 16:00:10 +02:00
Jakub Trllo
8a20416e49 don't validate extension of dropped file 2024-08-08 10:10:21 +02:00
Jakub Trllo
5f3a82cb64
Merge branch 'develop' into enhancement/AY-6299_Scene-inventory-mark-all-outdated-containers 2024-08-07 14:30:05 +02:00
Jakub Trllo
60c919cd33 use 'get_default_settings_variant' from utils 2024-08-07 11:24:18 +02:00
Jakub Trllo
0a05731413 don't kill tray in make sure function 2024-08-06 16:43:15 +02:00
Jakub Trllo
d7ab1328cf 'make_sure_tray_is_running' is also handling username 2024-08-06 16:42:22 +02:00
Jakub Trllo
f5e8181659
Merge branch 'develop' into feature/AY-6020_Validate-that-logged-user-is-the-same-as-the-user-who-triggered-action 2024-08-06 16:37:45 +02:00
Jakub Trllo
e10a78d761 shutdown existing tray if is running under different user 2024-08-06 11:22:49 +02:00
Jakub Trllo
c63f50197c use outdated color if container is not from latest version 2024-08-06 11:03:56 +02:00
Jakub Trllo
a90c7a0f90 update lookup set 2024-08-01 17:05:48 +02:00
Jakub Trllo
3e0d422ed5 fix paths ordering 2024-08-01 17:03:58 +02:00
Jakub Trllo
20c338100e
Merge branch 'develop' into feature/AY-6021_Addons-initialization-for-child-processes 2024-08-01 16:27:02 +02:00
Jakub Trllo
041b93d09a use power of sets 2024-08-01 16:26:16 +02:00
Jakub Trllo
8cd6a2f342 wrap tray info into object 2024-07-31 17:26:34 +02:00
Jakub Trllo
b6fba13322 bump version to '0.4.4-dev.1' 2024-07-31 13:47:02 +02:00
Jakub Trllo
3b942cefbe bump version to '0.4.3' 2024-07-31 13:46:25 +02:00
Jakub Trllo
e68345d5f6
Merge branch 'develop' into feature/AY-6021_Addons-initialization-for-child-processes 2024-07-31 11:20:15 +02:00
Jakub Jezek
aebc9a90d6
Update opencolorio version to ^2.3.2 in pyproject.toml
Bump opencolorio version from 2.2.1 to ^2.3.2 in the pyproject.toml file for compatibility and potential enhancements with other dependencies.
2024-07-30 15:35:18 +02:00
Jakub Trllo
fa729cdcdd don't require process context to start tray function 2024-07-30 15:29:25 +02:00
Jakub Trllo
943245b698 start tray if is not running 2024-07-30 15:05:20 +02:00
Jakub Trllo
f8e1b6eeb1 added one more ensure function for easier approach. 2024-07-30 15:00:05 +02:00
Jakub Trllo
cb0dfc0bb9
Merge branch 'develop' into feature/AY-6021_Addons-initialization-for-child-processes 2024-07-30 14:58:34 +02:00
Jakub Trllo
cb3d002ac0
Merge branch 'develop' into feature/integrate-reviewables-to-ayon 2024-07-30 14:10:24 +02:00
Jakub Trllo
ddd5313a41 add optional output of ensude function 2024-07-30 13:42:23 +02:00
Roy Nieterau
34305862f4 Tweak grammar plus make it more understandable what addon needs updating 2024-07-29 23:44:54 +02:00
Roy Nieterau
d5c4d7df8b
Merge branch 'develop' into bugfix/loader_support_product_type_filter_profiles 2024-07-26 00:02:13 +02:00
Jakub Trllo
07296c3633
Merge branch 'develop' into enhancement/reduce-cli-commands 2024-07-25 16:39:48 +02:00
Jakub Trllo
9738c2ed45
Merge branch 'develop' into enhancement/tray-send-message 2024-07-25 15:55:54 +02:00
Jakub Trllo
f82c420fe4 create function for cli in publish 2024-07-25 15:54:42 +02:00
Jakub Trllo
856a30cd5a remove gui option 2024-07-25 15:48:31 +02:00
Jakub Trllo
78c278cdde move publish to cli.py 2024-07-25 15:47:28 +02:00