change option by options

This commit is contained in:
clement.hector 2021-12-01 18:56:38 +01:00
parent 64c4e5f2bb
commit 3d6bf6e8c5

View file

@ -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 = []