Commit graph

23 commits

Author SHA1 Message Date
Jakub Trllo
9e5720953f fix loader filepath access 2023-07-11 18:13:51 +02:00
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
Ember Light
e178244d46
Fusion - Loader plugins updates (#4920)
* Added get_bmd_library to acces BMD's internal python library

* Added the option to import image and online families. + black formatted

* Added workfile loader

To import the content of another workfile into your current comp

* Fixed wrong family and extension in workfile loader

* black formatting

* Added missing formats to fbx importer

Fusions fbx importer can import a bunch of different formats other then fbx (confusing I know but it's how it is)

* Update openpype/hosts/fusion/plugins/load/load_workfile.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-05-22 10:43:11 +02:00
Roy Nieterau
d958f989e0 Remove "handles" backwards compatibility 2023-03-29 23:57:35 +02:00
Jakub Ježek
75ea09e238
Merge pull request #4580 from BigRoy/fusion_fix_loader_get_correct_filepath 2023-03-06 21:37:45 +01:00
Roy Nieterau
16cece3e49 Fusion: get filepath from representation instead of listing files from publish folder 2023-03-06 19:45:17 +01:00
Jakub Jezek
3a02a03efa fusion: adding video extensions to sequence loader 2023-02-28 11:30:39 +01:00
Jakub Jezek
a2d7ab24f6 fusion: adding extensions to loaders 2023-02-28 11:30:39 +01:00
Roy Nieterau
711f55204b Implement Alembic and FBX mesh loader 2022-09-28 16:17:43 +02:00
Roy Nieterau
5058de2888 Fix return value 2022-09-15 23:56:46 +02:00
Roy Nieterau
0806534a27 Return early if no need to shift 2022-09-15 23:56:09 +02:00
Roy Nieterau
83fb00e0ff Get start frame including handles 2022-09-15 23:54:28 +02:00
Jakub Trllo
702ff0aa84
Merge pull request #3379 from pypeclub/feature/OP-3383_Use-query-functions-in-Resolve
Resolve: Use client query functions
2022-07-04 10:08:48 +02:00
Jakub Trllo
07b708bcdd added plate to supported families 2022-06-24 13:26:24 +02:00
Jakub Trllo
645b89ced5 use query functions in remaining places 2022-06-21 11:38:18 +02:00
Roy Nieterau
9e2f7f328b Cleanup some Loader docstrings 2022-05-02 21:43:01 +02:00
Jakub Trllo
93fa04e1da replaced avalon imports in fusion 2022-04-14 11:58:19 +02:00
Jakub Trllo
c5ac2290f6 use moved functions in hosts and tools 2022-03-14 11:36:17 +01:00
Roy Nieterau
4f9699fa00 Fix loader update 2022-02-14 15:16:53 +01:00
Roy Nieterau
00e1a042f4 Add "render" family so loaders and actions work on rendered output 2022-02-14 14:52:41 +01:00
Jakub Trllo
c70d0c25ec moved fusion implementation from avalon to openpype 2022-02-14 12:23:36 +01:00
Roy Nieterau
107e2e637e Fix typos / cosmetics 2022-01-16 13:05:26 +01:00
Milan Kolar
8432e94615 rename folder 2021-04-01 18:54:46 +02:00