Commit graph

43208 commits

Author SHA1 Message Date
Jakub Trllo
61982a518d
Merge branch 'develop' into enhancement/staging_dir_persistence_log_to_debug 2025-05-30 09:08:55 +02:00
Jakub Trllo
0e33ec97d2 change scrolling 2025-05-29 17:09:15 +02:00
Jakub Trllo
a099b0be1d
Merge branch 'develop' into feature/107-webactions-in-launcher-tool 2025-05-29 16:14:50 +02:00
Jakub Trllo
365b4d8559 fix variable name 2025-05-29 16:14:35 +02:00
Jakub Trllo
d57f4a0000 formatting fix 2025-05-29 16:14:29 +02:00
Jakub Trllo
72990d3aa9 added animation 2025-05-29 16:12:40 +02:00
Jakub Trllo
ac04845a79 use lighter colors 2025-05-29 15:45:03 +02:00
Jakub Trllo
9327cf558a change icons and scale view on hover 2025-05-29 15:33:01 +02:00
Jakub Trllo
e2bc5471d4 better looks 2025-05-28 18:26:26 +02:00
Jakub Trllo
6b7322a5d2 change overlay expanding group 2025-05-28 17:44:36 +02:00
Ondřej Samohel
d082d4180b
♻️ add product base type feature detection to init 2025-05-28 15:02:10 +02:00
Jakub Trllo
5cf146ee86 show the popup at the moment of hover 2025-05-28 14:43:47 +02:00
Ondřej Samohel
ae88357f6e
add product base compatibility check function
simple function to handle transitional period until product base types are implemented and current use of product types is switched completely.
2025-05-28 13:51:28 +02:00
Jakub Trllo
74bdd09a16 fix ruff issue 2025-05-28 13:20:46 +02:00
Jakub Trllo
f7c072ce2a show action icon in menu 2025-05-28 13:17:41 +02:00
Jakub Trllo
720e161deb add clickable label to the shown menu 2025-05-28 12:25:55 +02:00
Jakub Trllo
9416d8b1f9 fix typo 2025-05-28 12:02:39 +02:00
Jakub Trllo
d312101573 use tooltip widget to show subactions 2025-05-27 18:29:12 +02:00
Jakub Trllo
78b0fb6cdd
Merge pull request #1290 from ynput/enhancement/dont-use-deprecated-function
Anatomy: Use new 'get_project_root_overrides_by_site_id'
2025-05-27 11:11:54 +02:00
Roy Nieterau
bf9c5b61a5
Update client/ayon_core/plugins/publish/cleanup.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-27 10:13:43 +02:00
Roy Nieterau
d5b9e814a7 Fix indent 2025-05-27 10:08:43 +02:00
Roy Nieterau
1b3a08af01 Revert exclude family check to maintain old behavior 2025-05-27 10:07:55 +02:00
Roy Nieterau
82581b4635
Merge branch 'develop' into chore/cleanup_plugin_code_cosmetics 2025-05-27 10:05:34 +02:00
Jakub Trllo
0be94fc2d8 remove unnecessary line 2025-05-27 08:59:38 +02:00
Jakub Trllo
5baf624124 remove mouse tracking 2025-05-26 17:55:20 +02:00
Jakub Trllo
3184b5a72d use new 'get_project_root_overrides_by_site_id' 2025-05-26 14:58:05 +02:00
Jakub Trllo
9787f4ad88 fix number def creation 2025-05-26 12:24:12 +02:00
Jakub Trllo
2fd95e314b
Merge branch 'develop' into feature/107-webactions-in-launcher-tool 2025-05-26 12:14:08 +02:00
Jakub Trllo
60f6e0cec0 simplified config dialog method 2025-05-26 10:52:48 +02:00
Jakub Trllo
6f40c92f80 fix style issues 2025-05-26 10:51:52 +02:00
Jakub Trllo
a4fd1e19af add settings icon to each action 2025-05-23 16:52:20 +02:00
Roy Nieterau
539467d9ee
Set cursor at end of any existing text so that the user can directly continue with their comment
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-23 11:46:01 +02:00
Roy Nieterau
330fad9d46
Merge branch 'develop' into enhancement/publisher_comment_minimum_required_chars 2025-05-23 10:46:04 +02:00
Roy Nieterau
b1bf4df9e0
Update client/ayon_core/tools/publisher/window.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-23 10:45:13 +02:00
Jakub Ježek
c5bfbb0dd1
Merge pull request #1276 from ynput/bugfix/oiio-trancode-padding-issue
Fixes frame string formatting for transcoding
2025-05-23 09:59:32 +02:00
Jakub Ježek
c3c8096149
Merge branch 'develop' into bugfix/oiio-trancode-padding-issue 2025-05-23 09:59:08 +02:00
Jakub Trllo
cc7668d32b Set config values on all items in group 2025-05-23 09:25:02 +02:00
Roy Nieterau
3b3b1c864c
Merge branch 'develop' into enhancement/publisher_comment_minimum_required_chars 2025-05-22 23:20:34 +02:00
Roy Nieterau
f99550a74e Count chars with the comment input stripped - so that e.g. solely spaces (or trailing/starting spaces) do not count to the minimal required characters 2025-05-22 23:20:03 +02:00
Roy Nieterau
94d0725b11 Merge branch 'enhancement/publisher_comment_minimum_required_chars' of https://github.com/BigRoy/ayon-core into enhancement/publisher_comment_minimum_required_chars 2025-05-22 23:16:32 +02:00
Roy Nieterau
d18e2622b7 Rename to _validate_comment 2025-05-22 23:15:40 +02:00
Roy Nieterau
e35f3a5941
Update client/ayon_core/tools/publisher/window.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-05-22 23:14:11 +02:00
Roy Nieterau
1500c1cc33 Remove redundant stylesheet overrides 2025-05-22 23:12:52 +02:00
Roy Nieterau
b5b661e982 Move attribute down (less important) 2025-05-22 23:11:53 +02:00
Roy Nieterau
7413f05adb Change staging dir persistence state to debug log instead of info to avoid clutter for the artist (artist doesn't care) 2025-05-22 22:15:24 +02:00
Roy Nieterau
2bed12aed6
Merge branch 'develop' into chore/cleanup_plugin_code_cosmetics 2025-05-22 21:56:01 +02:00
Jakub Trllo
9bd36c2570
Merge branch 'develop' into feature/107-webactions-in-launcher-tool 2025-05-22 17:49:09 +02:00
Jakub Trllo
2cf4b0d119 Use more generic except 2025-05-22 17:12:09 +02:00
Jakub Trllo
1f716ce103 added helper class 'WebactionContext' to pass webaction info 2025-05-22 17:10:51 +02:00
Jakub Trllo
ea5d5cfc71 added missing imports 2025-05-22 17:03:53 +02:00