Skip to content
Snippets Groups Projects
Commit 7fa6a048 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Renaming bl_idname of import images as plane addon from...

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!
parent afdec492
No related branches found
No related tags found
No related merge requests found
......@@ -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'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment