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_extrude_and_reshape.py')
-rw-r--r--mesh_tools/mesh_extrude_and_reshape.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/mesh_tools/mesh_extrude_and_reshape.py b/mesh_tools/mesh_extrude_and_reshape.py
index f4245ac2..ee26cdcd 100644
--- a/mesh_tools/mesh_extrude_and_reshape.py
+++ b/mesh_tools/mesh_extrude_and_reshape.py
@@ -27,9 +27,10 @@ bl_info = {
"location": "View3D > UI > Tools > Mesh Tools > Add: > Extrude Menu (Alt + E)",
"description": "Extrude face and merge edge intersections "
"between the mesh and the new edges",
- "wiki_url": "http://blenderartists.org/forum/"
- "showthread.php?376618-Addon-Push-Pull-Face",
- "category": "Mesh"}
+ "doc_url": "http://blenderartists.org/forum/"
+ "showthread.php?376618-Addon-Push-Pull-Face",
+ "category": "Mesh",
+}
import bpy
import bmesh