Commit graph

43334 commits

Author SHA1 Message Date
Jakub Trllo
ab363bf77e remove typehint 2025-06-23 17:10:23 +02:00
Jakub Trllo
060fea4f78
Merge branch 'develop' into enhancement/enhance-workfile-api 2025-06-18 16:57:35 +02:00
Jakub Trllo
3e5e873ad0 added helper function to save current file with current context 2025-06-18 16:49:16 +02:00
Jakub Trllo
8b35eb3849 fix kwargs 2025-06-18 16:29:59 +02:00
Jakub Trllo
4e02667b89
Merge pull request #1330 from ynput/enhancement/944-ay-5953_pinned-projects-in-pipeline-uis
Tools: Pinned projects in pipeline UIs
2025-06-18 16:00:29 +02:00
Jakub Trllo
9d4fd70e8f
Merge branch 'develop' into enhancement/944-ay-5953_pinned-projects-in-pipeline-uis 2025-06-18 14:56:53 +02:00
Jakub Trllo
12d25d805c formatting fixes 2025-06-18 14:56:15 +02:00
Jakub Trllo
68d9fc16ad convert pinned projects to pinned set 2025-06-18 14:47:09 +02:00
Jakub Trllo
a785ea20e9 added more helper functions 2025-06-18 14:45:19 +02:00
Jakub Trllo
1d397ec977 handle text margins 2025-06-18 13:59:16 +02:00
Jakub Trllo
cc40d08112
Merge pull request #1329 from BigRoy/enhancement/extractor_ext_lookup_sets
Extractors extension lookups use `set[str]` instead of `list[str]`
2025-06-18 13:52:13 +02:00
Jakub Trllo
79553d0ce7 minor modifications of selection 2025-06-18 13:49:41 +02:00
Jakub Trllo
53803f040d launcher is using projects widget from utils 2025-06-18 13:44:04 +02:00
Jakub Trllo
7e29ac8377 implemented projects widget showing projects as list view 2025-06-18 13:42:16 +02:00
Jakub Trllo
c7131de67b implemented deselectable list view 2025-06-18 13:41:39 +02:00
Jakub Trllo
65b9107d0e return studio settings for empty project 2025-06-18 13:33:20 +02:00
Roy Nieterau
628c8025d4
Update client/ayon_core/plugins/publish/extract_review.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-06-18 11:48:27 +02:00
Roy Nieterau
009a7ec189
Merge branch 'develop' into enhancement/extractor_ext_lookup_sets 2025-06-18 09:56:18 +02:00
Roy Nieterau
48e840622d Use set[str] for lookup instead of list[str] 2025-06-18 09:54:21 +02:00
Jakub Trllo
51116bb9bc sort and show the pinned project 2025-06-18 08:57:32 +02:00
Jakub Trllo
7ce23aff07 added pinned projects to project item 2025-06-18 08:56:37 +02:00
Ondřej Samohel
8196ee2b07
Merge pull request #1147 from ynput/feature/911-new-traits-based-integrator
Integrator for Trait based representations
2025-06-17 17:21:24 +02:00
Jakub Trllo
48bc7a0769 small clarity enhancement 2025-06-17 13:53:28 +02:00
Jakub Trllo
0ae72c8e46 small enhancmement of docstring 2025-06-17 13:52:28 +02:00
Jakub Trllo
7666586017 use kwargs 2025-06-17 13:45:30 +02:00
Jakub Ježek
f0152c92ac
Merge branch 'develop' into feature/911-new-traits-based-integrator 2025-06-17 10:34:00 +02:00
Jakub Trllo
09858f61e1 added typeddict for context data 2025-06-16 14:48:37 +02:00
Jakub Trllo
34d9289f3c remove invalid returns typehints 2025-06-16 14:42:04 +02:00
Jakub Trllo
2e798f9ee2
Apply suggestions from code review
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2025-06-16 10:25:22 +02:00
Jakub Trllo
f8ff18f3a7
Merge pull request #1299 from ynput/enhancement/1295-product-base-types-feature-support
🏛️Product base types: feature support check function
2025-06-13 12:16:15 +02:00
Jakub Trllo
d4645c4dab
Merge branch 'develop' into enhancement/1295-product-base-types-feature-support 2025-06-13 11:23:00 +02:00
Jakub Trllo
b4477649b7
Merge pull request #1226 from ynput/feature/107-webactions-in-launcher-tool
Launcher tool: Use webactions
2025-06-12 15:05:13 +02:00
Jakub Trllo
2fbc0837aa
Merge branch 'develop' into feature/107-webactions-in-launcher-tool 2025-06-12 14:57:20 +02:00
Jakub Trllo
09e67612b0 moved 'calculate_full_label' to actions model 2025-06-12 14:57:05 +02:00
Jakub Trllo
1fa9bfdfe2
Merge pull request #1321 from ynput/enhancement/correct-typehint
Extract review: Correct default value and typehint
2025-06-12 14:44:31 +02:00
Jakub Trllo
8edcd1fc65 replace 'Dict' with 'dict' 2025-06-12 14:13:48 +02:00
Jakub Trllo
ef724793a7 use correct default value 2025-06-12 14:13:33 +02:00
Jakub Trllo
11aad8880c
Merge branch 'develop' into feature/107-webactions-in-launcher-tool 2025-06-12 14:04:04 +02:00
Jakub Trllo
d5a52bfa7e remove unused import 2025-06-12 13:45:13 +02:00
Jakub Trllo
ad317ca30a get rid of 'to_data' and 'from_data' 2025-06-12 13:43:37 +02:00
Jakub Trllo
ea585ba57c
Better docstring
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2025-06-12 12:16:55 +02:00
Jakub Trllo
e3114d85b8
Apply suggestions from code review
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2025-06-12 11:46:05 +02:00
Jakub Trllo
0bf1e9a934
add indentation
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2025-06-12 11:42:21 +02:00
Jakub Trllo
7ad16ebdde
Merge pull request #1317 from tanh609/develop
Scene inventory tool: Update error more visible
2025-06-12 11:01:27 +02:00
Roy Nieterau
d25d558ad0
Merge branch 'develop' into develop 2025-06-12 10:32:41 +02:00
Roy Nieterau
489c41bf32
Update client/ayon_core/tools/sceneinventory/view.py 2025-06-12 10:31:36 +02:00
Roy Nieterau
c1b92cc9bd
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-06-12 10:31:11 +02:00
Jakub Trllo
2df8e954ac
Merge pull request #1319 from BigRoy/enhancement/extract_review_use_dataclass_for_tempdata
Extract Review: Use data class for temp data to get some type hints
2025-06-12 09:15:18 +02:00
Roy Nieterau
f42551156f
Merge branch 'develop' into enhancement/extract_review_use_dataclass_for_tempdata 2025-06-11 20:40:28 +02:00
Roy Nieterau
c74fbc2aff Use data class for TempData to get some type hints 2025-06-11 20:38:03 +02:00