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
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
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
Jakub Trllo
4954992e56
added some typehints
2025-05-22 17:02:59 +02:00
Jakub Trllo
d02eeac660
move ActionItem to abstract.py
2025-05-22 17:02:01 +02:00
Jakub Trllo
f22206e54c
use 'MarkdownText' format if is available
2025-05-22 15:30:33 +02:00
Ynbot
6379f67262
[Automated] Update version in package.py for develop
2025-05-22 12:32:10 +00:00
Ynbot
46f6198ba3
[Automated] Add generated package files from main
2025-05-22 12:31:33 +00:00
Ondřej Samohel
26f5fa39f4
Merge branch 'develop' into unify-and-speed-up-copying
2025-05-22 14:05:25 +02:00
Jakub Trllo
edb371fb38
Remove outdated todo
2025-05-22 12:35:38 +02:00
Jakub Trllo
0368e5e6f8
hard reset webactions on refresh
2025-05-22 12:25:00 +02:00
Jakub Trllo
e9d70fa49d
keep webactions cached for 20 seconds
2025-05-22 12:24:49 +02:00
Roy Nieterau
c557744f14
Merge branch 'develop' into enhancement/publisher_comment_minimum_required_chars
2025-05-21 23:29:59 +02:00
Roy Nieterau
2047e38aae
Access through the private member
2025-05-21 23:28:50 +02:00
Roy Nieterau
00c34602e2
Add setting to define a minimum amount of characters required for a comment on every publish
2025-05-21 23:17:21 +02:00
Jakub Trllo
316c7e7e38
remove unnecessary f string
2025-05-21 19:47:53 +02:00
Jakub Trllo
4b1f1a9584
add typehints
2025-05-21 19:45:39 +02:00
Jakub Trllo
80d3255863
fix return type
2025-05-21 19:45:33 +02:00
Jakub Trllo
44da9f5a0d
add type-hints to '_prepare_ayon_launcher_env'
2025-05-21 19:41:53 +02:00
Jakub Trllo
ecec0aa69d
use logger formatting
2025-05-21 19:39:11 +02:00
Jakub Trllo
b1e4598fbd
remove duplicated animation start
2025-05-21 19:35:58 +02:00
Jakub Trllo
e971ffd09c
use success from response
2025-05-21 18:27:58 +02:00
Jakub Trllo
1de2eccedb
Unified messages a little
2025-05-21 18:27:48 +02:00
Jakub Trllo
3e4a1d7118
use toast messages
2025-05-21 18:25:03 +02:00
Jakub Trllo
c88fc655b2
Merge branch 'develop' into feature/107-webactions-in-launcher-tool
2025-05-21 17:40:56 +02:00
Jakub Trllo
3d2d786f06
Merge branch 'develop' into enhancement/enhance-workfile-api
2025-05-21 16:55:38 +02:00
Jakub Trllo
a159e02f87
fix arguments
2025-05-21 16:51:22 +02:00
Ynbot
3df127ec3b
[Automated] Update version in package.py for develop
2025-05-21 07:26:06 +00:00
Ynbot
0e49ada807
[Automated] Add generated package files from main
2025-05-21 07:25:28 +00:00
Jakub Trllo
70f3c05d07
linting fixes
2025-05-19 10:46:48 +02:00
Mustafa Jafar
8d9c8f4e91
Merge branch 'develop' into unify-and-speed-up-copying
2025-05-19 11:43:46 +03:00
Jakub Trllo
36aae5ac70
Merge branch 'develop' into enhancement/enhance-workfile-api
2025-05-19 10:36:10 +02:00
Jakub Trllo
a37c074771
expect entities instead of ids
2025-05-19 10:35:59 +02:00
Jakub Jezek
7a5e7a96f1
Fixes frame string formatting for transcoding
...
Ensures the frame string used for transcoding includes the correct padding,
based on the collection's padding attribute. This resolves issues where
the output file sequence name was not correctly formatted, leading to
transcoding failures.
2025-05-16 17:50:26 +02:00
Jakub Trllo
723463d44e
use correct function
2025-05-16 10:43:02 +02:00
Jakub Trllo
639087937f
modified workfiles tool accordingly
2025-05-16 10:26:01 +02:00
Jakub Trllo
f4638b92cd
implemented utils functions for workfiles
2025-05-16 10:25:31 +02:00