View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005556ParaView(No Category)public2007-08-21 16:212007-11-01 19:52
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PriorityurgentSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005556: Save Animation of Plots
DescriptionWhen you save an animation with chart type views, the charts are not animated. Instead, they are stuck on the first time step.

To replicate the problem, do the following. Load in can.ex2. Make sure at least the EQPS variable is loaded. Add the histogram filter and make a histogram of the EQPS variable. Hit the play button and you will see both the 3D view and the bar chart animate. Now go to File -> Save Animation. In the resulting animation, the 3D view will properly animate, but the bar char will be fixed at time 0.

The same behavior happens for X-Y charts. You can show this by placing a plot over line filter on the exodus data.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0008836)
Utkarsh Ayachit (administrator)
2007-09-05 09:13

Plot view was not rendering prior to capturing the image. Fixed that.

/cvsroot/ParaView3/ParaView3/Qt/Core/pqPlotView.cxx,v <-- pqPlotView.cxx
new revision: 1.13; previous revision: 1.12
(0009414)
Ken Moreland (manager)
2007-10-10 15:38

This is broken again. When you save an animate containing a bar chart or x-y plot, the resulting images have empty plots in them. While the animation is being saved, you can see the chart updated in the GUI, so that part is working. However, when the image is saved to the file, the chart is totally empty.
(0009480)
Utkarsh Ayachit (administrator)
2007-10-15 13:18

In pqPlotView::captureImage(int), at the after forceRender() call, the plot view should have been updated to show the current state of the plot. However, if I add break point after that call, I notice that the plot view isn't updated. Also grabWidget doesn't seem to get the lines drawn on the plot, only the grid.

Assigning to Mark.
(0009515)
Utkarsh Ayachit (administrator)
2007-10-18 13:57

Force processevents before plot view is captured since plots use Qt:QueuedConnection for updating the view.

/cvsroot/ParaView3/ParaView3/Qt/Core/pqPlotView.cxx,v <-- pqPlotView.cxx
new revision: 1.16; previous revision: 1.15
(0009606)
Alan Scott (manager)
2007-11-01 19:52

Works client server.

 Issue History
Date Modified Username Field Change
2007-08-21 16:21 Ken Moreland New Issue
2007-08-23 17:10 Berk Geveci Category => 3.2
2007-09-04 14:05 Berk Geveci Status backlog => tabled
2007-09-04 14:05 Berk Geveci Assigned To => Utkarsh Ayachit
2007-09-05 09:13 Utkarsh Ayachit Status tabled => @80@
2007-09-05 09:13 Utkarsh Ayachit Resolution open => fixed
2007-09-05 09:13 Utkarsh Ayachit Note Added: 0008836
2007-09-11 17:44 Alan Scott Status @80@ => closed
2007-09-11 18:07 Alan Scott Status closed => @80@
2007-09-17 18:11 Alan Scott Status @80@ => closed
2007-10-10 15:38 Ken Moreland Status closed => @20@
2007-10-10 15:38 Ken Moreland Resolution fixed => reopened
2007-10-10 15:38 Ken Moreland Note Added: 0009414
2007-10-15 13:15 Utkarsh Ayachit Status @20@ => tabled
2007-10-15 13:15 Utkarsh Ayachit Assigned To Utkarsh Ayachit => Mark Richardson
2007-10-15 13:18 Utkarsh Ayachit Note Added: 0009480
2007-10-18 13:56 Utkarsh Ayachit Assigned To Mark Richardson => Utkarsh Ayachit
2007-10-18 13:57 Utkarsh Ayachit Status tabled => @80@
2007-10-18 13:57 Utkarsh Ayachit Resolution reopened => fixed
2007-10-18 13:57 Utkarsh Ayachit Note Added: 0009515
2007-11-01 19:52 Alan Scott Status @80@ => closed
2007-11-01 19:52 Alan Scott Note Added: 0009606
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team