View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005594ParaView(No Category)public2007-08-28 15:002007-09-13 16:23
ReporterKen Moreland 
Assigned ToYumin Yuan 
PriorityhighSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005594: Set view direction buttons not updating view
DescriptionLoad up any object (something without perfect symmetry, i.e. not the sphere source). Click on any of the Set View Direction buttons in the camera toolbar (+X, -X, etc.). Nothing happens on the button click. If you then click in the View, the view is updated to the appropriate view direction. Apparently, the button is correctly changing the camera orientation, but not doing a still render so that you cannot see the result.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0008893)
Yumin Yuan (developer)
2007-09-07 15:56

Note: pqRenderView::resetCamera, which is called by SetViewDirection(), used to trigger a render(). This behavior is changed during some bug fixes (according to Utkarsh), and now resetCamera() will not call render() anymore. The fix is add render() call to SetViewDirection().

cvs commit ...

/Qt/Core/pqRenderView.cxx,v <-- pqRenderView.cxx
new revision: 1.22; previous revision: 1.21

 Issue History
Date Modified Username Field Change
2007-08-28 15:00 Ken Moreland New Issue
2007-08-29 16:12 Berk Geveci Assigned To => Yumin Yuan
2007-08-29 16:12 Berk Geveci Priority normal => high
2007-08-29 16:12 Berk Geveci Status backlog => tabled
2007-09-07 15:56 Yumin Yuan Status tabled => @80@
2007-09-07 15:56 Yumin Yuan Resolution open => fixed
2007-09-07 15:56 Yumin Yuan Note Added: 0008893
2007-09-13 16:23 Alan Scott Status @80@ => closed
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team