Commit graph

67 commits

Author SHA1 Message Date
Roy Nieterau
f58994d59c Loader: Remove context argument from Loader.__init__() (#4602)
* Remove Loader `context` argument to __init__

* Add backwards compatibility for Loader.load by still setting `.fname` attr

* Refactor/remove usage of `self.fname` in loaders

* Fix some refactoring

* Fix some refactoring

* Hound

* Revert invalid refactor

* Fix refactor

* Fix playblast panel collection

* Refactor missing method

* Fix typo

* Use the correct `context`

---------

Co-authored-by: Toke Stuart Jepsen <tokejepsen@gmail.com>
Co-authored-by: Kayla Man <64118225+moonyuet@users.noreply.github.com>
Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
2023-07-11 17:48:33 +02:00
Roy Nieterau
2b23b42da6
RepairAction and SelectInvalidAction actually filter to instances that failed on the exact plugin - not on "any failure" (#5240) 2023-07-05 14:11:20 +02:00
Jakub Jezek
8b5722c0a2
export anyway 2023-06-27 11:26:44 +02:00
Jakub Jezek
31fa1a1200
clearing old code 2023-06-27 11:22:18 +02:00
Jakub Ježek
1966482407
Update openpype/hosts/resolve/api/workio.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-06-27 11:04:06 +02:00
Jakub Jezek
e81a161169
code readability 2023-06-26 17:09:33 +02:00
Jakub Jezek
117706bca4
typo 2023-06-26 17:08:17 +02:00
Jakub Jezek
bcd8aea40d
recommit after conflict merge 2023-06-26 17:08:07 +02:00
Jakub Jezek
7496a3ba6a
Merge remote-tracking branch 'origin/bugfix/OP-6103_Resolve-post-start-functionality-fixes' into bugfix/OP-6103_Resolve-post-start-functionality-fixes 2023-06-26 17:06:09 +02:00
Jakub Jezek
e83cf51da9
removing current project cashing 2023-06-26 17:04:16 +02:00
Jakub Ježek
33f2adff54
Update openpype/hosts/resolve/api/workio.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-06-26 16:58:49 +02:00
Jakub Jezek
fcde80dcc3
removed debug prints 2023-06-26 15:58:42 +02:00
Jakub Jezek
856ff06b4d
removing ambiguous project nesting 2023-06-26 15:38:50 +02:00
Jakub Jezek
baf88f1358
fixing exporting new project 2023-06-26 11:46:27 +02:00
Jakub Jezek
33f83f587d
progress of workfile save file in resolve 2023-06-23 16:26:14 +02:00
Roy Nieterau
00e89719dd Do not prompt save project when not in a project (e.g. on Resolve launch) 2023-05-26 23:23:33 +02:00
Jakub Jezek
318237ded6
breaking get_current_timeline into more functions 2023-05-25 16:38:01 +02:00
Jakub Jezek
d4212ef991
Return any timeline in case none is detected as active
also adding in host test
2023-05-24 22:04:42 +02:00
Jakub Jezek
96a4edf8cb
Resolve: fixing the issue with no active timeline
during bootstrap of loader
2023-05-23 23:02:52 +02:00
Roy Nieterau
19e56fe3fe Hound 2023-03-30 22:43:40 +02:00
Roy Nieterau
5b163fe84d
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-30 22:40:44 +02:00
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Roy Nieterau
e2902e8623 Fix #4109: Unify menu labels for "Set Frame Range" and "Set Resolution" 2023-03-11 20:49:26 +01:00
Jakub Trllo
409db0fb83 use qtpy in resolve instead of Qt.py 2022-12-21 11:48:27 +01:00
Jakub Jezek
e5a36df660
resolve: rename Inventory to Manager 2022-10-14 15:22:08 +02:00
Jakub Jezek
09b9ba8b83
resolve: removing unused code 2022-10-14 15:10:32 +02:00
Jakub Jezek
04f657327d
resolve: code improvements 2022-10-14 14:19:02 +02:00
Jakub Jezek
f152445b73
resolve: fixing in callback import 2022-10-14 12:40:00 +02:00
iLLiCiTiT
8a28b714a3 fix usage of functions from lib 2022-10-13 20:14:57 +02:00
Jakub Trllo
a3e795aa37 import setting functions from 'openpype.settings' 2022-10-04 11:51:52 +02:00
Jakub Trllo
79e6de15b5 import Logger from 'openpype.lib' instead of 'openpype.api' 2022-09-28 14:49:52 +02:00
Jakub Trllo
27517897ab use new imports of 'get_errored_plugins_from_context' and 'get_errored_instances_from_context' 2022-08-26 12:07:26 +02:00
Jakub Trllo
07d89fc23b fixed imports to use in-DCC imports from resolve.api 2022-08-11 19:01:24 +02:00
Jakub Trllo
ad8a7c86e4 use 'get_current_project_asset' in hosts 2022-07-15 15:57:01 +02:00
Jakub Jezek
bcdcf5b6af
resolve: removing small blockers 2022-07-02 22:16:58 +02:00
Jakub Trllo
228c84af83 import editorial functions from openpype.pipeline.editorial 2022-06-16 15:36:17 +02:00
Jakub Trllo
a05755e832 use schema from openpype 2022-04-13 18:10:40 +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
89bdf2965c moved AVALON_CONTAINER_ID from avalon into openpype 2022-03-18 15:54:19 +01:00
Jakub Trllo
7fa905a5e3 removed registering of inventory actions from hosts that don't have any 2022-03-18 12:30:04 +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
9c57a9e025 Merge branch 'develop' into feature/OP-2849_move-create-logic-from-avalon-to-openpype 2022-03-09 19:37:29 +01:00
Jakub Trllo
d4f177f7bc use moved create functions in hosts 2022-03-08 17:39:50 +01:00
Jakub Trllo
e48af45857 moved qargparse into openpype vendor 2022-03-07 17:22:51 +01:00
Jakub Jezek
160d3cb12d
resolve: fixing fusion module loading 2022-02-23 15:51:43 +01:00
Jakub Trllo
173551e96f
Merge pull request #2706 from BigRoy/remove_host_default_family_states
Loader: Remove default family states for hosts from code
2022-02-15 10:00:23 +01:00
Roy Nieterau
18c385e15f Remove default family states for hosts from code - as this is overridden by OpenPype settings 2022-02-12 13:35:18 +01:00
Jakub Jezek
520d7f6bab
Resolve: unification of triple dots style 2022-02-10 15:37:46 +01:00