MantisBT - ParaView
View Issue Details
0006826ParaView(No Category)public2008-04-16 11:182009-05-13 13:47
Berk Geveci 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.6 
0006826: ResetCamera() does not work the first time
It is not possible to ResetCamera() without rendering first from pvpython. It resets to the wrong bounds.
No tags attached.
Issue History
2008-04-16 11:18Berk GeveciNew Issue
2008-09-29 16:34Utkarsh AyachitStatusbacklog => @80@
2008-09-29 16:34Utkarsh AyachitResolutionopen => fixed
2008-09-29 16:34Utkarsh AyachitAssigned To => Utkarsh Ayachit
2008-09-29 16:34Utkarsh AyachitNote Added: 0013617
2008-10-06 19:24Alan ScottStatus@80@ => closed
2008-10-06 19:24Alan ScottNote Added: 0013738
2009-05-13 13:47Utkarsh AyachitTarget VersionPython support => 3.6
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0013617)
Utkarsh Ayachit   
2008-09-29 16:34   
ResetCamera() now calls UpdateAllRepresentations() to
ensure that all data bounds are up-to-date. Also moved ResetCameraClippinRange
call to after all the representations have been updated so that correct bounds
are used.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMRenderViewProxy.cxx,v <-- Servers/ServerManager/vtkSMRenderViewProxy.cxx
new revision: 1.76; previous revision: 1.75
(0013738)
Alan Scott   
2008-10-06 19:24   
Since I don't have an example of this using pvPython, I am marking it fixed.