From 88a97d6f6a08e044ea7b2da9b272eacd51f4c6c9 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Tue, 23 May 2017 14:00:54 -0300 Subject: [PATCH] Generating an unneeded file when creating surface --- invesalius/data/surface.py | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) diff --git a/invesalius/data/surface.py b/invesalius/data/surface.py index 8845085..26dbe48 100644 --- a/invesalius/data/surface.py +++ b/invesalius/data/surface.py @@ -610,11 +610,6 @@ class SurfaceManager(): # polydata.SetSource(None) # polydata.DebugOn() - w = vtk.vtkPLYWriter() - w.SetInputData(polydata) - w.SetFileName('/tmp/ca_smoothing_inv.ply') - w.Write() - else: #smoother = vtk.vtkWindowedSincPolyDataFilter() smoother = vtk.vtkSmoothPolyDataFilter() -- libgit2 0.21.2