Skip to content

Commit

Permalink
change option by options
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementHector committed Dec 1, 2021
1 parent 64c4e5f commit 3d6bf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/hosts/maya/plugins/load/load_image_plane.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 3d6bf6e

Please sign in to comment.