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_extra_tools/mesh_fastloop.py')
-rw-r--r--mesh_extra_tools/mesh_fastloop.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/mesh_extra_tools/mesh_fastloop.py b/mesh_extra_tools/mesh_fastloop.py
index 81b9ffb7..b713d481 100644
--- a/mesh_extra_tools/mesh_fastloop.py
+++ b/mesh_extra_tools/mesh_fastloop.py
@@ -20,12 +20,11 @@ bl_info = {
"name": "Fast Loop",
"description": "Add loops fast",
"author": "Andy Davies (metalliandy)",
- "version": (0, 16),
+ "version": (0, 1, 7),
"blender": (2, 5, 6),
"location": "Tool Shelf",
"warning": "",
"wiki_url": "",
- "tracker_url": "",
"category": "Mesh"
}