Commit 6102130b215bbdd45605bfa373d673a883d9bb25
1 parent
6af1940c
Exists in
watershed
Removed the vtk colour part from watershed style
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
invesalius/data/slice_.py
| @@ -110,9 +110,6 @@ class Slice(object): | @@ -110,9 +110,6 @@ class Slice(object): | ||
| 110 | self.from_ = OTHER | 110 | self.from_ = OTHER |
| 111 | self.__bind_events() | 111 | self.__bind_events() |
| 112 | self.opacity = 0.8 | 112 | self.opacity = 0.8 |
| 113 | - self.qblend = {'AXIAL': {}, | ||
| 114 | - 'CORONAL': {}, | ||
| 115 | - 'SAGITAL': {}} | ||
| 116 | 113 | ||
| 117 | @property | 114 | @property |
| 118 | def matrix(self): | 115 | def matrix(self): |