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_edgetools.py')
-rw-r--r--mesh_tools/mesh_edgetools.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/mesh_tools/mesh_edgetools.py b/mesh_tools/mesh_edgetools.py
index 6fd98b75..b9b61958 100644
--- a/mesh_tools/mesh_edgetools.py
+++ b/mesh_tools/mesh_edgetools.py
@@ -28,9 +28,10 @@ bl_info = {
"location": "View3D > Toolbar and View3D > Specials (W-key)",
"warning": "",
"description": "CAD style edge manipulation tools",
- "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
- "Scripts/Modeling/EdgeTools",
- "category": "Mesh"}
+ "doc_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "Scripts/Modeling/EdgeTools",
+ "category": "Mesh",
+}
import bpy