MantisBT - ParaView
View Issue Details
0012201ParaViewBugpublic2011-05-17 15:562011-07-19 15:07
Alan Scott 
Kyle Lutz 
highmajoralways
closedfixed 
 
3.12 
Sandia
bug-12201-fix-multiview-capture
incorrect functionality
0012201: Linux screen capture doesn't work dual view
* Linux, 3.10.1, local server.
* Sources, sphere, apply.
* Split screen horizontal, 3d, turn visibility on for the sphere here also.
* File/ Save Screenshot/ Unselect 'Save only selected view'/ OK.
* Save this file.

The following error comes out of ParaView:
RROR: In /projects/viz/paraview/src/ParaView/3.10.1/ParaView3/VTK/Filtering/vtkImageData.cxx, line 1460
vtkImageData (0x1f68e7c0): GetScalarPointer: Pixel (1306, 0, 0) not in memory.
 Current extent= (0, 1294, 0, 865, 0, 0)

The right viewport is black.

This must be fixed for 3.12.
No tags attached.
has duplicate 0012324closed Kitware Robot Multiple-viewports involving at least one "3d view (comparative)" doesn't render properly to png 
related to 0012321closed Ben Boeckel (Kitware) Capture image fails with comparative view 
Issue History
2011-05-17 15:56Alan ScottNew Issue
2011-06-27 16:02Utkarsh AyachitProject => TBD
2011-06-27 16:02Utkarsh AyachitType => incorrect functionality
2011-06-27 16:02Utkarsh AyachitAssigned To => Kyle Lutz
2011-06-27 16:02Utkarsh AyachitStatusbacklog => todo
2011-06-28 13:26Kyle LutzStatustodo => active development
2011-06-28 14:52Kyle LutzNote Added: 0026908
2011-06-28 14:52Kyle LutzStatusactive development => gatekeeper review
2011-06-28 21:08Utkarsh AyachitProjectTBD => Sandia
2011-06-30 10:29Utkarsh AyachitRelationship addedrelated to 0012321
2011-06-30 14:17Utkarsh AyachitNote Added: 0026926
2011-07-01 15:29Utkarsh AyachitNote Added: 0026941
2011-07-01 15:29Utkarsh AyachitStatusgatekeeper review => todo
2011-07-02 11:00Utkarsh AyachitStatustodo => active development
2011-07-02 11:01Utkarsh AyachitNote Added: 0026943
2011-07-02 11:01Utkarsh AyachitStatusactive development => gatekeeper review
2011-07-02 11:01Utkarsh AyachitTopic Name => bug-12201-fix-multiview-capture
2011-07-08 14:15Utkarsh AyachitStatusgatekeeper review => customer review
2011-07-08 14:15Utkarsh AyachitResolutionopen => fixed
2011-07-08 14:15Utkarsh AyachitFixed in Version => 3.12
2011-07-19 15:07Alan ScottNote Added: 0027018
2011-07-19 15:07Alan ScottStatuscustomer review => closed
2011-07-19 15:08Alan ScottRelationship addedhas duplicate 0012324

Notes
(0026908)
Kyle Lutz   
2011-06-28 14:52   
Fix in branch: bug-12201-fix-multiview-capture
Last commit is: b23d8a1cc22a60e2264d37d74a2dc8443c1d532c

Update SaveLargeScreenshot test code

This updates the code to test saving a screenshot with
two 3D views. This verifies the fix for bug 0012201.

Change-Id: Ibd86a5c6473b02aadfd883bf16d745b3682d6b46
(0026926)
Utkarsh Ayachit   
2011-06-30 14:17   
For Developers: These issues are slated for gatekeeper review on July 1, 2 pm EDT.
(0026941)
Utkarsh Ayachit   
2011-07-01 15:29   
The original cause for this issue is "relayed resizing updates". On thinking hard about why we did that the potential benefits/sideeffects, I am leaning towards revert the original "fix". Let's discuss this.
(0026943)
Utkarsh Ayachit   
2011-07-02 11:01   
Merge topic 'bug-12201-fix-multiview-capture' into next

7909699 Update SaveLargeScreenshot test code
813ca10 Disabling avoiding renders when resizing.
(0027018)
Alan Scott   
2011-07-19 15:07   
Tested Linux, local server, trunk.