[#21109] export doesnt create *.3ds file when requested

This commit is contained in:
2010-02-12 17:07:57 +00:00
parent 3188089dc1
commit 6f5988412a

View File

@@ -1060,8 +1060,8 @@ def save_3ds(filename, context):
# make a kf object node for the object:
kfdata.add_subchunk(make_kf_obj_node(ob, name_to_id))
'''
# if not blender_mesh.users:
bpy.data.meshes.remove(blender_mesh)
if not blender_mesh.users:
bpy.data.meshes.remove(blender_mesh)
# blender_mesh.verts = None
i+=i