mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merged in tokejepsen/pype/bugfix/maya_load_image_plane (pull request #230)
Ensure EXR plugin is loaded. Approved-by: Milan Kolar <milan@orbi.tools>
This commit is contained in:
commit
6a4d11703e
1 changed files with 3 additions and 0 deletions
|
|
@ -90,6 +90,9 @@ class ImagePlaneLoader(api.Loader):
|
|||
)
|
||||
image_plane_shape.frameExtension.set(start_frame)
|
||||
|
||||
# Ensure OpenEXRLoader plugin is loaded.
|
||||
pc.loadPlugin("OpenEXRLoader.mll", quiet=True)
|
||||
|
||||
new_nodes.extend(
|
||||
[image_plane_transform.name(), image_plane_shape.name()]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue