MantisBT - ParaView |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0006040 | ParaView | (No Category) | public | 2007-11-11 12:35 | 2009-05-13 13:59 |
|
Reporter | Ken Moreland | |
Assigned To | Utkarsh Ayachit | |
Priority | high | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | | |
Target Version | 3.4 | Fixed in Version | 3.4 | |
Project | |
Topic Name | |
Type | |
|
Summary | 0006040: Animate display properties |
Description | In ParaView 2, there you were able to animate some display properties, like visibility and opacity. You cannot do this in ParaView 3.
Multiview adds a serious complication to implementing this. The display parameters are different for every view. How would that be handled. Would there be a separate track per view? Would a display change effect every view?
Multiblock also adds some complications. In the near future, you will be able to change display properties per block (I think). The changes to animation should probably be deferred until after that. |
Steps To Reproduce | |
Additional Information | I am changing this to High. User will read in two file types - a CTH run and an Exodus run. One is higher resolution than another file, but shorter, and the other is lower resolution, but much longer. They are then animated together.
User has found a hacky type workaround, so if this is very hard, OK to defer.
|
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2007-11-11 12:35 | Ken Moreland | New Issue | |
2008-01-07 13:35 | Alan Scott | Priority | normal => high |
2008-01-07 13:35 | Alan Scott | Additional Information Updated | |
2008-04-08 13:53 | Ken Moreland | Category | Development => 3.6 |
2008-04-09 16:28 | Ken Moreland | Status | backlog => tabled |
2008-04-09 16:28 | Ken Moreland | Assigned To | => Berk Geveci |
2008-04-09 16:31 | Ken Moreland | Note Added: 0011226 | |
2008-04-09 16:31 | Ken Moreland | Category | 3.6 => 3.4 |
2008-05-08 13:37 | Berk Geveci | Assigned To | Berk Geveci => Utkarsh Ayachit |
2008-05-08 13:38 | Berk Geveci | Note Added: 0011757 | |
2008-06-16 17:21 | Utkarsh Ayachit | Status | tabled => @80@ |
2008-06-16 17:21 | Utkarsh Ayachit | Resolution | open => fixed |
2008-06-16 17:21 | Utkarsh Ayachit | Note Added: 0012351 | |
2008-06-23 19:27 | Alan Scott | Status | @80@ => closed |
2008-06-23 19:27 | Alan Scott | Note Added: 0012481 | |
2009-05-13 13:58 | Utkarsh Ayachit | Target Version | => 3.4 |
2009-05-13 13:59 | Utkarsh Ayachit | Fixed in Version | => 3.4 |
2011-06-16 13:10 | Zack Galbreath | Category | => (No Category) |
Notes |
|
(0011226)
|
Ken Moreland
|
2008-04-09 16:31
|
|
I keep getting asked about this one, so let's try to get something in by 3.4. Time is short so let's punt on the multiview issue. Only handle display properties for 3D views and just apply the change to all 3D views. I suspect that will satisfy most, if not all, current use cases. |
|
|
(0011757)
|
Berk Geveci
|
2008-05-08 13:38
|
|
Handle only visibility and opacity. It should effect all views at once. |
|
|
(0012351)
|
Utkarsh Ayachit
|
2008-06-16 17:21
|
|
Added support to animate visibility/ opacity of a source. It affects all views in which the source has been shown atleast once in the history of the application i.e. Paraview has created a representation for it.
------------------------------
commitid: 726DOJ0XhYjkAd7t
------------------------------
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMRepresentationAnimationHelperProxy.h,v <-- Servers/ServerManager/vtkSMRepresentationAnimationHelperProxy.h
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMRepresentationAnimationHelperProxy.cxx,v <-- Servers/ServerManager/vtkSMRepresentationAnimationHelperProxy.cxx
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/CMakeLists.txt,v <-- Servers/ServerManager/CMakeLists.txt
new revision: 1.222; previous revision: 1.221
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimatablePropertiesComboBox.cxx,v <-- Qt/Components/pqAnimatablePropertiesComboBox.cxx
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimatablePropertiesComboBox.h,v <-- Qt/Components/pqAnimatablePropertiesComboBox.h
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationViewWidget.cxx,v <-- Qt/Components/pqAnimationViewWidget.cxx
new revision: 1.32; previous revision: 1.31
/cvsroot/ParaView3/ParaView3/Qt/Core/pqPipelineSource.cxx,v <-- Qt/Core/pqPipelineSource.cxx
new revision: 1.27; previous revision: 1.26
/cvsroot/ParaView3/ParaView3/Qt/Core/pqPipelineSource.h,v <-- Qt/Core/pqPipelineSource.h
new revision: 1.19; previous revision: 1.18
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/utilities.xml,v <-- Servers/ServerManager/Resources/utilities.xml
new revision: 1.146; previous revision: 1.145 |
|
|
(0012481)
|
Alan Scott
|
2008-06-23 19:27
|
|
GREAT!!! Tested client/server |
|