Re: [Paraview] Problem with temporal filter and multi-block data

2009-06-01 Thread John Biddiscombe
Title: Re: [Paraview] Problem with temporal filter and multi-block data This is yet another manifestatrion of http://public.kitware.com/mantis/view.php?id=6662 which I will try to look at this week or next. I'm linking the bugs. JB That clarified it.  I am able to reproduce the proble

Re: [Paraview] Scripting the opacity property of a Time Annotation filter

2009-06-01 Thread Wim van der Meer
Utkarsh, I have confirmed that your fix works. Wim On Mon, Jun 1, 2009 at 9:50 PM, Utkarsh Ayachit wrote: > There was a bug in the server manager configuration XML where no domain was > specified for the Opacity property. Domains are used by the animation engine > to change the property values

Re: [Paraview] Problem with temporal filter and multi-block data

2009-06-01 Thread Moreland, Kenneth
That clarified it. I am able to reproduce the problem now, and I see that it is in fact a bug. I submitted a report for this. http://www.paraview.org/Bug/view.php?id=9089 Thanks for bringing this to our attention. -Ken On 5/31/09 1:07 AM, "Christian Wellmann" wrote: Hi Ken, the order of

Re: [Paraview] UseDirectoryName hint

2009-06-01 Thread Yumin Yuan
Hi Paul, A fix is committed to cvs head. Please update pqComponents of paraview, and give it a try. Once we confirm the fix is working properly (and not breaking anything else :), we will port it to 3.6 release branch. thanks, Yumin On Wed, May 27, 2009 at 11:42 AM, Paul Edwards wrote: > Hi, >

Re: [Paraview] [paraview] using with python to make animation in 3.7 but the moving is different with old module severmanager

2009-06-01 Thread Utkarsh Ayachit
Jona, Simply replace "KeyFrameAnimationCue" by "CameraAnimationCue" as follows: --- # Create an animation cue for the camera. This represents the "track" shown in cuethe Animation View. cue = servermanager.animation.CameraAnimationCue() cue.AnimatedProxy = [view] --- Utkarsh On Thu, May 28,

Re: [Paraview] Scripting the opacity property of a Time Annotation filter

2009-06-01 Thread Utkarsh Ayachit
There was a bug in the server manager configuration XML where no domain was specified for the Opacity property. Domains are used by the animation engine to change the property values. I've committed a fix for it in the CVS. Please update and give it a try. /cvsroot/ParaView3/ParaView3/Servers/Serv