Commit 2b5c9c390479f33286694094140c54849b530c9b
1 parent
83f6862e
Exists in
master
and in
6 other branches
FIX: RIB Exporter
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/data/viewer_volume.py
... | ... | @@ -282,7 +282,7 @@ class Viewer(wx.Panel): |
282 | 282 | renwin = self.interactor.GetRenderWindow() |
283 | 283 | |
284 | 284 | if filetype == const.FILETYPE_RIB: |
285 | - writer = vtk.vtkIVExporter() | |
285 | + writer = vtk.vtkRIBExporter() | |
286 | 286 | writer.SetFileName(filename) |
287 | 287 | writer.SetInput(renwin) |
288 | 288 | elif filetype == const.FILETYPE_VRML: | ... | ... |