Commit graph

1696 commits

Author SHA1 Message Date
Roy Nieterau
e27896f4bb Remove unused import 2022-03-04 15:00:17 +01:00
Roy Nieterau
10fb4f68b9
Remove log
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-03-04 14:59:29 +01:00
Roy Nieterau
882a17b04a Move update all logic to from window to view 2022-03-04 11:50:36 +01:00
Roy Nieterau
0cb74b40a3 Merge branch 'develop' of https://github.com/pypeclub/OpenPype into manager_update_all 2022-03-04 11:26:57 +01:00
Milan Kolar
171ddd6676
Update openpype/tools/mayalookassigner/widgets.py 2022-03-02 15:22:28 +01:00
Jakub Trllo
9bd774593e fix method arguments 2022-03-02 14:07:42 +01:00
Jakub Trllo
4f0001c4f3 replace usages of avalon.tools with use classes from openpype.tools 2022-03-02 13:48:47 +01:00
Jakub Trllo
b22a3c9217 import qt_app_context in utils init file 2022-03-02 12:26:55 +01:00
Jakub Trllo
d90c83a6b8 move pyblish ui logic into host_tools 2022-03-02 12:26:33 +01:00
Jakub Trllo
be1ae4a99c replace _Callback with functools.partial 2022-03-01 15:01:25 +01:00
Jakub Trllo
79c1fe2712 replace lambda with custom function callback 2022-03-01 11:04:10 +01:00
Jakub Trllo
1574a24953 fix crashed entity creation handling 2022-02-25 10:01:47 +01:00
Jakub Trllo
c7c324c4bb text change timer is singleshot 2022-02-25 10:01:16 +01:00
Jakub Trllo
8c83016910 search is not case sensitive 2022-02-25 10:01:04 +01:00
Jakub Trllo
4e9131ccd8 tray publisher can be enabled using loclal settings 2022-02-24 11:49:44 +01:00
Roy Nieterau
430f0428a2 Add tooltips 2022-02-24 10:52:15 +01:00
Roy Nieterau
0b9e669d3b Fix typos in class name and functions 2022-02-24 10:49:28 +01:00
Roy Nieterau
c5d737faad Draft implementation of Update all to latest button 2022-02-24 10:47:57 +01:00
Jakub Trllo
68cf09d61c Merge branch 'develop' into feature/OP-2267_Standalone-publisher-using-new-publisher 2022-02-24 10:38:04 +01:00
Jakub Trllo
bc86cd279c showing report does not use publishing logic 2022-02-23 18:47:09 +01:00
Milan Kolar
c0dde86027
Merge pull request #2793 from BigRoy/pyblish_pype_preserve_comment_on_reset
Pyblish Pype: Preserve comment on reset
2022-02-23 18:01:48 +01:00
Roy Nieterau
ece0d0cdcd Clear comment on reset after successful publish 2022-02-23 11:34:28 +01:00
Roy Nieterau
6ed4497444 Ensure comment content is checked after the controller reset 2022-02-23 11:33:18 +01:00
Roy Nieterau
963e50caf5 Merge branch 'pyblish_pype_preserve_comment_on_reset' of https://github.com/BigRoy/OpenPype into pyblish_pype_preserve_comment_on_reset 2022-02-23 11:29:59 +01:00
Roy Nieterau
a7f15cd21b Controller is only used when creating a new window 2022-02-23 11:29:18 +01:00
Jakub Trllo
c6df758275 fix filter bug 2022-02-22 17:18:04 +01:00
Jakub Trllo
48242818e3 fix attr name typo 2022-02-22 16:36:36 +01:00
Jakub Trllo
67d3b6cbe5 Merge branch 'develop' into feature/OP-2416_Launcher-tool-model 2022-02-22 16:31:29 +01:00
Jakub Trllo
9386c47cdc
Merge pull request #2784 from BigRoy/workfiles_fix_save_prompt_parent
Work Files: Fix parenting of save prompt QMessageBox
2022-02-22 15:45:11 +01:00
Jakub Trllo
f6e9d688c6 fix visibility of placeholder after reset 2022-02-22 15:42:02 +01:00
Roy Nieterau
bb105209e8 Revert storing of messagebox
- This is NOT done because the original crash was reproducible - but just out of pure legacy reasons for if the error might still occur. It would be worth looking into whether the crash can still be reproduced in recent Blender versions without this logic.
2022-02-22 15:28:05 +01:00
Roy Nieterau
4d44a374ae Preserve comment on reset 2022-02-22 15:15:12 +01:00
Jakub Trllo
b43b304295
Merge pull request #2699 from BigRoy/settings_search
Settings: Implementation for search in settings
2022-02-22 13:50:15 +01:00
Jakub Trllo
95650d9e65
Merge branch 'develop' into feature/show_publish_states 2022-02-22 13:22:44 +01:00
Roy Nieterau
24e22c1c59
Refactor breadcrumbs_widget -> breadcrumbs_bar
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-02-22 11:52:53 +01:00
Roy Nieterau
f576be7604 Fix parenting of save prompt QMessageBox
- Setting the windowFlags without the original messagebox.windowFlags() was the culprit as to why the messagebox previously wouldn't show when parented. Likely because then it's missing the Dialog window flag and thus would try to embed itself into the parent UI, which you then cannot exec()

(cherry picked from commit 290e2b601d0e20f4aaba356d4f053bf733de406b)
2022-02-22 11:46:19 +01:00
Jakub Trllo
b1cc2b2da4
Merge branch 'develop' into settings_search 2022-02-22 11:34:15 +01:00
Roy Nieterau
df11c4af65 Improve labels with errors + fix end of validation stage 2022-02-22 03:59:02 +01:00
Jakub Trllo
5bbfca8dc5 hound fixes 2022-02-21 19:32:03 +01:00
Jakub Trllo
70537ecfd4 moved io install into host api 2022-02-21 19:00:50 +01:00
Jakub Trllo
7b9b1ef287 added missing method to clear project cache 2022-02-21 17:43:43 +01:00
Jakub Trllo
96981a05d3 install traypublish host in tool 2022-02-21 17:24:44 +01:00
Jakub Trllo
0f3879e41c base of tray publisher tool 2022-02-21 17:03:30 +01:00
Jakub Trllo
ae4c7a3ab4 fixed few issues in publisher ui 2022-02-21 16:58:01 +01:00
Jakub Trllo
f69091bd8c enhanced report viewer 2022-02-21 16:55:24 +01:00
Jakub Trllo
42f47c868b created clickable label in utils 2022-02-21 16:51:30 +01:00
Milan Kolar
40fcfdb38b
Merge pull request #2757 from pypeclub/bugfix/context_menu_in_representation_widget 2022-02-18 15:39:38 +01:00
Ondřej Samohel
1bd39c9b2d
Merge pull request #2508 from BigRoy/maya_look_containerize_reference_only
Maya: Add only reference node to look family container like with other families
2022-02-18 13:42:13 +01:00
Milan Kolar
031b197be2
Merge pull request #2734 from BigRoy/workfiles_preserve_subversion 2022-02-18 11:56:51 +01:00
Milan Kolar
257a140c70
Merge pull request #2758 from BigRoy/pyblish_pype_install_fonts_remove_newlines 2022-02-18 11:56:02 +01:00