[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [3661] trunk/py/scripts/addons/ io_import_images_as_planes.py: 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.. .).

Bastien Montagne montagne29 at wanadoo.fr
Wed Aug 1 23:04:18 CEST 2012


Revision: 3661
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=3661
Author:   mont29
Date:     2012-08-01 21:04:18 +0000 (Wed, 01 Aug 2012)
Log Message:
-----------
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!

Modified Paths:
--------------
    trunk/py/scripts/addons/io_import_images_as_planes.py

Modified: trunk/py/scripts/addons/io_import_images_as_planes.py
===================================================================
--- trunk/py/scripts/addons/io_import_images_as_planes.py	2012-07-30 09:21:24 UTC (rev 3660)
+++ trunk/py/scripts/addons/io_import_images_as_planes.py	2012-08-01 21:04:18 UTC (rev 3661)
@@ -165,7 +165,7 @@
     """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'}
 



More information about the Bf-extensions-cvs mailing list