diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py index 85a2d230b8df98881f1d0933580a9502cc677f91..2a44104798f551d2b1363e4f389b77dd3066fec1 100644 --- a/io_import_images_as_planes.py +++ b/io_import_images_as_planes.py @@ -165,7 +165,7 @@ class IMPORT_OT_image_to_plane(Operator, AddObjectHelper): """Create mesh plane(s) from image files """ \ """with the appropiate aspect ratio""" - bl_idname = "import.image_to_plane" + bl_idname = "import_image.to_plane" bl_label = "Import Images as Planes" bl_options = {'REGISTER', 'UNDO'}