Commit graph

42555 commits

Author SHA1 Message Date
Ondřej Samohel
6f1981ca96
Delete poetry.lock
Poetry lock shouldn't be tracked file to avoid conflics, it should be always recreated from dependencies defined in `pyproject.toml`
2025-04-09 11:54:25 +02:00
Mustafa Jafar
a652c0da87
Merge pull request #1141 from ynput/bugfix/1139-version_up_current_workfile-doesnt-return-the-first-workfile-name-if-there-are-no-workfiles
Host: Version up current workfile handles empty workdir
2025-04-08 17:49:34 +02:00
Jakub Trllo
12fff22ea8
Merge branch 'develop' into bugfix/1139-version_up_current_workfile-doesnt-return-the-first-workfile-name-if-there-are-no-workfiles 2025-04-08 10:35:14 +02:00
Ynbot
abbc9ffc37 [Automated] Update version in package.py for develop 2025-04-07 20:56:09 +00:00
Ynbot
76734fbbd2 [Automated] Add generated package files from main 2025-04-07 20:55:32 +00:00
Jakub Trllo
b352b40ba5
Merge pull request #1219 from ynput/enhancement/set-publish-attributes-values
Create context: Set publish attributes values
2025-04-07 22:52:29 +02:00
Roy Nieterau
87a25da86c
Merge branch 'develop' into enhancement/set-publish-attributes-values 2025-04-07 22:24:12 +02:00
Jakub Trllo
5f60d1dd28
Merge pull request #1228 from ynput/bugfix/1227-tools-thumbnails-not-available-for-artists
Tools: Change how thumbnails are received
2025-04-07 17:37:52 +02:00
Jakub Trllo
d548ebd448
Merge branch 'develop' into bugfix/1227-tools-thumbnails-not-available-for-artists 2025-04-07 17:36:59 +02:00
Jakub Trllo
abfb0aedee changed how thumbnails are received 2025-04-07 16:18:49 +02:00
Jakub Trllo
2ff6c7a674
Merge branch 'develop' into enhancement/set-publish-attributes-values 2025-04-07 15:39:35 +02:00
Jakub Trllo
a1e2efc51b
Merge pull request #1148 from ynput/feature/envs-in-roots
Chore: Environment variables in roots
2025-04-07 15:39:13 +02:00
Jakub Trllo
f450942ccd
Merge branch 'develop' into feature/envs-in-roots 2025-04-07 15:13:11 +02:00
Jakub Trllo
a810be6506 handle popped plugin values 2025-04-07 14:59:07 +02:00
Jakub Trllo
108326b9e9
Merge branch 'develop' into enhancement/set-publish-attributes-values 2025-04-07 14:53:49 +02:00
Jakub Trllo
a877961045
Merge pull request #1221 from ynput/bugfix/add-future-annotations-to-support-older-python
Fix: add python 3.7 support to loader tool again
2025-04-05 01:21:31 +02:00
Ondřej Samohel
b8a90c4336
♻️ add future annotation
because type hints are using `list`, it breaks on Python 3.7
2025-04-03 16:40:22 +02:00
Jakub Trllo
ddad178dd6
Merge pull request #1218 from ynput/enhancement/899-ay-6316_launcher-show-only-assigned-tasks
Launcher tool: Show only assigned tasks
2025-04-02 14:42:40 +02:00
Jakub Trllo
9ebd2bbc64 fix typehints for older pythons 2025-04-02 14:20:53 +02:00
Jakub Trllo
d2f03815b1
Merge branch 'develop' into enhancement/899-ay-6316_launcher-show-only-assigned-tasks 2025-04-02 14:04:00 +02:00
Jakub Trllo
009348bca9 move widgets around 2025-04-02 14:01:07 +02:00
Jakub Ježek
0d34afac0f
Merge pull request #930 from ynput/feature/AY-5235_Delivery-Farm-Publishing
Offloaded delivery processing workflow changes
2025-04-02 12:03:12 +02:00
Jakub Ježek
e53bbb08e3
Merge branch 'develop' into feature/AY-5235_Delivery-Farm-Publishing 2025-04-02 12:02:14 +02:00
Jakub Trllo
81eff5ae6f fix attribute name 2025-04-02 09:47:46 +02:00
Jakub Trllo
0bad1078ab implemented delitem too 2025-04-02 09:37:57 +02:00
Jakub Trllo
6116a27677 implemented setitem for PublishAttributes 2025-04-02 09:37:43 +02:00
Jakub Trllo
67db8e7632 implemented 'set_value' on AttributeValues 2025-04-02 09:36:55 +02:00
Jakub Trllo
60848df430 added '_update' and '_pop' helper methods 2025-04-02 09:36:38 +02:00
Jakub Trllo
9eb652bd95 add missing line 2025-04-01 17:56:52 +02:00
Jakub Trllo
ba31114aa3 move the checkbox next to project combo 2025-04-01 17:55:42 +02:00
Jakub Trllo
c4c609432b skip filtering if items that are not tasks 2025-04-01 17:15:45 +02:00
Jakub Trllo
0f974c1352 fix state change handling 2025-04-01 17:15:31 +02:00
Jakub Trllo
5c13c3ae0d
Merge branch 'develop' into feature/envs-in-roots 2025-04-01 16:08:03 +02:00
Jakub Trllo
9986e7def9 capture exception in pre launch hook 2025-04-01 16:06:48 +02:00
Jakub Trllo
345840bb1c added exception for missing environment variable 2025-04-01 16:06:37 +02:00
Jakub Trllo
9887b069ff add a warning to roots 2025-04-01 15:44:57 +02:00
Jakub Trllo
e7bae0f260 use py3 super calls 2025-04-01 12:10:15 +02:00
Jakub Trllo
d7b5e06077 basic implementation of setting filters in launcher 2025-04-01 12:10:06 +02:00
Jakub Trllo
37bf4a28c7 added method to get task and folder ids for assignees 2025-04-01 12:09:42 +02:00
Jakub Trllo
d91e6d07e2 added basic implementation of filtering by ids 2025-04-01 12:08:49 +02:00
Ynbot
19dacdc4fe [Automated] Update version in package.py for develop 2025-03-31 09:09:18 +00:00
Ynbot
92bd17cfd9 [Automated] Add generated package files from main 2025-03-31 09:08:41 +00:00
Jakub Trllo
32f2490bf5
Merge pull request #1107 from JoseCovaOS/bugfix/1106-ExtractReview_does_not_process_representations_with_uppercase_extension
Support uppercase extensions in ExtractReview plugin
2025-03-28 10:17:11 +01:00
Jakub Trllo
fa4bafb327
Merge branch 'develop' into bugfix/1106-ExtractReview_does_not_process_representations_with_uppercase_extension 2025-03-28 10:16:22 +01:00
Philippe Leprince
0d38ae7326
Merge pull request #1215 from ynput/feature/mkdocs-setup
Feature/mkdocs-setup fixes
2025-03-27 16:41:42 +01:00
Philippe Leprince
2b53a1841a some fixes
Signed-off-by: Philippe Leprince <philippe@ynput.io>
2025-03-27 16:39:29 +01:00
Roy Nieterau
c76d45929f
Merge pull request #1143 from BigRoy/enhancement/1142-attach-reviewables-to-other-instances-using-enumdef-on-attachable-integrator
Implement Integrator to allow attaching reviewables to other products easily
2025-03-27 10:55:33 +01:00
Roy Nieterau
ce9970636f Allow enabling/disabling Attach Reviewables feature 2025-03-26 17:32:15 +01:00
Roy Nieterau
1e651ece9c
Merge branch 'develop' into enhancement/1142-attach-reviewables-to-other-instances-using-enumdef-on-attachable-integrator 2025-03-26 17:07:40 +01:00
Roy Nieterau
b1fa7e5341
Merge pull request #1182 from BigRoy/enhancement/save_workfile_artist_note_input
Add "Artist Note" input field to Save Workfile prompt
2025-03-26 12:12:07 +01:00