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_tissue
parent1d0a99df255511b94d8419c3fbb46f197ca89923 (diff)
addons: blender version number fix
Diffstat (limited to 'mesh_tissue')
-rw-r--r--mesh_tissue/__init__.py2
-rw-r--r--mesh_tissue/colors_groups_exchanger.py2
-rw-r--r--mesh_tissue/dual_mesh.py2
-rw-r--r--mesh_tissue/lattice.py2
-rw-r--r--mesh_tissue/uv_to_mesh.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/mesh_tissue/__init__.py b/mesh_tissue/__init__.py
index 68921506..d2fbb989 100644
--- a/mesh_tissue/__init__.py
+++ b/mesh_tissue/__init__.py
@@ -34,7 +34,7 @@ bl_info = {
"name": "Tissue",
"author": "Alessandro Zomparelli (Co-de-iT)",
"version": (0, 3, 4),
- "blender": (2, 7, 9),
+ "blender": (2, 79, 0),
"location": "",
"description": "Tools for Computational Design",
"warning": "",
diff --git a/mesh_tissue/colors_groups_exchanger.py b/mesh_tissue/colors_groups_exchanger.py
index a511e951..77c26d7e 100644
--- a/mesh_tissue/colors_groups_exchanger.py
+++ b/mesh_tissue/colors_groups_exchanger.py
@@ -37,7 +37,7 @@ bl_info = {
"name": "Colors/Groups Exchanger",
"author": "Alessandro Zomparelli (Co-de-iT)",
"version": (0, 3, 2),
- "blender": (2, 7, 8),
+ "blender": (2, 78, 0),
"location": "",
"description": ("Convert vertex colors channels to vertex groups and vertex"
" groups to colors"),
diff --git a/mesh_tissue/dual_mesh.py b/mesh_tissue/dual_mesh.py
index 97f0123e..92ee7562 100644
--- a/mesh_tissue/dual_mesh.py
+++ b/mesh_tissue/dual_mesh.py
@@ -33,7 +33,7 @@ bl_info = {
"name": "Dual Mesh",
"author": "Alessandro Zomparelli (Co-de-iT)",
"version": (0, 3),
- "blender": (2, 7, 8),
+ "blender": (2, 78, 0),
"location": "",
"description": "Convert a generic mesh to its dual",
"warning": "",
diff --git a/mesh_tissue/lattice.py b/mesh_tissue/lattice.py
index 73f4c33c..e2235305 100644
--- a/mesh_tissue/lattice.py
+++ b/mesh_tissue/lattice.py
@@ -31,7 +31,7 @@ bl_info = {
"name": "Lattice",
"author": "Alessandro Zomparelli (Co-de-iT)",
"version": (0, 3),
- "blender": (2, 7, 8),
+ "blender": (2, 78, 0),
"location": "",
"description": "Generate a Lattice based on a grid mesh",
"warning": "",
diff --git a/mesh_tissue/uv_to_mesh.py b/mesh_tissue/uv_to_mesh.py
index 928fa3f5..273b3a6a 100644
--- a/mesh_tissue/uv_to_mesh.py
+++ b/mesh_tissue/uv_to_mesh.py
@@ -32,7 +32,7 @@ bl_info = {
"name": "UV to Mesh",
"author": "Alessandro Zomparelli (Co-de-iT)",
"version": (0, 1, 1),
- "blender": (2, 7, 9),
+ "blender": (2, 79, 0),
"location": "",
"description": "Create a new Mesh based on active UV",
"warning": "",