Commit 8dfc7aa23a11e892074ab1fda5426338d29c63aa

Authored by Paulo Henrique Junqueira Amorim
1 parent 93cfccd2

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 46 # Recent projects list
47 47 self.recent_projects = [(const.SAMPLE_DIR, "Cranium.inv3")]
48 48 self.last_dicom_folder = ''
49   - self.surface_interpolation = 0
  49 + self.surface_interpolation = 1
50 50 self.rendering = 0
51 51 self.CreateSessionFile()
52 52  
... ...