Commit graph

2829 commits

Author SHA1 Message Date
Roy Nieterau
21d9c3c96d Grammar 2024-06-25 16:06:06 +02:00
Roy Nieterau
987d358a9a Fix more typos 2024-06-25 16:05:36 +02:00
Roy Nieterau
463b37d5a7 Remove usage of Union in favor of Optional.
This could also be `dict[str, Any] | None` but my IDE still displayed that as `Optional[dict[str, Any]]` so I guess this is just as fine.
2024-06-25 16:04:19 +02:00
Roy Nieterau
37d88559a9 Cosmetic 2024-06-25 16:02:01 +02:00
Roy Nieterau
3c23524944 Also use Py3.9+ list type hint but ensure backwards compatibility by putting into a string 2024-06-25 15:58:28 +02:00
Roy Nieterau
4ecbccbcfa Make dict type hint lowercase throughout the file 2024-06-25 15:56:34 +02:00
Roy Nieterau
cc8ec32831 Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/create_context_typing 2024-06-25 15:51:19 +02:00
Roy Nieterau
c192d1cebe Merge branch 'enhancement/creator_plugins_fix_typing' into enhancement/create_context_typing
# Conflicts:
#	client/ayon_core/pipeline/create/creator_plugins.py
2024-06-25 15:51:08 +02:00
Roy Nieterau
2383274cbc Add type hint 2024-06-25 10:27:04 +02:00
Roy Nieterau
9486ab5ec4 Fix grammar 2024-06-25 10:23:34 +02:00
Roy Nieterau
739bd21642 Fix typo removement -> removal 2024-06-25 10:23:11 +02:00
Roy Nieterau
6eeb0495ec Update List to list type hints (newer style) 2024-06-25 10:22:43 +02:00
Roy Nieterau
7d9d9a5218 Fix imports for type hints 2024-06-25 10:21:53 +02:00
Roy Nieterau
20aa98912c Fix docstring argument 2024-06-25 10:19:09 +02:00
Jakub Trllo
403442b281 fix color of loaded version 2024-06-24 18:20:40 +02:00
Jakub Trllo
47fafbdc05 fix logic of action discovery 2024-06-24 18:15:04 +02:00
Jakub Trllo
b710af2662 removed 'Literal' 2024-06-24 18:00:54 +02:00
Jakub Trllo
db3f5c60c6 implemented logic to update to latest approved 2024-06-24 17:38:18 +02:00
Jakub Trllo
14fc4ae187 added 'is_last_approved' attribute to 'VersionItem' 2024-06-24 17:32:21 +02:00
Jakub Trllo
386a627abe Added helper classes and hints for state 2024-06-24 17:31:58 +02:00
Jakub Trllo
34bdab72ee Don't use six to define ABC class 2024-06-24 17:29:16 +02:00
Kayla Man
e037e8c8d4 fix the TypeError found in the scriptmenu when launching maya 2025 2024-06-19 16:43:12 +08:00
Jakub Trllo
e5cc5de191 bump version to '0.4.1-dev.1' 2024-06-18 16:00:22 +02:00
Jakub Trllo
e646d2d33e bump version to '0.4.0' 2024-06-18 15:59:29 +02:00
Jakub Trllo
d3f03fc03d
Merge branch 'develop' into bugfix/workfiles-tasks-selection 2024-06-18 13:19:55 +02:00
Jakub Trllo
9d8a8a9891 remove unnecessary line 2024-06-18 12:12:03 +02:00
Jakub Trllo
59e49182be capture errors and add basic handle of the crash 2024-06-18 12:02:22 +02:00
Jakub Trllo
2322d0f2ad safe access to shortName on folder type 2024-06-18 12:01:51 +02:00
Jakub Trllo
37df893005
Merge branch 'develop' into bugfix/workfiles-tasks-selection 2024-06-18 11:07:20 +02:00
Jakub Trllo
565188e772 fix deprecated import in loader tool 2024-06-17 18:38:21 +02:00
Jakub Trllo
50b4779ad3 wait for refresh to finish 2024-06-17 15:15:41 +02:00
Jakub Trllo
8166e4b823 pass in sender 2024-06-17 15:15:28 +02:00
Jakub Trllo
085f74664d
Merge branch 'develop' into feature/material-symbols-in-uis 2024-06-17 14:53:21 +02:00
Jakub Trllo
e0b5b87b4c fix receiving data from model 2024-06-17 14:12:38 +02:00
Jakub Trllo
7c88ac7dc3 use height of font to determine icon size 2024-06-17 12:25:29 +02:00
Jakub Trllo
03db98969d
Merge branch 'develop' into feature/material-symbols-in-uis 2024-06-17 11:50:53 +02:00
Jakub Trllo
0a98241e0e
Merge branch 'develop' into enhancement/applications-addon-decouple 2024-06-14 15:51:42 +02:00
Jakub Trllo
6461d1ba4f
Merge branch 'develop' into enhancement/set-version-works-for-all-selection 2024-06-14 13:40:26 +02:00
Jakub Ježek
a7dc724639
Merge branch 'develop' into bugfix/remove-addon-from-python-path-on-update 2024-06-14 12:50:36 +02:00
Jakub Trllo
6ef2618695
Merge branch 'develop' into feature/material-symbols-in-uis 2024-06-14 11:35:29 +02:00
Jakub Trllo
d59ea421a0 set version dialog can change version for whole selection 2024-06-14 11:32:29 +02:00
Jakub Jezek
7e7995baf9
Merge branch 'develop' into feature/AY-742_copy-to-breakdown-project 2024-06-14 11:18:41 +02:00
Jakub Trllo
577a6873fc
Merge branch 'develop' into bugfix/workfiles-tool-shows-users-for-artists 2024-06-14 10:29:11 +02:00
Jakub Trllo
ad23386d18 fix create new workfile 2024-06-13 17:16:15 +02:00
Jakub Trllo
43713d7ac0 define id of workfile entity for updates 2024-06-13 17:16:08 +02:00
Jakub Trllo
eb124b54ad use task name as source of truth from ui 2024-06-13 17:01:46 +02:00
Jakub Trllo
0f350d3704 try to auto-fix shell true 2024-06-12 19:01:23 +02:00
Jakub Trllo
21d8dbe96e
Merge branch 'develop' into bugfix/workfiles-tool-shows-users-for-artists 2024-06-12 16:55:09 +02:00
Jakub Trllo
a5ba2ce5c8
fix cache invalidation
Co-authored-by: Fabià Serra Arrizabalaga <fabia.serra92@gmail.com>
2024-06-12 16:47:29 +02:00
Jakub Trllo
730dc246eb
Merge branch 'develop' into enhancement/hero-version-is-smaller 2024-06-12 16:19:54 +02:00