Commit graph

188 commits

Author SHA1 Message Date
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
Roy Nieterau
df9821f928 Fix typo 2024-10-31 20:31:21 +01:00
Roy Nieterau
d4ace0706c Remove unused import 2024-10-31 20:30:53 +01:00
Roy Nieterau
01bd1594f5 Remove condition that was moved up 2024-10-31 20:29:31 +01:00
Roy Nieterau
300e086c8d
Update client/ayon_core/lib/log.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2024-10-31 20:28:59 +01:00
Roy Nieterau
9343e3cca9 Remove Logger.mongo_process_id 2024-10-31 20:20:27 +01:00
Roy Nieterau
9f9c03179a Fix enabled check + fix docstrings 2024-10-31 20:16:16 +01:00
Roy Nieterau
0a970abed6 Remove Python 2 code. unicode does not exist in Py3+ 2024-10-31 20:11:52 +01:00
Roy Nieterau
eb561dd371 Remove os.link compatibility for Windows. Support for Windows exists since Py 3.2
See: https://docs.python.org/3/library/os.html#os.link
2024-10-31 20:07:31 +01:00
Jakub Trllo
ea2a9e0221 fix also label clone 2024-10-28 14:56:22 +01:00
Jakub Trllo
9595d8fe91 fix serialize of regex 2024-10-27 09:39:08 +01:00
Jakub Trllo
ed36077292 added 'is_value_valid' implementation for attribute definitions 2024-10-09 15:17:16 +02:00
Jakub Trllo
87a909ae40 use py3 super 2024-10-09 14:26:17 +02:00
Jakub Trllo
5ca53978fc added missing data to serialization o textdef 2024-10-09 14:26:07 +02:00
Jakub Trllo
88e4a159ca fix clone 2024-10-09 14:25:50 +02:00
Jakub Trllo
0c801ba892 fix ui label 2024-10-09 14:25:32 +02:00
Jakub Trllo
116061aefb added option to skip def specific comparison 2024-10-09 14:25:19 +02:00
Jakub Trllo
b8bc6ec2e3 simplified comparison 2024-10-09 14:24:09 +02:00
Jakub Trllo
b2b2ae6cfe added some type hints 2024-10-09 14:24:04 +02:00
Jakub Trllo
165f6a6626 Merge branch 'develop' into enhancement/AY-2420_Callbacks-and-groups-with-Publisher-attributes
# Conflicts:
#	client/ayon_core/tools/publisher/widgets/widgets.py
2024-10-08 12:51:18 +02:00
Roy Nieterau
f27a57b7e4
Merge branch 'develop' into enhancement/attr-defs-better-arg-names 2024-10-07 17:36:16 +02:00
Jakub Trllo
585ce005f8
Merge branch 'develop' into enhancement/AY-2420_Callbacks-and-groups-with-Publisher-attributes 2024-10-03 14:27:33 +02:00
Jakub Ježek
473c4c19d9
Merge branch 'develop' into enhancement/improved_OIIO_subimages_handling 2024-10-03 12:16:05 +02:00
Jakub Trllo
febeff61e7 added option to clear callbacks 2024-10-01 15:12:18 +02:00
ReeceMulley
7d9390e9d5
improved OIIO subimages handling 2024-09-26 15:34:31 +10:00
Roy Nieterau
50428f1528 Fix delivering UDIMs using {udim} in delivery template 2024-09-23 13:55:09 +02:00
Jakub Trllo
b6392a3e42
fix comment
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2024-09-16 13:20:15 +02:00