From 7fa6a0480d7f6f0334df33154641a3a8cbffdc7c Mon Sep 17 00:00:00 2001
From: Bastien Montagne <montagne29@wanadoo.fr>
Date: Wed, 1 Aug 2012 21:04:18 +0000
Subject: [PATCH] Renaming bl_idname of import images as plane addon from
 "import.image_to_plane" to "import_image.to_plane" (import is a keyword in
 python...). Thanks to P. Staples in tracker!

---
 io_import_images_as_planes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py
index 85a2d230b..2a4410479 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'}
 
-- 
GitLab