From 7fa6a0480d7f6f0334df33154641a3a8cbffdc7c Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 1 Aug 2012 21:04:18 +0000 Subject: 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(-) (limited to 'io_import_images_as_planes.py') diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py index 85a2d230..2a441047 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'} -- cgit v1.2.3