Commit graph

5524 commits

Author SHA1 Message Date
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
8ef42603b0
Merge branch 'develop' into enhancement/add_shapefx_loki_support 2025-07-30 10:52:00 +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@ynput.io
522b657769 Merge branch 'develop' into bugfix/detect_rounding_available_range 2025-07-29 09:26:14 -04: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
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
Jakub Trllo
7f4f7be8b3 use anatomy if roots are not filled 2025-07-24 15:22:51 +02:00
Jakub Trllo
3cba26a85f moved 'get_current_project_settings' to pipeline context tools 2025-07-24 15:21:19 +02:00
Ynbot
34d2c6e6e1 [Automated] Update version in package.py for develop 2025-07-24 12:06:16 +00:00
Ynbot
39c72809b9 [Automated] Add generated package files from main 2025-07-24 12:05:37 +00:00
Jakub Trllo
b6a360bb8d
Merge branch 'develop' into enhancement/version_up_current_workfile_use_workfiles_api 2025-07-24 14:02:21 +02:00
Roy Nieterau
2d3259aac6 Import from a level up 2025-07-24 13:36:14 +02:00
Roy Nieterau
351167a8d6 Remove unused imports 2025-07-24 13:33:35 +02:00
Roy Nieterau
27d7523f7b
Merge branch 'develop' into enhancement/version_up_current_workfile_use_workfiles_api 2025-07-24 13:27:57 +02:00
Jakub Trllo
9c4211b218
Merge branch 'develop' into enhancement/webactions-settings-variant 2025-07-24 13:03:38 +02:00
Jakub Trllo
f7b4aca461
Merge branch 'develop' into enhancement/save-next-version-reuse-comment 2025-07-24 12:41:07 +02:00
Jakub Trllo
a4ec6c4a77
Remove redundant default value
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2025-07-24 12:40:59 +02:00
Jakub Trllo
4204de3ab2 pass variant to actions list 2025-07-24 12:34:53 +02:00
Jakub Trllo
583dae949d strip dot of extension 2025-07-24 11:57:25 +02:00
Jakub Trllo
15854f0706 revert some of the logic 2025-07-24 11:49:00 +02:00
Jakub Trllo
4b5431f267 added helper functions to workfile __init__.py 2025-07-24 11:07:09 +02:00
Jakub Trllo
eea1f4cb6a re-use comment from current file 2025-07-24 11:05:41 +02:00
Jakub Trllo
50e6c541f9 reuse comment from last workfile 2025-07-24 10:59:34 +02:00
Roy Nieterau
3941040d23
Update client/ayon_core/plugins/publish/collect_scene_loaded_versions.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-07-23 12:22:28 +02:00
Roy Nieterau
6d0ef135cc
Merge branch 'develop' into 1379-use-iloadhost-methods-in-collectsceneloadedversions 2025-07-23 11:48:31 +02:00
Roy Nieterau
6548330549 Reformat code 2025-07-23 11:47:38 +02:00
Roy Nieterau
ecd3538dfd
Update client/ayon_core/plugins/publish/collect_scene_loaded_versions.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-07-23 11:46:52 +02:00
Roy Nieterau
7a40e3389f
Merge branch 'develop' into enhancement/do_not_use_deprecated_log_warn 2025-07-23 11:40:47 +02:00
Roy Nieterau
6def9655f0 Do not use deprecated Logger.warn, use Logger.warning instead 2025-07-23 11:39:08 +02:00