Commit graph

1669 commits

Author SHA1 Message Date
Roy Nieterau
c5d737faad Draft implementation of Update all to latest button 2022-02-24 10:47:57 +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
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
Roy Nieterau
20f01ae321 Remove redundant new line in print output 2022-02-18 11:41:36 +01:00
Jakub Trllo
257c5e099b fix right click in representation widget 2022-02-18 10:47:30 +01:00
Roy Nieterau
de3f865d77 Fix matching in Python 2 2022-02-18 02:40:25 +01:00
Jakub Trllo
7cfbfeefa8 changed prefix 'restart' to 'reset' 2022-02-16 13:47:52 +01:00
Jakub Trllo
8deb622ae6
Merge pull request #2731 from pypeclub/bugfix/OP-2643_Loader-multiple-asset-selection-error
Loader UI: Multiple asset selection and underline colors fixed
2022-02-16 13:42:30 +01:00
Roy Nieterau
18f8741224 Add drop-down next to subversion to choose from existing subversion comments
- Also optimize parse_comment for many files
2022-02-16 13:03:01 +01:00
Roy Nieterau
f4593b860f Always match comment against current context
- Also separate matching logic so we can easily re-use for a dropdown menu of existing subversion comments next to the input field
2022-02-16 12:22:44 +01:00
Roy Nieterau
4cf9c2afce Use correct template key which can be customized 2022-02-16 11:23:55 +01:00
Jakub Trllo
2c5338af84 make sure window is visible after plugin process 2022-02-16 11:17:09 +01:00
Roy Nieterau
3c6c2d207f Preserve subversion comment with Work Files save 2022-02-16 11:06:00 +01:00
Jakub Trllo
4748e111a2 hound fixes 2022-02-16 10:40:03 +01:00
Jakub Trllo
19bfb53ad9 don't use ItemRole in loader 2022-02-16 10:38:05 +01:00
Jakub Trllo
cd6dc59f14 asset underline colors can be cleared again 2022-02-15 18:14:48 +01:00
Jakub Trllo
83b19949f9 added ability to get selected items under group item 2022-02-15 18:14:19 +01:00
Jakub Trllo
30b8908d6b fix selected items 2022-02-15 18:13:41 +01:00
Roy Nieterau
c88dec72a0 Disable add task, add asset and save button when not in a project 2022-02-15 09:33:16 +01:00
Jakub Trllo
43ea90e3a8 fix labeling of additional applications 2022-02-14 10:40:40 +01:00
Jakub Trllo
92b8a141b5 log out full exception to console 2022-02-14 10:40:24 +01:00
iLLiCiTiT
f574a81767 remove effect from label 2022-02-12 15:21:21 +01:00
iLLiCiTiT
806c417026 show publish states instead of processed plugin 2022-02-12 15:15:49 +01:00
Jakub Trllo
61b07c356d extended search dialog and handle reset and recreation of dialog model 2022-02-12 15:08:48 +01:00
Jakub Trllo
12e7f75347 renamed search.py to search_dialog.py 2022-02-12 13:30:03 +01:00
Roy Nieterau
767537ca05 Merge remote-tracking branch 'upstream/develop' into maya_look_containerize_reference_only
# Conflicts:
#	openpype/hosts/maya/plugins/load/load_look.py
2022-02-12 10:38:13 +01:00
Jakub Trllo
3d1ad12581
Merge pull request #2646 from BigRoy/pyblish_pype_update
Pyblish Pype: Improve UI updates during processing
2022-02-12 10:21:28 +01:00
Roy Nieterau
2142e5cfbe Remove unused import 2022-02-12 10:05:11 +01:00
Jakub Trllo
ab9527969b fix imports in look assigner after moving code to openpype repo 2022-02-11 17:36:36 +01:00
Roy Nieterau
4af3b1b1f9 Draft implementation for search in settings 2022-02-11 17:25:57 +01:00