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/random_vertices.py')
-rw-r--r--mesh_tools/random_vertices.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/mesh_tools/random_vertices.py b/mesh_tools/random_vertices.py
index 51f8be24..8025b577 100644
--- a/mesh_tools/random_vertices.py
+++ b/mesh_tools/random_vertices.py
@@ -8,8 +8,9 @@ bl_info = {
"location": "Object > Transform > Random Vertices",
"description": "Randomize selected components of active object",
"warning": "",
- "wiki_url": "",
- "category": "Mesh"}
+ "doc_url": "",
+ "category": "Mesh",
+}
import bpy