From 51ee36db621093d010393c256e1ebf9aed47637d Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sat, 27 May 2017 14:56:57 +0200 Subject: Fix T51627: .mdd & .pc2 exporters never releasing temp mesh data. Based on patch by Kai Kostack (@kaikostack), thanks! --- io_shape_mdd/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'io_shape_mdd/__init__.py') 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", -- cgit v1.2.3