Commit graph

70 commits

Author SHA1 Message Date
Roy Nieterau
6d6348f28a Fix logging handler to still print logs correctly when original "comp" is closed 2022-09-28 16:24:10 +02:00
Roy Nieterau
b62d12779a Clean up docstring 2022-09-20 20:17:52 +02:00
Roy Nieterau
3c134ec011 Remove redundant saying "installed" even though it's midway during install + fix comment 2022-09-20 20:05:15 +02:00
Roy Nieterau
6bcb9dd247 Remove get_additional_data
OpenPype manager/containers don't use it so it's redundant in the code base.
2022-09-20 20:01:53 +02:00
Roy Nieterau
15610328be Get current comp once and as early as possible 2022-09-20 19:46:13 +02:00
Roy Nieterau
1ce7e697ec Remove "Clicked {button}" print statements
- UIs have pretty much no delays so no need to print
2022-09-20 19:43:56 +02:00
Roy Nieterau
a8d90473b8 Remove redundant Spacer widget and use QVBoxLayout.addSpacing 2022-09-20 19:42:21 +02:00
Roy Nieterau
64ef00b564 Set OpenPype icon for menu
(cherry picked from commit c902d7b8130ae21b1808e54643b1de59a54f5c43)
2022-09-20 19:39:29 +02:00
Roy Nieterau
794e8a9b85 Shush hound 2022-09-20 08:35:23 +02:00
Roy Nieterau
4c884ed2bc Add a pop-up about invalid comp configuration 2022-09-20 02:08:09 +02:00
Roy Nieterau
2df5d871f1 Remove before save callback since it runs BEFORE the task change making it unusable for these particular validations 2022-09-20 02:07:30 +02:00
Roy Nieterau
1013a29351 Remove double space 2022-09-20 01:41:04 +02:00
Roy Nieterau
fb940c5da0 Don't error if "show" is clicked but comp is closed already 2022-09-20 01:39:42 +02:00
Roy Nieterau
15c3b06828 Add validate comp prefs on scene before save and after scene open 2022-09-20 01:36:31 +02:00
Roy Nieterau
9dda39a3e7 Remove unused imports 2022-09-20 01:29:24 +02:00
Roy Nieterau
30ee358fc1 Move get_current_comp and comp_lock_and_undo_chunk to lib
+ fix import of host tools
2022-09-20 01:29:01 +02:00
Roy Nieterau
23b6a35266 Add after open callback to show popup about outdated containers 2022-09-20 01:26:20 +02:00
Roy Nieterau
1f035a1eee Store link to menu so we can get access to it elsewhere 2022-09-20 01:24:24 +02:00
Roy Nieterau
c725c6affb Tweak docstrings 2022-09-19 18:12:41 +02:00
Roy Nieterau
830ccf0438 Clarify function names 2022-09-19 18:04:58 +02:00
Roy Nieterau
4154f76830 Implement Set Asset Resolution 2022-09-19 18:03:06 +02:00
Roy Nieterau
c965b35549 Fix typo 2022-09-19 15:55:10 +02:00
Roy Nieterau
839ded23ba Make handle_start and handle_end more explicit arguments 2022-09-16 00:35:37 +02:00
Roy Nieterau
618e6267b4 Allow to minimize the menu so it doesn't always have to stay on top 2022-09-15 23:43:42 +02:00
Roy Nieterau
df370e5d3c Refactor to match with API changes of OpenPype 2022-09-15 23:43:09 +02:00
Roy Nieterau
1a1c9f3014 Merge remote-tracking branch 'upstream/develop' into fusion_integration_v2
# Conflicts:
#	openpype/hosts/fusion/__init__.py
#	openpype/hosts/fusion/deploy/MenuScripts/openpype_menu.py
#	openpype/hosts/fusion/scripts/fusion_switch_shot.py
2022-09-13 23:26:24 +02:00
Jakub Trllo
cf50d1dd1f reuse 'FUSION_HOST_DIR' from fusion public api 2022-08-25 15:40:56 +02:00
Jakub Trllo
3ea7510693 removed usage of HOST_WORKFILE_EXTENSIONS 2022-08-25 15:40:40 +02:00
Jakub Trllo
08efc477ca small tweaks in usage of Logger 2022-08-24 16:21:04 +02:00
Jakub Trllo
2fd9063de4 use query functions in fusion 2022-06-21 11:20:09 +02:00
Roy Nieterau
c608eeb262 Remove remaining imports from avalon 2022-05-02 21:35:09 +02:00
Jakub Trllo
93fa04e1da replaced avalon imports in fusion 2022-04-14 11:58:19 +02:00
Roy Nieterau
0e9dd34b3d Fix code 2022-03-30 21:32:51 +02:00
Roy Nieterau
84ab53664f Take the interval variable into the run thread - not sure if really better 2022-03-30 16:11:35 +02:00
Roy Nieterau
53382a1960 Draft implementation of Fusion heartbeat/pulse so UI closes after Fusion is closed 2022-03-30 16:02:43 +02:00
Roy Nieterau
2d4061771d Shut down fusionscript process when OpenPype menu gets closed along with other Qt windows 2022-03-30 14:45:11 +02:00
Roy Nieterau
56892878c9 Cosmetics 2022-03-30 12:21:58 +02:00
Roy Nieterau
0941c186df Use new OpenPype Event System implemented with #2846 2022-03-29 19:44:42 +02:00
Roy Nieterau
9bb5626224 Merge remote-tracking branch 'upstream/develop' into fusion_integration_v2 2022-03-29 19:43:02 +02:00
Jakub Trllo
77e2f6eb8d use create register/discover functions in code 2022-03-23 15:11:43 +01:00
Jakub Trllo
ac6182c792 Merge branch 'develop' into enhancement/OP-2925_move-remaining-plugins 2022-03-22 16:14:22 +01:00
Jakub Trllo
93eca512b8 use ObjectId imported from bson instead of avalon.io 2022-03-18 16:23:00 +01:00
Jakub Trllo
e323429ab4 moved host workfile extensions 2022-03-18 16:08:15 +01:00
Jakub Trllo
89bdf2965c moved AVALON_CONTAINER_ID from avalon into openpype 2022-03-18 15:54:19 +01:00
Jakub Trllo
0710540aa4 changed imports of moved plugins/actions 2022-03-18 13:17:19 +01:00
Roy Nieterau
4c81d1d0b2 Merge remote-tracking branch 'upstream/develop' into fusion_integration_v2
# Conflicts:
#	openpype/scripts/fusion_switch_shot.py
2022-03-17 12:20:05 +01:00
Jakub Trllo
4f7d99babe remove plural from de/register_loader_plugins_path 2022-03-15 14:15:35 +01:00
Jakub Trllo
c5ac2290f6 use moved functions in hosts and tools 2022-03-14 11:36:17 +01:00
Jakub Trllo
d4f177f7bc use moved create functions in hosts 2022-03-08 17:39:50 +01:00
Roy Nieterau
2f9eb8fa64 Fix on_pyblish_instance_toggled arguments 2022-02-22 21:32:07 +01:00