[Paraview] Custom Panel in Plugin Auto Qt Signal/Slot not working

2011-10-17 Thread Michael Jackson
I have a plugin that has a custom Qt panel derived from pqLoadedFormObjectPanel which has a bunch of buttons. I was relying on Qt's auto hookup feature in the past to connect all the buttons and checkboxes with the proper slots that are declared in my class. Those hookups do not seem to be

Re: [Paraview] Custom Panel in Plugin Auto Qt Signal/Slot not working

2011-10-17 Thread Michael Jackson
Replying to myself I added QMetaObject::connectSlotsByName(this); in my constructor. Things seem to work now. ___ Mike JacksonPrincipal Software Engineer BlueQuartz SoftwareDayton, Ohio

Re: [Paraview] confused with getting nan values in plot over line

2011-10-17 Thread Ali Rostai
Hi and excuse me for late reply, I tried the Clean to grid filter and it seems that problems has been solved. But I noticed that the data was coming from a finite element method using P1-discontinuous Triangular elements. And it looks for me the problem is somehow related to that. But as a

[Paraview] changes that affect plugins

2011-10-17 Thread Burlen Loring
Hi, From a few of the recent posts it sounds like there are potentially disruptive changes in 3.12 that could affect existing external plugins. It would be very helpful if these changes were documented on the wiki as a courtesy to plugin authors/maintainers. Any chance you have such a wiki

Re: [Paraview] confused with getting nan values in plot over line

2011-10-17 Thread Moreland, Kenneth
I'm not familier with the term P1-discontinuous. Is that the same as not C0 continuous (or simply not continuous)? If so, then yes that is a problem. The VTK data sets do not directly represent discontinuous interpolated fields. The only way to do it is how you describe. Replicate the

Re: [Paraview] changes that affect plugins

2011-10-17 Thread Utkarsh Ayachit
Burlen, What changes are you referring to? The changes to ServerManager have been documented at: http://paraview.org/ParaView3/images/2/24/ParaViewCollaborationChanges.pdf Reader/filter plugins should be unaffected for the most part. Utkarsh On Mon, Oct 17, 2011 at 12:46 PM, Burlen Loring

Re: [Paraview] changes that affect plugins

2011-10-17 Thread Burlen Loring
Hi Utkarsh, Perhaps I was reading too much into recent posts by Michael Jackson mike.jack...@bluequartz.net about 3.12 changes that affected his plugins. I'm a bit defensive on this issue as over the past couple of years I can think of 3 changes that bit me. all showed up at run time and

Re: [Paraview] 3.10 Development installation

2011-10-17 Thread Peter Schmitt
Hello, I would like to distribute binaries for a reader plugin I wrote. In the past, I built our plugins against ParaView-Development-3.8.1-*.tar.gz as documented here http://www.vtk.org/Wiki/ParaView:Plugin_Deployment_with_Development_Installs However, I can't track down the 3.10 development

Re: [Paraview] confused with getting nan values in plot over line

2011-10-17 Thread Ali Rostai
Hi, Thanks, Yes p1-discontinuous elements are exactly the same as p1's but on each point of mesh each cell has it's own degree of freedom so at one point we'll have different values... Regards, Ali On Mon, Oct 17, 2011 at 9:48 AM, Moreland, Kenneth kmo...@sandia.govwrote: I'm not familier

[Paraview] Animation with time series of RAW data

2011-10-17 Thread Guillaume F. Simon
Hi, Please is somebody know how to do a time animation of a series of 3D RAW data ? Cheers, Guillaume ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages