Skip to content

Commit

Permalink
Renaming bl_idname of import images as plane addon from "import.image…
Browse files Browse the repository at this point in the history
…_to_plane" to "import_image.to_plane" (import is a keyword in python...). Thanks to P. Staples in tracker!
  • Loading branch information
Bastien Montagne committed Aug 1, 2012
1 parent afdec49 commit 7fa6a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io_import_images_as_planes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'}

Expand Down

0 comments on commit 7fa6a04

Please sign in to comment.