From 6102130b215bbdd45605bfa373d673a883d9bb25 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Tue, 17 Jun 2014 11:39:23 -0300 Subject: [PATCH] Removed the vtk colour part from watershed style --- invesalius/data/slice_.py | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/invesalius/data/slice_.py b/invesalius/data/slice_.py index ee28537..6ff42b3 100644 --- a/invesalius/data/slice_.py +++ b/invesalius/data/slice_.py @@ -110,9 +110,6 @@ class Slice(object): self.from_ = OTHER self.__bind_events() self.opacity = 0.8 - self.qblend = {'AXIAL': {}, - 'CORONAL': {}, - 'SAGITAL': {}} @property def matrix(self): -- libgit2 0.21.2