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:
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",