mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Ensure EXR plugin is loaded.
This commit is contained in:
parent
af78f6c606
commit
8cc3099c79
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