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
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
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