mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
change option by options
This commit is contained in:
parent
64c4e5f2bb
commit
3d6bf6e8c5
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ class ImagePlaneLoader(api.Loader):
|
|||
icon = "image"
|
||||
color = "orange"
|
||||
|
||||
def load(self, context, name, namespace, data, option=None):
|
||||
def load(self, context, name, namespace, data, options=None):
|
||||
import pymel.core as pm
|
||||
|
||||
new_nodes = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue