Commit graph

36 commits

Author SHA1 Message Date
Jakub Trllo
882e00baef use Logger instead of PypeLogger 2022-08-24 15:52:47 +02:00
Jakub Trllo
ecbf5d859b removed env group ogic from entities 2022-04-20 14:19:03 +02:00
Jakub Trllo
1a01be7ec0 added option to not log invalid types in base class 2022-03-28 11:06:50 +02:00
Jakub Trllo
d14d9eecc8 added simple tooltips for settings entities 2022-03-17 12:44:30 +01:00
Roy Nieterau
f9209be519 Refactor overriden -> overridden + hightlight -> highlight 2022-01-30 23:05:17 +01:00
iLLiCiTiT
247c931c0f Merge branch 'develop' into enhancement/OP-2075_version-handling 2022-01-04 16:53:23 +01:00
iLLiCiTiT
16ae291386 adde abstract method to be able know if entity has children by a path key 2021-12-16 15:46:45 +01:00
iLLiCiTiT
ccce04309b renamed exception BaseInvalidValueType to BaseInvalidValue 2021-12-08 17:26:33 +01:00
iLLiCiTiT
f26d16f4fe fixed typo '_item_initalization' to '_item_initialization' 2021-10-27 17:34:50 +02:00
iLLiCiTiT
cad4d3987d Merge branch 'develop' into feature/module_settings 2021-08-24 15:11:15 +02:00
iLLiCiTiT
91eaa205ce added ability to collect static entities by path 2021-08-12 12:33:15 +02:00
iLLiCiTiT
cf9114b0f1 added schema validation of dynamic schemas 2021-08-10 12:23:57 +02:00
iLLiCiTiT
f65dee0a0e added method which collects dynamic schema entities 2021-08-10 12:22:53 +02:00
iLLiCiTiT
5541b3fd0c added few conditions so it is possbile to load dynamic schemas 2021-08-10 12:16:57 +02:00
iLLiCiTiT
f38c7a462e added few attributes for dynamic schemas 2021-08-10 12:15:21 +02:00
iLLiCiTiT
5099f5f853 small condition modifications 2021-08-10 10:33:28 +02:00
iLLiCiTiT
7337c0c199 Merge branch 'develop' into feature/settings_conditional_dict 2021-06-30 12:03:01 +02:00
iLLiCiTiT
504fa3b1b5 Merge branch 'develop' into feature/settings_schema_wihtout_prefill 2021-06-29 17:14:28 +02:00
iLLiCiTiT
672ee1d98d store ignore_missing_defaults and reuse it on callbacks 2021-06-29 16:57:01 +02:00
iLLiCiTiT
d58c8f1a11 added argument ignore_missing_defaults to set_override_state method 2021-06-29 12:46:10 +02:00
iLLiCiTiT
81bebe03c6 implemented root_key propery for rest of entities 2021-06-25 14:52:16 +02:00
iLLiCiTiT
251d3add01 added root_key as abstract property to BaseEntity 2021-06-25 14:51:47 +02:00
iLLiCiTiT
d02e6eda74 gave access to event hub for all entities 2021-06-24 10:22:39 +02:00
Milan Kolar
194c81b0dc
Merge pull request #1550 from pypeclub/feature/910-ask-user-to-restart-after-changing-global-environments-in-settings 2021-05-27 21:05:50 +02:00
iLLiCiTiT
1c6d0dd804 renamed previous require_restart to require_restart_on_change 2021-05-27 13:26:35 +02:00
iLLiCiTiT
bce80e5fc8 require_restart says if entity requires restart 2021-05-27 13:25:26 +02:00
iLLiCiTiT
0a88d110b7 fixed inheritance of require_restart attribute 2021-05-27 13:11:21 +02:00
iLLiCiTiT
a18aa04bf6 added schema validation for specific values 2021-05-26 20:23:37 +02:00
iLLiCiTiT
bbb2e1562a entity knows if should openpype requires restart 2021-05-26 20:23:24 +02:00
Milan Kolar
20615721da
Merge pull request #1542 from pypeclub/feature/color_entity 2021-05-24 08:29:34 +02:00
iLLiCiTiT
e9a38a5f53 created base of InvalidValueType (BaseInvalidValueType) to be able pass reason directly 2021-05-19 17:23:13 +02:00
iLLiCiTiT
190e778e06 added validation of is_file attribute 2021-05-19 11:15:39 +02:00
iLLiCiTiT
94b9d6f43b check if group_item is None instead of expecting right boolean 2021-05-04 22:16:14 +02:00
iLLiCiTiT
96744b85ce added can_trigger properties which says if action can be initialized on entity 2021-05-04 10:18:58 +02:00
iLLiCiTiT
6d142109dc can properties are private and don't care about dynamic item property 2021-05-04 10:18:25 +02:00
Milan Kolar
8432e94615 rename folder 2021-04-01 18:54:46 +02:00
Renamed from pype/settings/entities/base_entity.py (Browse further)