[Paraview] Paraview custom application and plugin loading problem

2011-07-12 Thread R M
Hello, I use Paraview 3.10 (32 bits) on Windows and Linux and i have developped a custom paraview application and also some customs plugins. Using Paraview, I can use my customs plugins but in my custom application I can't load them. I have put them in a Plugins directory which is near the

Re: [Paraview] Pick Center in Full Screen View

2011-07-12 Thread Aurélien Marsan
I think this could be a suggestion of new feature. Could you please remind me the address of the website where we can give ideas of development ? Thanks, Aurelien Le 11 juillet 2011 18:17, Utkarsh Ayachit utkarsh.ayac...@kitware.com a écrit : Sorry, there's no such shortcut. Youll have to

Re: [Paraview] Pick Center in Full Screen View

2011-07-12 Thread Aurélien Marsan
Or maybe right click - set center would be better ? Le 12 juillet 2011 09:51, Aurélien Marsan aur.mar...@gmail.com a écrit : I think this could be a suggestion of new feature. Could you please remind me the address of the website where we can give ideas of development ? Thanks, Aurelien

[Paraview] loading state file ParaviewWeb

2011-07-12 Thread Luca Cinquepalmi
Hi Seb, I would linke to upload a state file on ParaviewWeb (.pvsm file). Can I do this or I can only upload vtk and vtp file? Thank you. Luca Il 11/07/2011 15.45, Sebastien Jourdain ha scritto: Hi Tom, You started well in the sense that the main page of ParaViewWeb is here:

Re: [Paraview] Paraview custom application and plugin loading problem

2011-07-12 Thread Paul Edwards
Are they listed when you go to the plugin manager? (from menu Tools-Manage Plugins) If so, can you expand the tree view to see why they didn't load? I have it working for me by setting PV_PLUGIN_PATH (on both windows and linux) Regards, Paul On 12 July 2011 08:09, R M mlok...@yahoo.fr wrote:

[Paraview] Re : Paraview custom application and plugin loading problem

2011-07-12 Thread R M
I don't have the plugin manager in my custom application. But in paraview plugins are well listed and are correctly loaded. Using PV_PLUGIN_PATH one plugin is not loaded. Furthermore before I only had a plugins directory and they were automaticly loaded. I have tried using OPTIONAL_PLUGINS in

[Paraview] RE Re : Paraview custom application and plugin loading problem

2011-07-12 Thread Stephane PLOIX
Hi, If you do not use the default pqParaViewBehaviors, then verify that you are not missing one of the behaviors used by ParaView (they are listed in the sources in the pqParaViewBehavior constructor). Look for all pq*Plugin* behaviors in particular. Stephane Stephane PLOIX Pilote

Re: [Paraview] loading state file ParaviewWeb

2011-07-12 Thread Sebastien Jourdain
Hi Luca, I guess you are talking about the PWApp which is a sample application of ParaViewWeb therefore is not really what ParaViewWeb can or can not do. But the limitation that you see in the upload form was just made to illustrate that is possible to filter. In fact in the configuration file

[Paraview] Re : Re : Paraview custom application and plugin loading problem

2011-07-12 Thread R M
I can'f find LoadPluginsFromPath in my 3.10.1 version (the last release). Is it in the dev branch ? De : Paul Edwards paul.m.edwa...@gmail.com À : R M mlok...@yahoo.fr Cc : paraview@paraview.org Envoyé le : Mar 12 juillet 2011, 14h 33min 21s Objet : Re: Re :

Re: [Paraview] Interesting bug when using windbladereader and multiple time steps

2011-07-12 Thread Andy Bauer
After talking to Berk and Utkarsh, I think the proper solution is to use the time request for the requesting port for both the blade and the field ports. This will keep everything in sync. Andy On Mon, Jul 11, 2011 at 9:38 PM, Sohail Shafii sohailsha...@yahoo.comwrote: Hi, There is actually

Re: [Paraview] vtkSMProperty and vtkSet

2011-07-12 Thread papa ndéné NDIAYE
*Hi Utkarsh, I just wanted to modify the BlockIndices property of the extract filter on the fly. Since in the source code it is linked to a vtkstd::Set attribute in the extractblock class, I was trying to create a set vtkSet and put it in a vtkSMProperty so that I just had to call getProperty

Re: [Paraview] Re : Paraview custom application and plugin loading problem

2011-07-12 Thread Utkarsh Ayachit
Also try setting the environment variable PV_DEBUG_PLUGIN (http://paraview.org/Wiki/ParaView/Developer_Info#PV_PLUGIN_DEBUG). ParaView wil start dumping information to the command line about plugins it tries to load and their load status, error messgages etc,. Utkarsh On Tue, Jul 12, 2011 at

[Paraview] Plot Maximum Value over Time

2011-07-12 Thread Jeffrey Martin
Hi, I was wondering if you could give me some advice: I extracted some points from a clip plane with the extract data selection feature and we want to plot the maximum value (speed in this case) of these points over time. The extract data selection filter shows the upper and lower bounds,

Re: [Paraview] loading state file ParaviewWeb

2011-07-12 Thread Luca Cinquepalmi
Hi Seb, ok... I tried with PWStates... My pvsm file was created with python... and it recalls some paraview commands. As indicated in user's guide, I created a new application, but when I load it nothing appears... can you suggest a more detailed PWStates user's guide? thank you. Luca Il

Re: [Paraview] Pick Center in Full Screen View

2011-07-12 Thread Moreland, Kenneth
http://paraview.uservoice.com http://paraview.uservoice.comI can never remember the link either, so I usually go to http://paraview.org and click on that blue Tell us what you think button in the upper left. That will take you to the uservoice page where you can add and vote suggestions.

Re: [Paraview] loading state file ParaviewWeb

2011-07-12 Thread Sebastien Jourdain
When you load your state inside the regular ParaView (Qt client), do you see something ? If your state use a file, and if that file do not have the same path between the computer where the state has been generated and the server, you will need to update the path and make sure that the file is

Re: [Paraview] loading state file ParaviewWeb

2011-07-12 Thread Sebastien Jourdain
Ok great... On Tue, Jul 12, 2011 at 11:34 AM, Luca Cinquepalmi cinquepa...@planetek.it wrote: I solved! thanks Luca Il 12/07/2011 14:37, Sebastien Jourdain ha scritto: Hi Luca, I guess you are talking about the PWApp which is a sample application of ParaViewWeb therefore is not really

Re: [Paraview] Plot Maximum Value over Time

2011-07-12 Thread Moreland, Kenneth
The following is inelegant, but should work. First, run the Descriptive Statistics filter on whatever data you want to plot the maximum. From your description, it sounds like it would be the output of an extract selection filter. In the object inspector, select only the variable you are

Re: [Paraview] readers with the parallel server

2011-07-12 Thread Utkarsh Ayachit
Paul, Yes, your reader still has to check what process it is and then do t he reading only on that process. Utkarsh Sent from my iPad On Jun 27, 2011, at 6:13 AM, Paul Edwards paul.m.edwa...@gmail.com wrote: Hi, I've just noticed that some of my readers aren't working in parallel.

[Paraview] ANNOUNCE: Kitware is hiring

2011-07-12 Thread Berk Geveci
Hi folks, If you are interested in a position at Kitware, please review the posting below. Responses go to j...@kitware.com. Also see http://www.kitware.com/company/jobopps.html. Specifically, see the following positions: - GUI and Application Software Developer - HPC Visualization and Data

[Paraview] Representations in 3.10.1

2011-07-12 Thread Brian C. Panneton (CONTR)
I was trying to do the Representations Example for 3.10.1 however it failed to run. I grabbed the latest from the git repo and tried that example and it seems to work. However, when I attempt to use it, I receive an error: 'vtkGeometryRepresentation.cxx, line 455 vtkMySpecialRepresentation

Re: [Paraview] Further questions regarding 4D dataset

2011-07-12 Thread Jérôme
Hi, I asked a while ago for the possibility to expose BlendMode (MIP is one of the BlendMode) in rendering proxies and I was granted : http://www.cmake.org/pipermail/paraview/2009-October/014157.html http://paraview.org/gitweb?p=ParaView.git;a=commit;h=3a07a88345910d5605e042287391e6623af9deb5

Re: [Paraview] Weird boost error during ccmake

2011-07-12 Thread Cook, Rich
Deleting that variable from the CMakeCache.txt file solved the warning. Thanks! On Jul 11, 2011, at 9:36 PM, Marcus D. Hanwell wrote: Is this a fresh build tree? Is it possible that it is picking up a system Boost first time around? You could delete this entry and re-run CMake, but it looks

Re: [Paraview] Further questions regarding 4D dataset

2011-07-12 Thread Utkarsh Ayachit
Cool. I wasn't aware of this :). To change the blend mode from Python shell, all you do is following (with the source being volume rendering active in the pipeline browser): SetDisplayProperties(BlendMode=MaximumIntensity) Utkarsh On Tue, Jul 12, 2011 at 1:08 PM, Jérôme jerome.ve...@gmail.com

Re: [Paraview] Further questions regarding 4D dataset

2011-07-12 Thread Jérôme
Macro-ized ! Richard, just add the attached py files as new macros and you will be able to switch between MIP, MinIP and Composite (the defaut one) volume rendering. These macros are more than minimalist (2 lines) : they can be easily extended to check the current representation and toggle to

Re: [Paraview] Further questions regarding 4D dataset

2011-07-12 Thread Utkarsh Ayachit
Sweet. That's neat. We need to start thinking of a mechanism to share/distribute macros now :). Utkarsh On Tue, Jul 12, 2011 at 2:36 PM, Jérôme jerome.ve...@gmail.com wrote: Macro-ized ! Richard, just add the attached py files as new macros and you will be able to switch between MIP, MinIP

Re: [Paraview] MILI reader still broken for me

2011-07-12 Thread Cook, Rich
I tried building this again with absolutely clean directory and got the same error. On Jul 7, 2011, at 12:16 PM, Cook, Rich wrote: I got this error. Does it look familiar? make[2]: Entering directory `/nfs/tmp2/rcook/ParaView/3.11/build/ParaView-311-clone/ParaView-3.11-build'