Commit bca521dd722d8e05dc3848ab49eb7d9ac316c06a

Authored by tfmoraes
1 parent 4a771b8c

FIX: Removed the ReleaseDataFlagOn in volume convolution filter, now the volume …

…appears when it's created
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/data/volume.py
@@ -397,7 +397,7 @@ class Volume(): @@ -397,7 +397,7 @@ class Volume():
397 convolve.AddObserver("ProgressEvent", lambda obj,evt: 397 convolve.AddObserver("ProgressEvent", lambda obj,evt:
398 update_progress(convolve, "%s ..." % filter)) 398 update_progress(convolve, "%s ..." % filter))
399 imagedata = convolve.GetOutput() 399 imagedata = convolve.GetOutput()
400 - convolve.GetOutput().ReleaseDataFlagOn() 400 + #convolve.GetOutput().ReleaseDataFlagOn()
401 return imagedata 401 return imagedata
402 402
403 def LoadVolume(self): 403 def LoadVolume(self):