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:
authorNBurn <7nburn@gmail.com>2019-01-21 07:46:19 +0300
committerNBurn <7nburn@gmail.com>2019-01-21 07:46:19 +0300
commit6522b4e0bf1dd49ce9b9f46f5ee8657ffe8e0351 (patch)
treee48105bdf4ee3184cd4c47161af6080687e04b09 /mesh_auto_mirror.py
parent1d0a99df255511b94d8419c3fbb46f197ca89923 (diff)
addons: blender version number fix
Diffstat (limited to 'mesh_auto_mirror.py')
-rw-r--r--mesh_auto_mirror.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_auto_mirror.py b/mesh_auto_mirror.py
index fa0663af..f9a8aa49 100644
--- a/mesh_auto_mirror.py
+++ b/mesh_auto_mirror.py
@@ -10,7 +10,7 @@ bl_info = {
"description": "Super fast cutting and mirroring for Mesh objects",
"author": "Lapineige",
"version": (2, 4, 2),
- "blender": (2, 7, 1),
+ "blender": (2, 71, 0),
"location": "View 3D > Toolbar > Tools tab > AutoMirror (panel)",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"