Commit 8dfc7aa23a11e892074ab1fda5426338d29c63aa
1 parent
93cfccd2
Exists in
master
and in
5 other branches
ENH: Redefinid default interpolation surface
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/session.py
@@ -46,7 +46,7 @@ class Session(object): | @@ -46,7 +46,7 @@ class Session(object): | ||
46 | # Recent projects list | 46 | # Recent projects list |
47 | self.recent_projects = [(const.SAMPLE_DIR, "Cranium.inv3")] | 47 | self.recent_projects = [(const.SAMPLE_DIR, "Cranium.inv3")] |
48 | self.last_dicom_folder = '' | 48 | self.last_dicom_folder = '' |
49 | - self.surface_interpolation = 0 | 49 | + self.surface_interpolation = 1 |
50 | self.rendering = 0 | 50 | self.rendering = 0 |
51 | self.CreateSessionFile() | 51 | self.CreateSessionFile() |
52 | 52 |