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 'io_shape_mdd/export_mdd.py')
-rw-r--r--io_shape_mdd/export_mdd.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/io_shape_mdd/export_mdd.py b/io_shape_mdd/export_mdd.py
index 85163280..2a8980cd 100644
--- a/io_shape_mdd/export_mdd.py
+++ b/io_shape_mdd/export_mdd.py
@@ -49,9 +49,6 @@ def check_vertcount(mesh, vertcount):
'''
if len(mesh.vertices) != vertcount:
raise Exception('Error, number of verts has changed during animation, cannot export')
- f.close()
- zero_file(filepath)
- return
def save(operator, context, filepath="", frame_start=1, frame_end=300, fps=25):