MantisBT - ParaView
View Issue Details
0008233ParaView(No Category)public2008-12-05 07:522011-02-02 18:33
Berk Geveci 
Utkarsh Ayachit 
normalminorhave not tried
closedno change required 
 
WhenPossible3.10 
0008233: Volume rendering issues
Reported by Patrick Shinpaugh (see below). I have the dataset.

Hi Berk,
The dataset is approximately 640MB and can be downloaded from

  http://snoid.sv.vt.edu/~shpatric/files/TurbDuctNetgen-Re1500-fixed.tar.bz2 [^]

It represents fluid flow down a shaft with an obstruction - it is a student's dataset so I am not entirely familiar with the problem.

The latest script can be downloaded from

  http://snoid.sv.vt.edu/~shpatric/files/TurbDuctNetgen-Re1500-fixed.pv.py [^]

I did actually find a workaround but I don't think it should be necessary - it no longer segfaults but has other issues (?):


view.StillRender()
view.ResetCamera()
view.StillRender()
rep.Representation = 4 # Volume --> CRASH no longer

view.StillRender()
view.ResetCamera()
view.StillRender()

With this "fix" it shows the first frame (based on the view.ViewTime I set) which looks like it is a surface and not a volume and then blank window after that for all of the 900 other timeframes.

Please let me know if you have any questions or need anything to solve any issues.

Thanks,
Pat
No tags attached.
? newscript.py (967) 2011-01-24 10:55
https://www.vtk.org/Bug/file/8652/newscript.py
Issue History
2008-12-05 07:52Berk GeveciNew Issue
2008-12-05 07:52Berk GeveciStatusbacklog => tabled
2008-12-05 07:52Berk GeveciAssigned To => Utkarsh Ayachit
2009-04-22 15:46Utkarsh AyachitCategory3.6 => Someday
2009-05-13 13:50Utkarsh AyachitTarget Version => Someday
2011-01-21 13:36Utkarsh AyachitTarget VersionSomeday => WhenPossible
2011-01-24 10:55Utkarsh AyachitFile Added: newscript.py
2011-01-24 10:56Utkarsh AyachitNote Added: 0025025
2011-01-24 10:56Utkarsh AyachitStatustabled => @80@
2011-01-24 10:56Utkarsh AyachitFixed in Version => 3.10
2011-01-24 10:56Utkarsh AyachitResolutionopen => no change required
2011-02-02 18:33Alan ScottNote Added: 0025226
2011-02-02 18:33Alan ScottStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0025025)
Utkarsh Ayachit   
2011-01-24 10:56   
This seems to work now. Update version of the test python script is attached (newscript.py). The old script may now work since it does not setup the opacity and color lookup tables correctly.
(0025226)
Alan Scott   
2011-02-02 18:33   
This also worked for me. Tested local server, windows, trunk.

I was seeing crashes, however, that we determined had to do with the array lengths not matching up over time.