From 09240dfdf7f6e4d56ae9480d0bc1244276634943 Mon Sep 17 00:00:00 2001 From: Martin Buerbaum <martin.buerbaum@gmx.at> Date: Wed, 14 Apr 2010 08:27:09 +0000 Subject: [PATCH] * Updated wiki url again ("Add mesh") --- add_mesh_planes_from_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_mesh_planes_from_images.py b/add_mesh_planes_from_images.py index 64aa2e04d..e2798e952 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'} -- GitLab