Commit graph

19218 commits

Author SHA1 Message Date
Jakub Trllo
cfcdc80f74
Merge pull request #2672 from pypeclub/feature/OP-2416_Launcher-tool-model
Launcher: Added Launcher model with more abilities to filter
2022-02-22 17:19:20 +01:00
Jakub Trllo
c6df758275 fix filter bug 2022-02-22 17:18:04 +01:00
Jakub Trllo
8768f015d0
Merge pull request #2783 from pypeclub/bugfix/default_settings_invalid_flame_version
Flame: Fix version string in default settings
2022-02-22 17:12:45 +01:00
Jakub Ježek
2f86854516
Merge pull request #2751 from pypeclub/feature/OP-2652_flame-name-from-shot_name-segment-attribute 2022-02-22 16:55:44 +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 Jezek
d174a0ad7f
Merge branch 'develop' into feature/OP-2652_flame-name-from-shot_name-segment-attribute 2022-02-22 16:30:26 +01:00
Jakub Trllo
e3c6cb78ed
Merge pull request #2791 from pypeclub/feature/move_sync_server_module
SyncServer: Moved module one hierarchy level higher
2022-02-22 16:05:59 +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
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
Jakub Trllo
efee466761 moved sync server module one hierarchy level higher 2022-02-22 15:05:04 +01:00
Ondřej Samohel
ad6ab7934e
Merge pull request #2767 from BigRoy/hou_open_last_workfile
Houdini: Fix open last workfile
2022-02-22 14:58:04 +01:00
Ondřej Samohel
2cdbc7cd9c
Merge pull request #2780 from BigRoy/hou_remove_duplicate_validate_output_node
Houdini: Remove duplicate ValidateOutputNode plug-in
2022-02-22 14:46:55 +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
ce3d7a23a4
Merge pull request #2708 from pypeclub/feature/show_publish_states
Publish UI: Show states instead of processed plugin
2022-02-22 13:24:36 +01:00
Jakub Trllo
95650d9e65
Merge branch 'develop' into feature/show_publish_states 2022-02-22 13:22:44 +01:00
Ondřej Samohel
3bbd40eb5d
Merge pull request #2709 from BigRoy/maya_host_cleanup
Maya: Remove some unused code
2022-02-22 12:40:41 +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
Jakub Trllo
449bbe022c fix flame version string in default settings 2022-02-22 11:15:25 +01:00
Roy Nieterau
6921e3e4f9
Merge pull request #5 from pypeclub/settings_search_tweaks
Settings search tweaks
2022-02-22 11:03:58 +01:00
Petr Kalis
73d3ef1177
Merge pull request #2775 from pypeclub/feature/OP-2642_Configure-which-reviewables-are-posted-on-Slack
Slack: Added regex for filtering on subset names
2022-02-22 09:54:15 +01:00
Jakub Trllo
eb26a07a84
Merge pull request #2781 from BigRoy/show_publish_states_mod
Pyblish Pype: Improve labels with errors + fix end of validation stage
2022-02-22 09:43:13 +01:00
Ondřej Samohel
ebd2795ff5
Merge pull request #2747 from BigRoy/hou_move_save_current_file_to_extractororder
Houdini: Move Houdini Save Current File to beginning of ExtractorOrder
2022-02-22 09:34:29 +01:00
Ondřej Samohel
1d05a23b55
Merge pull request #2770 from BigRoy/hou_set_framerange
Houdini: Implement Reset Frame Range
2022-02-22 09:33:00 +01:00
Roy Nieterau
df11c4af65 Improve labels with errors + fix end of validation stage 2022-02-22 03:59:02 +01:00
Roy Nieterau
1382811bc7 Remove duplicate ValidateOutputNode code 2022-02-21 22:09:51 +01:00
Roy Nieterau
7de42ee923 Always perform scene save in Houdini on publish 2022-02-21 22:07:10 +01:00
Roy Nieterau
edbd032616 Remove unused import 2022-02-21 21:05:13 +01:00
Roy Nieterau
b52e511a6e Remove more unused code 2022-02-21 21:03:16 +01:00
Ondřej Samohel
9294a21635
Merge pull request #2759 from BigRoy/maya_fix_unique_namespace_in_namespace
Maya: Fix `unique_namespace` when in an namespace that is empty
2022-02-21 17:06:41 +01:00
Roy Nieterau
823164e6c4 Avoid on_new callback when opening a Houdini file 2022-02-21 16:29:57 +01:00
Roy Nieterau
88a6aaee70 Fix current frame not set correctly on new scene 2022-02-21 16:15:10 +01:00
Petr Kalis
9dd492ab23 OP-2642 - revert of unwanted logs 2022-02-21 16:14:34 +01:00
Petr Kalis
592cf54a97 OP-2642 - revert of unwanted logs 2022-02-21 16:13:53 +01:00
Roy Nieterau
c03f6ec0b1 Remove redundant if statement that didn't get reverted 2022-02-21 15:56:58 +01:00
Roy Nieterau
065c6a092f Revert separation of Houdini last workfile code 2022-02-21 15:56:07 +01:00
Roy Nieterau
1cfdbcb2a1 Use pythonrc.py file for Houdini start instead of 123.py/houdinicore.py 2022-02-21 15:55:32 +01:00
Petr Kalis
5b85dff95a OP-2642 - added subset filter to limit Slack notifications 2022-02-21 15:17:58 +01:00
Roy Nieterau
43010a490e Fix OpenPype not initialized on Houdini launch when opening with last workfile 2022-02-21 15:07:00 +01:00
Petr Kalis
dbcb8f63e3 OP-2642 - added subset filter to limit Slack notifications 2022-02-21 13:55:24 +01:00
Petr Kalis
6ae77d6c57
Merge pull request #2765 from Moonrock-Animation-Studio/udim-publish-fix
Avoid renaming udim indexes
2022-02-21 12:11:49 +01:00
Jakub Ježek
e4c1e0ba59
Merge pull request #2772 from pypeclub/documentation/link_fixes
Documentation/link fixes
2022-02-21 11:39:18 +01:00
murphy
e6177c5e77 missing .md
missing .md to prevent problems with "/" on the web server
2022-02-21 11:30:42 +01:00
Petr Kalis
8565a44a1a
Merge pull request #2768 from BigRoy/fix_affter_effects_typo
After Effects: Fix typo in name `afftereffects` -> `aftereffects`
2022-02-21 10:39:11 +01:00
murphy
4fe5cfc408 Merge branch 'tmp' into documentation/link_fixes 2022-02-21 10:28:03 +01:00
murphy
41d54f80c4 wrong link fix
Installation of python and pyside link broken
2022-02-21 10:27:42 +01:00
Roy Nieterau
46d3ee4ba4 Add todo 2022-02-20 23:41:18 +01:00
Roy Nieterau
e945775161 Set asset frame range on Houdini launch and for each new scene 2022-02-20 23:05:10 +01:00