Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mesh_tools/mesh_relax.py')
-rw-r--r--mesh_tools/mesh_relax.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesh_tools/mesh_relax.py b/mesh_tools/mesh_relax.py
index 8416ea9a..c646e81b 100644
--- a/mesh_tools/mesh_relax.py
+++ b/mesh_tools/mesh_relax.py
@@ -29,8 +29,8 @@ bl_info = {
"location": "View3D > Edit Mode Context Menu > Relax ",
"description": "Relax the selected verts while retaining the shape",
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Modeling/Relax",
+ "doc_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "Scripts/Modeling/Relax",
"category": "Mesh",
}