Commit graph

214 commits

Author SHA1 Message Date
Jakub Trllo
b0ac87b7b1 handle unused variables 2025-04-14 17:56:21 +02:00
Jakub Trllo
b403fccf05 fix new line chars 2025-04-14 17:54:45 +02:00
Jakub Trllo
cac5c13c0e
Merge branch 'develop' into enhancement/1183-ay-7278_addons-resources-directory 2025-03-24 15:02:57 +01:00
Jakub Trllo
aef050f390 added function 'get_addons_resources_dir' 2025-03-19 11:23:29 +01:00
Ondřej Samohel
d313740434
Update client/ayon_core/lib/python_module_tools.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-03-18 11:22:17 +01:00
Ondřej Samohel
fb64de8d32
♻️ make changes more backward safe 2025-03-17 15:31:39 +01:00
Ondřej Samohel
61a5246b1b
♻️ reorganize the fix 2025-03-17 15:18:34 +01:00
Roy Nieterau
00214c1def Remove python_2_comp.py (we do not support Py2 for quite some time now) 2025-03-12 21:53:13 +01:00
robin@ynput.io
df95e252fa Add SXR support for image extension. 2025-02-26 11:09:25 +01:00
Roy Nieterau
6b103eeb61
Merge branch 'develop' into enhancement/remove-acre-usage 2025-02-17 12:19:19 +01:00
Jakub Trllo
02b2279717 match typehints in arguments 2025-02-13 17:06:21 +01:00
Jakub Trllo
f28cfe4c0e modify code to be able run tests 2025-02-13 16:59:20 +01:00
Jakub Trllo
808eda5b3b
Merge branch 'develop' into enhancement/use-platformdirs 2025-02-13 16:15:54 +01:00
Jakub Trllo
4102b44815
Merge branch 'develop' into enhancement/add-placeholder-to-enum 2025-02-12 13:08:34 +01:00
Jakub Trllo
cbaefffabc multiselection EnumDef allows empty items 2025-02-11 18:55:04 +01:00
Jakub Trllo
1d7036ffed formatting fixes 2025-02-11 15:49:48 +01:00
Jakub Trllo
74443c92e7 small tweaks 2025-02-11 15:37:00 +01:00
Jakub Trllo
1d8d417e53 added acre functionality to lib functions 2025-02-11 14:53:51 +01:00
Jakub Trllo
18c1ef04e6 use platformdirs instead of appdirs 2025-02-11 11:44:03 +01:00
Jakub Trllo
88931865b3
Merge branch 'develop' into enhancement/add-placeholder-to-enum 2025-02-05 11:25:15 +01:00
Roy Nieterau
622644de9b
Merge branch 'develop' into bugfix/extract_review_windows_shell_escape_ampersnad_filepaths 2025-02-04 15:20:58 +01:00
Roy Nieterau
ed0f5c8d7f Merge escape if checks + include COMSPEC check on Windows 2025-02-04 15:20:28 +01:00
Roy Nieterau
516dd2d7ce Escape & on Windows in shell using ^& in run_subprocess 2025-02-04 15:07:05 +01:00
Jakub Trllo
cc1ec14865 fix index validation 2025-02-04 10:46:52 +01:00
Jakub Trllo
a312c46384 added placeholder to docstring 2025-01-27 17:40:14 +01:00
Jakub Trllo
3782105fc0 EnumDef allows placeholder to be set 2025-01-27 17:36:17 +01:00
robin@ynput.io
2a22bbb077 Fix Anatomy.format_all with unpadded int values. 2025-01-08 11:52:45 +01:00
Jakub Trllo
04daa9306c remove unused import 2024-12-04 16:14:59 +01:00
Jakub Trllo
a80bbfbd57 added basic typehints 2024-12-04 16:13:33 +01:00
Jakub Trllo
9bcc9b4019 fix 'realy' typo to 'really' 2024-12-04 16:08:04 +01:00
Jakub Trllo
7d001448cf Merge branch 'develop' into enhancement/AY-6086_adding-parents-to-template-keys
# Conflicts:
#	client/ayon_core/plugins/publish/collect_anatomy_instance_data.py
2024-11-29 10:51:50 +01:00
Jakub Trllo
3de2755de5 remove unrelated information from docstring 2024-11-25 10:37:18 +01:00
Jakub Trllo
d30d5b5419 fix line lengths 2024-11-25 10:37:05 +01:00
Jakub Trllo
d15148f001 support list in StringTemplate 2024-11-21 18:38:49 +01:00
Jakub Trllo
e4875cc509 fill FormattingPart init 2024-11-21 18:37:34 +01:00
Jakub Trllo
26251bb9b4 simplified parsing of template 2024-11-21 18:29:31 +01:00
Jakub Trllo
750b99a9a7
Merge branch 'develop' into bugfix/991-file-attribute-definition-can-crash-with-defined-default-value 2024-11-08 11:15:04 +01:00
Jakub Trllo
ed9b8fe430 moved TypedDict to typecheck imports 2024-11-07 10:08:04 +01:00
Jakub Trllo
07bbe08c76 remove 'Tuple' import
Looks like the import is not needed even if the typehint is used for 'EnumItemsInputType'?
2024-11-06 14:08:08 +01:00
Jakub Trllo
683bc0e39a fix import 2024-11-06 13:51:54 +01:00
Jakub Trllo
341dc04cab change formatting of docstrings 2024-11-06 12:55:59 +01:00
Jakub Trllo
b2a9277267 define 'AttrDefType' 2024-11-06 12:55:48 +01:00
Jakub Trllo
586d29f219 define 'EnumItemsInputType' for EnumDef input items 2024-11-06 12:44:32 +01:00
Jakub Trllo
443ebf8523 added most of typehints 2024-11-06 12:43:46 +01:00
Jakub Trllo
9d629eca2f added helper type definitions 2024-11-06 12:30:55 +01:00
Jakub Trllo
521d8ed9ec move register functions below classes 2024-11-06 12:28:07 +01:00
Jakub Trllo
569ce30b96 pass all required arguments to FileDefItem 2024-11-06 11:38:44 +01:00
Roy Nieterau
8c87a66cfe Remove unused import 2024-11-01 12:45:13 +01:00
Roy Nieterau
e724bc00dd
Merge branch 'develop' into chore/remove_logger_mongo_process_id 2024-11-01 12:44:15 +01:00
Roy Nieterau
a02954d908
Fix sorting
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-10-31 23:19:23 +01:00