diff --git a/add_mesh_planes_from_images.py b/add_mesh_planes_from_images.py index 64aa2e04dd70a43aad2684e8db19ab9eac37aa17..e2798e9523dd919ce9dd8b47679a8edfdab0e8e2 100644 --- a/add_mesh_planes_from_images.py +++ b/add_mesh_planes_from_images.py @@ -54,7 +54,7 @@ bl_addon_info = { 'blender': (2, 5, 2), 'location': 'View3D > Add Mesh > Planes from Images', 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \ - 'Scripts/Object/Image_To_Planes', + 'Scripts/Add_Mesh/Planes_from_Images', 'description': 'Imports images and creates planes' \ ' with the appropiate aspect ratio.', 'category': 'Add Mesh'}