From 6522b4e0bf1dd49ce9b9f46f5ee8657ffe8e0351 Mon Sep 17 00:00:00 2001 From: NBurn <7nburn@gmail.com> Date: Sun, 20 Jan 2019 23:46:19 -0500 Subject: addons: blender version number fix --- mesh_tissue/__init__.py | 2 +- mesh_tissue/colors_groups_exchanger.py | 2 +- mesh_tissue/dual_mesh.py | 2 +- mesh_tissue/lattice.py | 2 +- mesh_tissue/uv_to_mesh.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mesh_tissue') 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": "", -- cgit v1.2.3