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:
authormeta-androcto <meta.androcto1@gmail.com>2017-06-14 05:42:31 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-06-14 05:42:31 +0300
commit16dbda9caabd065a1eb5b0e6af0e3596fe313442 (patch)
tree34e09b8a27781600e8a8ee5911b988703703e464 /mesh_tissue/__init__.py
parent89f56dc4df5ef641bd26f9fa4349c2f92c4a1b5a (diff)
mesh tissue update by Alessandro
Diffstat (limited to 'mesh_tissue/__init__.py')
-rw-r--r--mesh_tissue/__init__.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/mesh_tissue/__init__.py b/mesh_tissue/__init__.py
index 1c0945ed..372f3474 100644
--- a/mesh_tissue/__init__.py
+++ b/mesh_tissue/__init__.py
@@ -17,7 +17,7 @@
# ##### END GPL LICENSE BLOCK #####
# --------------------------------- TISSUE ------------------------------------#
-#-------------------------------- version 0.29 --------------------------------#
+#-------------------------------- version 0.3 ---------------------------------#
# #
# Creates duplicates of selected mesh to active morphing the shape according #
# to target faces. #
@@ -41,6 +41,7 @@ else:
from . import tessellate_numpy
from . import colors_groups_exchanger
from . import dual_mesh
+ from . import lattice
import bpy
from mathutils import Vector
@@ -50,7 +51,7 @@ from mathutils import Vector
bl_info = {
"name": "Tissue",
"author": "Alessandro Zomparelli (Co-de-iT)",
- "version": (0, 2, 9),
+ "version": (0, 3, 0),
"blender": (2, 7, 8),
"location": "",
"description": "Tools for Computational Design",