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:
authorBastien Montagne <montagne29@wanadoo.fr>2017-05-27 15:56:57 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-05-27 15:56:57 +0300
commit51ee36db621093d010393c256e1ebf9aed47637d (patch)
treeea8680cdf97e61d2af3755719e6c52f988ef36b2 /io_shape_mdd/__init__.py
parent0ed2792d30d726cca252fac298741ee6247f3f03 (diff)
Fix T51627: .mdd & .pc2 exporters never releasing temp mesh data.
Based on patch by Kai Kostack (@kaikostack), thanks!
Diffstat (limited to 'io_shape_mdd/__init__.py')
-rw-r--r--io_shape_mdd/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_shape_mdd/__init__.py b/io_shape_mdd/__init__.py
index 7715b18f..99623241 100644
--- a/io_shape_mdd/__init__.py
+++ b/io_shape_mdd/__init__.py
@@ -21,6 +21,7 @@
bl_info = {
"name": "NewTek MDD format",
"author": "Bill L.Nieuwendorp",
+ "version": (1, 0, 1),
"blender": (2, 57, 0),
"location": "File > Import-Export",
"description": "Import-Export MDD as mesh shape keys",