Commit graph

43822 commits

Author SHA1 Message Date
Ynbot
302619176b [Automated] Update version in package.py for develop 2025-08-01 10:24:02 +00:00
Ynbot
e7ea930d55 [Automated] Add generated package files from main 2025-08-01 10:23:24 +00:00
Jakub Trllo
5daf341d63
Merge pull request #1396 from ynput/bugfix/failing-keyring-backend
Local settings: Capture 'ItemNotFoundException' error if possible
2025-08-01 12:20:12 +02:00
Jakub Trllo
0bb0048fb4
Merge branch 'develop' into bugfix/failing-keyring-backend 2025-08-01 11:52:40 +02:00
Jakub Trllo
37318c130e
Merge pull request #1398 from ynput/bugfix/availability-of-workfile
Workfiles: Workfile entities path mapping
2025-08-01 11:52:20 +02:00
Jakub Trllo
8e2f33d483 use filepath instead of rootless path for workfile entity mapping 2025-08-01 11:23:44 +02:00
Jakub Trllo
4e9ef7a959
Merge branch 'develop' into bugfix/availability-of-workfile 2025-07-31 18:55:37 +02:00
Jakub Trllo
feab326a34
Merge branch 'develop' into bugfix/failing-keyring-backend 2025-07-31 14:44:15 +02:00
Jakub Trllo
978f6d4205
Merge pull request #1397 from ynput/enhancement/local-settings-code-zen
Lib: Local settings code refactor
2025-07-31 14:43:58 +02:00
Jakub Trllo
4f296e0ed7 simplified 2025-07-31 12:41:33 +02:00
Jakub Trllo
47af183d04 check for availability that don't live in workdir 2025-07-31 12:12:00 +02:00
Jakub Trllo
1017becebd changed abstract class docstring 2025-07-31 11:21:26 +02:00
Jakub Trllo
83b109be28 fix cache again 2025-07-31 11:21:11 +02:00
Jakub Trllo
6433ada42c remove unnecessary overriden methods 2025-07-31 11:20:50 +02:00
Jakub Trllo
3c867c517c change value of json registry to 'str' 2025-07-31 11:20:08 +02:00
Jakub Trllo
473cf8b0c1 grammar fixes 2025-07-31 11:19:39 +02:00
Jakub Trllo
d4092c8e31 deprecated not passed name in 'AYONSettingsRegistry' 2025-07-31 11:02:12 +02:00
Jakub Trllo
b403db76e6 better order of methods 2025-07-31 11:01:52 +02:00
Jakub Trllo
1a46f2c027 remove unnecessary super call 2025-07-31 11:00:51 +02:00
Jakub Trllo
2013eea5c4 formatting change 2025-07-31 10:58:21 +02:00
Jakub Trllo
41228915ec more explicit dir creation 2025-07-31 10:58:08 +02:00
Jakub Trllo
d88a867872 reset cache on set item 2025-07-31 10:56:39 +02:00
Jakub Trllo
d1fce584fa remove unncessary variable 2025-07-31 10:56:25 +02:00
Jakub Trllo
08c242edef use f-strings 2025-07-31 10:55:59 +02:00
Jakub Trllo
d431956963 simplified super calls 2025-07-31 10:55:34 +02:00
Jakub Trllo
88b01a2797 added type-hints 2025-07-31 10:54:26 +02:00
Jakub Trllo
97a3ab142c raise dedicated exception if item is not available 2025-07-31 10:46:37 +02:00
Jakub Trllo
ea3b4524d4 capture 'ItemNotFoundException' error if possible 2025-07-31 10:31:46 +02:00
Jakub Trllo
fd1fc7bdfd
Merge pull request #1030 from BigRoy/enhancement/add_shapefx_loki_support
Add ShapeFX Loki support
2025-07-30 10:56:39 +02:00
Jakub Trllo
8ef42603b0
Merge branch 'develop' into enhancement/add_shapefx_loki_support 2025-07-30 10:52:00 +02:00
Jakub Trllo
19cd35a44d
Merge pull request #1390 from ynput/bugfix/apply-core-plugin-settings
Chore: Define settings category on core publish plugins
2025-07-29 19:22:59 +02:00
Ondřej Samohel
57f30d3956
Merge branch 'develop' into bugfix/apply-core-plugin-settings 2025-07-29 17:50:51 +02:00
Jakub Trllo
74ad2e2c7e add settings category to CollectAnatomyInstanceData 2025-07-29 17:39:54 +02:00
Robin De Lillo
f137ea3954
Merge pull request #1393 from ynput/bugfix/detect_rounding_available_range
Detect rounding issues in media available_range when extracting (OTIO).
2025-07-29 09:27:39 -04:00
robin@ynput.io
522b657769 Merge branch 'develop' into bugfix/detect_rounding_available_range 2025-07-29 09:26:14 -04:00
Jakub Trllo
62d2b9e789
Merge pull request #1391 from ynput/enhancement/hash-publish-plugin-dirpath
Publish: Hash publish plugin dirpath before storing to sys modules
2025-07-29 15:11:27 +02:00
robin@ynput.io
bfc82a07fd Detect rounding issues in media available_range when extracting (OTIO). 2025-07-28 11:30:57 -04:00
Jakub Trllo
4e39e86037
Add 'enabled' attribute back 2025-07-28 10:28:29 +02:00
Jakub Trllo
feece4a7c3 fix line length 2025-07-25 17:29:12 +02:00
Jakub Trllo
cdb719494e use same name for both sys module and module 2025-07-25 17:26:43 +02:00
Jakub Trllo
c398e1fca3 hash dirpath for sys modules 2025-07-25 17:26:38 +02:00
Jakub Trllo
1bdd64ae3d allow path to python file 2025-07-25 17:26:34 +02:00
Jakub Trllo
2e345fb297 warn if 'settings_category' is not filled but settings are received 2025-07-25 17:23:00 +02:00
Jakub Trllo
32ea97af45 define settings category on core plugins 2025-07-25 16:04:03 +02:00
Roy Nieterau
f857b40c60 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/add_shapefx_loki_support
# Conflicts:
#	client/ayon_core/hooks/pre_add_last_workfile_arg.py
#	client/ayon_core/hooks/pre_ocio_hook.py
#	client/ayon_core/plugins/publish/validate_file_saved.py
2025-07-25 10:09:25 +02:00
Jakub Trllo
44e6caca9a
Merge pull request #1388 from ynput/enhancement/deprecations-cleanup
Chore: Add deprecations
2025-07-24 16:18:03 +02:00
Jakub Trllo
ab60d61110 mark 'version_up_current_workfile' as deprecated 2025-07-24 15:24:31 +02:00
Jakub Trllo
28eac4b18b added HostBase validation 2025-07-24 15:24:16 +02:00
Jakub Trllo
2d341f6e55 use 'get_current_host_name' to get host name 2025-07-24 15:23:26 +02:00
Jakub Trllo
97cd8a2ec9 mark registered root as deprecated 2025-07-24 15:23:07 +02:00