Commit graph

42487 commits

Author SHA1 Message Date
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
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
Roy Nieterau
8c919be068
Update client/ayon_core/tools/workfiles/widgets/save_as_dialog.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-03-26 12:10:59 +01:00
Roy Nieterau
f5d90a4d2b
Merge branch 'develop' into enhancement/save_workfile_artist_note_input 2025-03-26 11:25:10 +01:00
Jakub Trllo
a7752a28bd
Merge pull request #1212 from BigRoy/enhancement/launcher_project_filter_not_case_sensitive
Launcher: Make project filter field case insensitive
2025-03-26 10:10:20 +01:00
Roy Nieterau
04e91389e1 Make launcher project filter field case insensitive 2025-03-25 22:55:11 +01:00
Philippe Leprince
a9f6b39de3 automated mkdocs setup
Signed-off-by: Philippe Leprince <philippe@ynput.io>
2025-03-25 18:12:36 +01:00
Roy Nieterau
f0a49502aa
Merge branch 'develop' into enhancement/save_workfile_artist_note_input 2025-03-25 10:35:03 +01:00
Jakub Trllo
9344ac84b0
Merge pull request #1211 from ynput/bugfix/ceil-height
Utils widgets: Ceil height of 'ExpandingTextEdit'
2025-03-24 16:08:29 +01:00
Jakub Trllo
24ffa07413
Merge branch 'develop' into bugfix/ceil-height 2025-03-24 16:07:01 +01:00
Jakub Trllo
fd4e5f58d4 change where the ceil happens 2025-03-24 16:06:14 +01:00
Jakub Trllo
9e58ec305d
Merge pull request #1204 from ynput/enhancement/1183-ay-7278_addons-resources-directory
Chore: Function to get addons resources directory
2025-03-24 15:06:59 +01:00
Jakub Trllo
cac5c13c0e
Merge branch 'develop' into enhancement/1183-ay-7278_addons-resources-directory 2025-03-24 15:02:57 +01:00
Jakub Trllo
e56c71d3ea ceil height of 'ExpandingTextEdit' 2025-03-24 14:51:07 +01:00
Roy Nieterau
d63d3d62df
Merge branch 'develop' into enhancement/1142-attach-reviewables-to-other-instances-using-enumdef-on-attachable-integrator 2025-03-24 11:44:08 +01:00
Ondřej Samohel
3d9fa01058
Merge pull request #1201 from ynput/bugfix/fix-publish-plugin-loading2
Fix publish plugin discovery
2025-03-21 17:24:24 +01:00
Ondřej Samohel
86a7182e62
Merge branch 'develop' into bugfix/fix-publish-plugin-loading2 2025-03-21 14:44:17 +01:00
Jakub Trllo
03712b56d9
Merge pull request #1192 from ynput/enhancement/1186-create-context-collect-attribute-definitions-when-all-instances-are-collected
Create context: Do not trigger publish attributes collection after each add bulk
2025-03-19 12:16:11 +01:00
Jakub Trllo
4dd4dbb17b
Merge branch 'develop' into enhancement/1186-create-context-collect-attribute-definitions-when-all-instances-are-collected 2025-03-19 11:49:59 +01:00
Jakub Trllo
aef050f390 added function 'get_addons_resources_dir' 2025-03-19 11:23:29 +01:00
Ondřej Samohel
6c07a4e6a3
Merge branch 'develop' into bugfix/1106-ExtractReview_does_not_process_representations_with_uppercase_extension 2025-03-18 15:32:59 +01:00
Ondřej Samohel
44e32c5bfe
Update client/ayon_core/pipeline/publish/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-03-18 11:22:24 +01:00
Ondřej Samohel
d313740434
Update client/ayon_core/lib/python_module_tools.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2025-03-18 11:22:17 +01:00
Ondřej Samohel
fb64de8d32
♻️ make changes more backward safe 2025-03-17 15:31:39 +01:00
Ondřej Samohel
61a5246b1b
♻️ reorganize the fix 2025-03-17 15:18:34 +01:00
Ondřej Samohel
b72a1e1d28
🐛 fix publish plugin discovery
and some typos and unused imports along the way
2025-03-17 14:19:18 +01:00
Mustafa Jafar
f54096a56a
Merge pull request #1169 from BigRoy/enhancement/project_root_folders_support_list_of_str_for_leaf_folders
Create Project Folder Structure: support list of str for leaf folders
2025-03-14 14:44:26 +02:00
Mustafa Jafar
618539c807
Merge branch 'develop' into enhancement/project_root_folders_support_list_of_str_for_leaf_folders 2025-03-14 14:42:57 +02:00
Ynbot
7c4fb2d2e2 [Automated] Update version in package.py for develop 2025-03-13 16:07:28 +00:00
Ynbot
4a7f79a7ba [Automated] Add generated package files from main 2025-03-13 16:06:47 +00:00
Jakub Trllo
b98722a06f
Merge pull request #1196 from ynput/bugfix/aovs-frames-fix
Publish: Render frames calculation fix
2025-03-13 17:04:24 +01:00
Jakub Trllo
60c9229f41 use differnt varible name for aov frames 2025-03-13 16:47:08 +01:00
Jakub Trllo
9d68669b6a do not trigger publish attributes collection after each add bulk, but when it finishes 2025-03-13 12:40:36 +01:00
Jakub Trllo
d98dcb6242
Merge pull request #1187 from BigRoy/enhancement/loader_plugin_remove_invalid_docstring
LoaderPlugin: Update docstring (takes no arguments on initialization) - cosmetics
2025-03-13 11:05:20 +01:00
Jakub Trllo
8d562dc940
Merge branch 'develop' into enhancement/loader_plugin_remove_invalid_docstring 2025-03-13 10:55:01 +01:00