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_extra_tools
parent1d0a99df255511b94d8419c3fbb46f197ca89923 (diff)
addons: blender version number fix
Diffstat (limited to 'mesh_extra_tools')
-rw-r--r--mesh_extra_tools/mesh_edge_roundifier.py2
-rw-r--r--mesh_extra_tools/mesh_edges_length.py2
-rw-r--r--mesh_extra_tools/mesh_fastloop.py2
-rw-r--r--mesh_extra_tools/pkhg_faces.py2
-rw-r--r--mesh_extra_tools/random_vertices.py2
-rw-r--r--mesh_extra_tools/split_solidify.py2
-rw-r--r--mesh_extra_tools/vertex_align.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/mesh_extra_tools/mesh_edge_roundifier.py b/mesh_extra_tools/mesh_edge_roundifier.py
index 0ab20a69..c42375dd 100644
--- a/mesh_extra_tools/mesh_edge_roundifier.py
+++ b/mesh_extra_tools/mesh_edge_roundifier.py
@@ -21,7 +21,7 @@ bl_info = {
"category": "Mesh",
"author": "Piotr Komisarczyk (komi3D), PKHG",
"version": (1, 0, 1),
- "blender": (2, 7, 3),
+ "blender": (2, 73, 0),
"location": "SPACE > Edge Roundifier or CTRL-E > "
"Edge Roundifier or Tools > Addons > Edge Roundifier",
"description": "Mesh editing script allowing edge rounding",
diff --git a/mesh_extra_tools/mesh_edges_length.py b/mesh_extra_tools/mesh_edges_length.py
index eac31a2f..f0056d04 100644
--- a/mesh_extra_tools/mesh_edges_length.py
+++ b/mesh_extra_tools/mesh_edges_length.py
@@ -5,7 +5,7 @@ bl_info = {
"description": "Edges length",
"author": "Giuseppe De Marco [BlenderLab] inspired by NirenYang",
"version": (0, 1, 0),
- "blender": (2, 7, 1),
+ "blender": (2, 71, 0),
"location": "Toolbar > Tools > Mesh Tools: set Length(Shit+Alt+E)",
"warning": "",
"wiki_url": "",
diff --git a/mesh_extra_tools/mesh_fastloop.py b/mesh_extra_tools/mesh_fastloop.py
index 6fd08de2..b52a3507 100644
--- a/mesh_extra_tools/mesh_fastloop.py
+++ b/mesh_extra_tools/mesh_fastloop.py
@@ -21,7 +21,7 @@ bl_info = {
"description": "Add loops fast",
"author": "Andy Davies (metalliandy)",
"version": (0, 1, 7),
- "blender": (2, 5, 6),
+ "blender": (2, 56, 0),
"location": "Tool Shelf",
"warning": "",
"wiki_url": "",
diff --git a/mesh_extra_tools/pkhg_faces.py b/mesh_extra_tools/pkhg_faces.py
index 52ecdbc9..b1fd0035 100644
--- a/mesh_extra_tools/pkhg_faces.py
+++ b/mesh_extra_tools/pkhg_faces.py
@@ -4,7 +4,7 @@ bl_info = {
"name": "PKHG faces",
"author": "PKHG",
"version": (0, 0, 6),
- "blender": (2, 7, 1),
+ "blender": (2, 71, 0),
"location": "View3D > Tools > PKHG (tab)",
"description": "Faces selected will become added faces of different style",
"warning": "",
diff --git a/mesh_extra_tools/random_vertices.py b/mesh_extra_tools/random_vertices.py
index bd878218..b21534dc 100644
--- a/mesh_extra_tools/random_vertices.py
+++ b/mesh_extra_tools/random_vertices.py
@@ -4,7 +4,7 @@ bl_info = {
"name": "Random Vertices",
"author": "Oscurart, Greg",
"version": (1, 3),
- "blender": (2, 6, 3),
+ "blender": (2, 63, 0),
"location": "Object > Transform > Random Vertices",
"description": "Randomize selected components of active object",
"warning": "",
diff --git a/mesh_extra_tools/split_solidify.py b/mesh_extra_tools/split_solidify.py
index 4f4aaedf..03930e16 100644
--- a/mesh_extra_tools/split_solidify.py
+++ b/mesh_extra_tools/split_solidify.py
@@ -22,7 +22,7 @@ bl_info = {
"name": "Split Solidify",
"author": "zmj100, updated by zeffii to BMesh",
"version": (0, 1, 2),
- "blender": (2, 7, 7),
+ "blender": (2, 77, 0),
"location": "View3D > Tool Shelf",
"description": "",
"warning": "",
diff --git a/mesh_extra_tools/vertex_align.py b/mesh_extra_tools/vertex_align.py
index 6b9d2a51..59aecfac 100644
--- a/mesh_extra_tools/vertex_align.py
+++ b/mesh_extra_tools/vertex_align.py
@@ -24,7 +24,7 @@ bl_info = {
"name": "Vertex Align",
"author": "",
"version": (0, 1, 7),
- "blender": (2, 6, 1),
+ "blender": (2, 61, 0),
"location": "View3D > Tool Shelf",
"description": "",
"warning": "",