Commit f01fc1344d4f8d58d392ca6fd61b483ed554be1c
1 parent
20b284a7
Exists in
master
and in
31 other branches
Removed DebugOn in surface creation filters
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
invesalius/data/surface.py
... | ... | @@ -561,7 +561,7 @@ class SurfaceManager(): |
561 | 561 | options['min weight'], |
562 | 562 | options['steps']) |
563 | 563 | # polydata.SetSource(None) |
564 | - polydata.DebugOn() | |
564 | + # polydata.DebugOn() | |
565 | 565 | |
566 | 566 | else: |
567 | 567 | #smoother = vtk.vtkWindowedSincPolyDataFilter() |
... | ... | @@ -645,7 +645,7 @@ class SurfaceManager(): |
645 | 645 | polydata = filled_polydata.GetOutput() |
646 | 646 | #polydata.Register(None) |
647 | 647 | # polydata.SetSource(None) |
648 | - polydata.DebugOn() | |
648 | + # polydata.DebugOn() | |
649 | 649 | del filled_polydata |
650 | 650 | |
651 | 651 | normals = vtk.vtkPolyDataNormals() | ... | ... |