MantisBT - ParaView
View Issue Details
0009485ParaViewFeaturepublic2009-09-04 09:482010-07-07 16:45
Renato Elias 
Robert Maynard 
normalfeaturehave not tried
closedfixed 
Development 
3.8.13.8.1 
0009485: Save camera position
Previous ParaView version (2.x) had a very simple way to store camera porition (6 slots/buttons on the camera tab). This feature was lost and it would be very good to recover something similar in the newer versions.
No tags attached.
has duplicate 0009806closed Ken Moreland Add ability to store object orientations 
patch saveCam.patch (141,606) 2010-01-25 00:38
https://www.vtk.org/Bug/file/7805/saveCam.patch
png pqCameraDialog.png (35,676) 2010-01-25 00:38
https://www.vtk.org/Bug/file/7806/pqCameraDialog.png
png

png pqCustomViewDialog.png (22,011) 2010-01-25 00:39
https://www.vtk.org/Bug/file/7807/pqCustomViewDialog.png
png
Issue History
2009-09-04 09:48Renato EliasNew Issue
2009-09-04 11:54Alan ScottNote Added: 0017310
2009-09-04 11:55Alan ScottNote Edited: 0017310
2009-10-30 14:54Ken MorelandRelationship addedhas duplicate 0009806
2009-10-30 15:00Ken MorelandTarget Version => 3.8
2010-01-20 18:32BurlenStatusbacklog => tabled
2010-01-20 18:32BurlenAssigned To => Burlen
2010-01-20 18:32BurlenNote Added: 0019232
2010-01-25 00:38BurlenFile Added: saveCam.patch
2010-01-25 00:38BurlenFile Added: pqCameraDialog.png
2010-01-25 00:39BurlenFile Added: pqCustomViewDialog.png
2010-04-16 01:47Utkarsh AyachitNote Added: 0020206
2010-04-16 01:47Utkarsh AyachitStatustabled => @80@
2010-04-16 01:47Utkarsh AyachitFixed in Version => 3.8
2010-04-16 01:47Utkarsh AyachitResolutionopen => fixed
2010-04-20 17:24Alan ScottNote Added: 0020306
2010-04-20 17:24Alan ScottStatus@80@ => @20@
2010-04-20 17:24Alan ScottResolutionfixed => reopened
2010-04-20 17:58Utkarsh AyachitStatus@20@ => tabled
2010-04-20 17:58Utkarsh AyachitAssigned ToBurlen => Robert Maynard
2010-04-22 13:05Utkarsh AyachitNote Added: 0020353
2010-04-22 13:05Utkarsh AyachitTarget Version3.8 => 3.8.2
2010-04-26 16:30Robert MaynardNote Added: 0020405
2010-04-26 16:30Robert MaynardStatustabled => @80@
2010-04-26 16:30Robert MaynardResolutionreopened => fixed
2010-04-26 18:51Alan ScottNote Added: 0020409
2010-04-26 18:51Alan ScottStatus@80@ => closed
2010-06-15 09:44Utkarsh AyachitTarget Version3.8.2 => 3.8.1
2010-07-07 09:55Utkarsh AyachitFixed in Version3.8 => Development
2010-07-07 10:59Utkarsh AyachitNote Added: 0021282
2010-07-07 16:44Utkarsh AyachitNote Deleted: 0021282
2010-07-07 16:45Utkarsh AyachitNote Added: 0021290
2010-07-07 16:45Utkarsh AyachitFixed in VersionDevelopment => 3.8.1
2011-06-16 13:10Zack GalbreathCategoryFeature Request => Feature

Notes
(0017310)
Alan Scott   
2009-09-04 11:54   
(edited on: 2009-09-04 11:55)
We really should fix this in 3.8.

(0019232)
Burlen   
2010-01-20 18:32   
I am going to take a crack at implementing this feature.
(0020206)
Utkarsh Ayachit   
2010-04-16 01:47   
I believe Burlen already committed this code.
(0020306)
Alan Scott   
2010-04-20 17:24   
Very close. When the user clicks on "configure", and "current view", change the text in the text box from "not configured." to "change text here" or somesuch.
(0020353)
Utkarsh Ayachit   
2010-04-22 13:05   
Let's have Alan's suggestion implemented for 3.8.2
(0020405)
Robert Maynard   
2010-04-26 16:30   
commit 949377fac6714bd4512026495a104b1eb2593091

Fixes Bug 0009485 Save Camera Position

Updated the code so that we have a constant string for the default tool tip. This is now called DEFAULT_TOOLTIP and is a public ivar of pqCustomViewButtonDialog. If the tooltip is equal to DEFAULT_TOOLTIP on apply of current view, we change it to "Custom View N".
(0020409)
Alan Scott   
2010-04-26 18:51   
This looks nice.

Tested trunk, local server, Windows.
(0021290)
Utkarsh Ayachit   
2010-07-07 16:45   
Moved to "release" branch.