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__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mesh_tissue/__init__.py b/mesh_tissue/__init__.py
index 372f3474..ee264060 100644
--- a/mesh_tissue/__init__.py
+++ b/mesh_tissue/__init__.py
@@ -36,6 +36,7 @@ if "bpy" in locals():
importlib.reload(tessellate_numpy)
importlib.reload(colors_groups_exchanger)
importlib.reload(dual_mesh)
+ importlib.reload(lattice)
else:
from . import tessellate_numpy
@@ -72,7 +73,7 @@ def unregister():
tessellate_numpy.unregister()
colors_groups_exchanger.unregister()
dual_mesh.unregister()
-
+ lattice.unregister()
if __name__ == "__main__":
register()