From 9bc7d016304defad70f07a51ceb179e9c0ef6cde Mon Sep 17 00:00:00 2001 From: tatiana Date: Wed, 30 Dec 2009 12:52:59 +0000 Subject: [PATCH] FIX: Status (GUI) --- invesalius/data/surface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/data/surface.py b/invesalius/data/surface.py index c39eb86..a886fe5 100644 --- a/invesalius/data/surface.py +++ b/invesalius/data/surface.py @@ -279,7 +279,7 @@ class SurfaceManager(): if imagedata_resolution: imagedata = iu.ResampleImage3D(imagedata, imagedata_resolution) - pipeline_size = 3 + pipeline_size = 2 if decimate_reduction: pipeline_size += 1 if (smooth_iterations and smooth_relaxation_factor): @@ -294,7 +294,7 @@ class SurfaceManager(): writer.SetInput(imagedata) writer.Write() - pipeline_size = 5 + #pipeline_size = 4 UpdateProgress = vu.ShowProgress(pipeline_size) pipe_in, pipe_out = multiprocessing.Pipe() -- libgit2 0.21.2