Commit graph

40 commits

Author SHA1 Message Date
Jakub Trllo
576ac94e31
Remove semicolon 2023-10-26 19:12:15 +02:00
Jakub Trllo
bbfff158b0 it is possible to define key of label to differentiate 2023-10-26 19:08:25 +02:00
Jakub Trllo
8a9a1e66f3 comparison of UILabelDef is comparing label value 2023-10-26 19:08:08 +02:00
Jakub Trllo
6b1d060a81 updated docstring 2023-09-04 11:00:00 +02:00
Jakub Trllo
34d7a4f477
removed unnecessary line
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-09-01 17:24:01 +02:00
Jakub Trllo
cbc622c46f update docstrings 2023-08-31 11:23:38 +02:00
iLLiCiTiT
7ebec6b8bc simplified few lines 2023-08-30 22:55:44 +02:00
iLLiCiTiT
9e19f2f8ca implemented multiselection EnumDef 2023-08-30 22:09:33 +02:00
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Jakub Trllo
0d527a477b fix super call 2023-01-30 12:07:24 +01:00
Jakub Trllo
5d9e7cf52d fix formatting 2023-01-27 17:21:28 +01:00
Jakub Trllo
d48b73ed61 fix typo 'AbtractAttrDef' to 'AbstractAttrDef' 2023-01-27 16:28:00 +01:00
Jakub Trllo
36df58aba1 added more conditions for comparison 2023-01-27 15:47:30 +01:00
Jakub Trllo
06222e727b implemented "not equal" method for attribute definitions (Py2 comp) 2023-01-27 15:46:57 +01:00
Jakub Trllo
9741104d09 change comment 2023-01-17 13:56:33 +01:00
Jakub Trllo
397acd4164 better validation of "value" key 2023-01-17 13:55:57 +01:00
Jakub Trllo
15ee2a79bc keep backwards compatibility 2023-01-09 15:25:59 +01:00
Jakub Trllo
ead387c5ff added more validations 2023-01-09 15:24:29 +01:00
Jakub Trllo
6cf511c767 EnumDef has explicit definitions of items 2023-01-09 15:16:34 +01:00
Jakub Trllo
6abfa14e01 added special definition for hidden values 2022-11-21 19:16:02 +01:00
Jakub Trllo
e24c2f853b attribute definitions can be hidden and disabled 2022-11-21 19:15:34 +01:00
Jakub Trllo
20ea1c8212 ignore case sensitivity of extension in files widget 2022-11-14 18:27:11 +01:00
Jakub Trllo
990647ef4f 'AbtractAttrDef' inherit from 'object' 2022-11-01 14:36:19 +01:00
Jakub Trllo
ac40610630 added helper functions to serialize and deserialize attribute definitions 2022-10-07 16:35:07 +02:00
Jakub Trllo
bc39b99270 attribute definitions can be serialized and deserialized 2022-10-07 16:34:50 +02:00
Jakub Trllo
06e1cf0b0f attribute definitions now have types 2022-10-07 16:34:27 +02:00
Jakub Trllo
00995475d9 added function to get default values of attribute definitions 2022-09-23 13:23:32 +02:00
Jakub Trllo
d5346a14d9 implemented helper functions to receive placeholder option keys 2022-09-09 12:28:32 +02:00
Jakub Trllo
7729d53921 files item can have custom extensions label 2022-07-14 14:34:50 +02:00
Jakub Trllo
b17d9d2349 fixed empty files def 2022-05-03 15:22:32 +02:00
Jakub Trllo
7924affca5 make FileDef with vertical label as default 2022-04-29 14:45:55 +02:00
Jakub Trllo
0c64319046 disable files widget abilities on multivalue 2022-04-27 10:49:17 +02:00
Jakub Trllo
52fd938b5a hound fixes 2022-04-26 17:20:16 +02:00
Jakub Trllo
342fda6315 fixed splitting of sequence 2022-04-26 15:49:22 +02:00
Jakub Trllo
911163756e simplified allow sequence 2022-04-26 13:35:53 +02:00
Jakub Trllo
2efd8b774c changed multi item to single item 2022-04-25 15:24:37 +02:00
Jakub Trllo
ed98bbcd32 changed how files widget works with extensions and handle file items 2022-04-25 14:54:19 +02:00
Jakub Trllo
a7b3a85712 added sequence handling to files widget 2022-04-25 11:55:34 +02:00
Jakub Trllo
7965001b16 added first idea of FileDefItem for FileDef 2022-04-22 18:51:08 +02:00
Jakub Trllo
970d076811 moved attribute definitions to openpype/lib 2022-03-22 18:18:02 +01:00
Renamed from openpype/pipeline/lib/attribute_definitions.py (Browse further)