Re: [Paraview] Paraview and ICE-T

2008-10-28 Thread Stephane PLOIX
Hi, I found the same issue under winXP - cmake 2.6.2 It seems that the line INSTALL(TARGETS icet_strategies LIBRARY DESTINATION ${ICET_INSTALL_LIB_DIR} COMPONENT RuntimeLibraries) is raising an error in cmake. changing it to INSTALL(TARGETS icet_strategies RUNTIME DESTINATION ${

[Paraview] removing domain constraints

2009-01-13 Thread Stephane PLOIX
Hi, I am developing a helper class that do some prefiltering to remove constraints on the filters (need of point data instead of cell data for instance). It provides warnings when an interpolation is performed, but should allow to have all the filters available at any time. The pb I am now faci

[Paraview] open position at EDF (France)

2009-03-23 Thread Stephane PLOIX
have notions in French. You also have very good communication skills. International applications are welcome. Please send your resume by email at: HUDSON - Marie GARCIN: marie.gar...@hudson.com Best regards, Stephane P

[Paraview] RE Outline or Bounding Box?

2009-04-21 Thread Stephane PLOIX
Hi, Having a "feature edges" representation would indeed make sense, but it would not replace the bounding box representation which is a very lightweight representation (in particular, it does not need the geometryFilter, which is a costly algorithm) and is needed for large models. Regards, S

Re: [Paraview] Paraview 3.6 compilation with animation in avi format

2009-06-04 Thread Stephane PLOIX
Hi, Could you include the needed ffmpeg library sources in the source code of ParaView, with an option to build it or use native ffmpeg for the system, or is there a licence issue? Stephane dave.dema...@kitware.com Envoyé par : paraview-boun...@paraview.org 04/06/2009 16:08 A daviddo...@g

[Paraview] RE Particles via CSV

2009-07-23 Thread Stephane PLOIX
Hi Michal, You can try the point sprite representation. For this, you need to load the needed plugin (in bin/plugins/CSCS_PointSprite_GUIPlugin and bin/plugins/CSCS_PointSprite_GUIPlugin_Server). After this, load your data, choose Point Sprite for the representation. In the Display tab, you will

Re: [Paraview] CSCS_PointSprite_GUIPlugins fail to load on Win32 (Installer issue ?)

2009-07-23 Thread Stephane PLOIX
Hi Kalle, You must load the plugin before you load your data. If your data is already loaded, the new representation will not be enabled. Stephane - Stéphane Ploix EDF R&D 1 avenue du Général de Gaulle F-92141 Clamart

[Paraview] animation + python

2009-08-27 Thread Stephane PLOIX
Hi, At the end of the python scripting wiki page (http://paraview.org/Wiki/ParaView/Python_Scripting), you give an example on how to create an animation via python. However, this animation is not visible in the Animation View, and I did not find how to save the images to create a film. It is

[Paraview] time and animation

2009-09-02 Thread Stephane PLOIX
Hi, I am currently working on an animation, and I would like to play with time. In my animation, I would like one of the object to remain at a given time, while the others are evolving, to serve as reference. I tried to use the temporal shift scale, but setting the scale to 0 results in a segme

[Paraview] python + animation + widget

2009-09-02 Thread Stephane PLOIX
Hi, I would like to switch off the visibility of a widget while creating an animation with python. force instance, if I use the script below : sph = Sphere() transform = Transform(sph) Show(transform) Render() the box widget is visible, how to turn the visibility off from python? My pb is tha

Re: [Paraview] time and animation

2009-09-02 Thread Stephane PLOIX
some reason why you can't. JB Stephane PLOIX wrote: Hi, I am currently working on an animation, and I would like to play with time. In my animation, I would like one of the object to remain at a given time, while the others are evolving, to serve as reference. I tried to use the temporal

Re: [Paraview] Problem with custom time-aware reader

2009-09-11 Thread Stephane PLOIX
Hi Karl, We had a similar pb to yours : our times are not 1D, but 2D in the sense that each physical time can be associated to one or several iterations. What I did was to provide a TimeMode parameter : If the TimeMode is set the PhysicalTime (the default), then the reader exposes the available

Re: [Paraview] Git repository (mirror)

2009-10-30 Thread Stephane PLOIX
Hi Berk, Is it be possible to have an http acces to this mirror (it would be very handy to access it over a proxy)? Stephane berk.gev...@kitware.com Envoyé par : paraview-boun...@paraview.org 30/10/2009 16:29 A mark.ole...@emcontechnologies.com cc ParaView@paraview.org Objet Re: [Paraview]

[Paraview] output vs input representation parameters

2009-11-09 Thread Stephane PLOIX
Hi, This topic has already been mentionned in this mailing list, but I would like to bring it up once again : Would it be possible to modify the strategy used to determine which representation is created by default when a filter is applied and a new representation is created? The idea would b

Re: [Paraview] output vs input representation parameters

2009-11-12 Thread Stephane PLOIX
8662 > Phone: 518-371-3971 x109 > > > > 2009/11/9 Stephane PLOIX : >> >> Hi, >> >> This topic has already been mentionned in this mailing list, but I would >> like to bring it up once again : >> Would it be possible to modify the strategy used to dete

Re: [Paraview] Building plugin with sources in different directory

2009-11-30 Thread Stephane PLOIX
Hi, You can also look at the way the PointSprite plugin has been structured (path_to_paraview_src/Plugins/PointSprite) In both Rendering and Graphics subdirectory, there is the usual CMakeLists.txt that creates a library usable from VTK, and in the ParaViewPlugin subdirectory, you have all the

[Paraview] RE Another Syntax Error - ParaView Plugins

2010-02-24 Thread Stephane PLOIX
Hi Christian, ParaView/VTK uses a specialized parser tuned for vtk, and this parser has some assumptions , and in particular all class names must start with "vtk", thus your classes starting with ivtk or xtk will not be accepted by the parser. You can try to exclude the offending lines from the

[Paraview] RE animations

2010-04-13 Thread Stephane PLOIX
Hi Alan, Currently, you can use the temporal shift-scale filter to have a linear time transform between two filters, or use the TimeKeeper keyframe editor in the animation view to have a complex evolution of the global time. I found that for complex time evolutions, this is not enough, so I have

Re: [Paraview] Problem reading large data set (ensight format)

2010-04-14 Thread Stephane PLOIX
Luca, It seems you are using pv 3.6.2, could you try with paraview cvs or wait a few days and try it with the 3.8 version? This kind of issue should be fixed now. Stephane zhanping@kitware.com Envoyé par : paraview-boun...@paraview.org 14/04/2010 16:13 A luca.cleme...@tororosso.com cc

[Paraview] RE animations

2010-04-15 Thread Stephane PLOIX
Hi Alan, I commited the ForceTime plugin in CVS. It is not built by defaut, you have to turn the PARAVIEW_BUILD_PLUGIN_ForceTime cmake variable to ON to build it. Once built and loaded, you will see a new entry in the Filter/Temporal menu called "Force Time". This filter has two properties : I

Re: [Paraview] RE animations

2010-04-15 Thread Stephane PLOIX
; From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] > On Behalf Of Stephane PLOIX > Sent: 15 April 2010 16:11 > To: wasc...@sandia.gov > Cc: paraview@paraview.org > Subject: [Paraview] RE animations > > > Hi Alan, > > I commited the ForceTime plugin in

[Paraview] center of rotation visibility from python

2010-04-29 Thread Stephane PLOIX
Hi, Is it possible to show/hide the center of rotation from python? and the orientation axes? Nothing appears on the trace when they are toggled... Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Cla

[Paraview] extracting the surface between filters

2010-05-18 Thread Stephane PLOIX
me the good output (the internal cells shrinked). Has anybody else seen this? Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart stephane.pl...@edf.fr Tél. : +33 (0) 1 47 65 51 10 Un geste simp

Re: [Paraview] extracting the surface between filters

2010-05-18 Thread Stephane PLOIX
I am using my own reader, I'll investigate further. Thanks for testing. Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart stephane.pl...@edf.fr Tél. : +33 (0) 1 47 65 51 10 Un geste simple pour l'

Re: [Paraview] extracting the surface between filters

2010-05-18 Thread Stephane PLOIX
(in ParaViewData) so that I can try to reproduce it with it? Best, Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart stephane.pl...@edf.fr Tél. : +33 (0) 1 47 65 51 10 Un geste simple

[Paraview] RE data array multi-component labelling

2010-06-04 Thread Stephane PLOIX
extract a given component for scalar-based filters, and project cell to point for the isosurface (with a warning that some interpolation is used). Best, Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart

Re: [Paraview] RE data array multi-component labelling

2010-06-04 Thread Stephane PLOIX
ven by the aggregation of the array name and component name : ArrayName_CompName Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart stephane.pl...@edf.fr Tél. : +33 (0) 1 47 65 51 10 Un geste simple pour l

[Paraview] 3.8 version does not launch on old systems

2010-07-09 Thread Stephane PLOIX
/paraview-3.8/paraview-real: error while loading shared libraries: libQtHelp.so.4: cannot open shared object file: No such file or directory Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart stephan

[Paraview] hiding intermediate filters created from python

2010-07-09 Thread Stephane PLOIX
1, 0, 0] append = AppendDatasets( Input=[trans0, trans1] ) pres = Show(append) Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart stephane.pl...@edf.fr Tél. : +33 (0) 1 47 65 51 10 Un geste simple pour l'en

[Paraview] RE animation + python

2010-07-22 Thread Stephane PLOIX
/Python_Scripting (last §) Best, Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart stephane.pl...@edf.fr Tél. : +33 (0) 1 47 65 51 10 Un geste simple pour l'environnement, n'imprimez ce message

[Paraview] reading list of images

2010-08-26 Thread Stephane PLOIX
when I change the time mode from "sequence" to "snap to time step". Question : is the png reader supposed to work with image lists? Best, Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 921

Re: [Paraview] Inconsistent client view in tiled-display mode

2010-08-26 Thread Stephane PLOIX
helpfull... I would vote for having the possibility to have a full-resolution view on the client, comments? Best, Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart stephane.pl...@edf.fr Tél. : +33 (0) 1 4

Re: [Paraview] reading list of images

2010-08-26 Thread Stephane PLOIX
Ok, thanks for the pointer. Here is the patch to modify the PNG reader to a file series reader in paraview. Best, Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart stephane.pl...@edf.fr Tél. : +3

Re: [Paraview] Advice on graphics cards

2010-09-01 Thread Stephane PLOIX
tiled-displays + stereo systems. We noticed some performance differences for wireframe representations : it seems that quadro are faster than geforce for this kind of representations (which is kind of logical since those representations are not often used in games...) Best, Stephane Stephane

[Paraview] transparent background

2010-09-13 Thread Stephane PLOIX
Hi, I am trying to save a screenshot with transparent background. To do this, I set as background a fully transparent image, but the resulting screenshots have black background. Is it possible to have a transparent backgroud in the screenshots? Best, Stephane Stephane PLOIX Pilote

Re: [Paraview] How to generate a depth map from a ParaView scene

2010-12-07 Thread Stephane PLOIX
Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart stephane.pl...@edf.fr Tél. : +33 (0) 1 47 65 51 10 Un geste simple pour l'environnement, n'imprimez ce message que si vous en

[Paraview] RE How to create a c++ plugin using 2 filters (cell data to point data + streamtracer) ?

2010-12-09 Thread Stephane PLOIX
; from the settings menu. Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart stephane.pl...@edf.fr Tél. : +33 (0) 1 47 65 51 10 Un geste simple pour l'environnement, n'imprimez ce mess

[Paraview] superbuild

2011-01-07 Thread Stephane PLOIX
Hi, There is currently a lot of effort put into the superbuild directory. It seems interesting, but I can't find much information on the functionnality being developped. Is it somehow related to branded apps? Is there a wiki page describing the functionnality? Best, Stephane Ste

[Paraview] Hint to color the output by a given array

2011-01-14 Thread Stephane PLOIX
output different than for the input, is it possible? Typical use case : in the filter, set an array as the "ActiveVector" (using output->GetPointData()->SetActiveVectors(my_array_name)), and I would like the output to be colored by this vector by default. Best, Stephane Steph

[Paraview] creating time in a filter

2011-01-18 Thread Stephane PLOIX
ter advertise that even if its input is static (no TIME_RANGE nor TIME_STEPS), it deals with time and should be called for new time requests? Best, Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart step

[Paraview] Python Shell --> run script

2011-01-20 Thread Stephane PLOIX
Hi, It seems that the "Python Shell --> Run Script" functionnaltity does nothing currently, is it a known bug? Rem : If I register the same script as a macro and call it, it works nicely. Best Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R

[Paraview] hint to choose the default representation

2011-04-05 Thread Stephane PLOIX
Hi, Is there a hint I can set in the xml file of a filter plugin that paraview can pick to set the default rendering mode of the output? Best, Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Cla

Re: [Paraview] hint to choose the default representation

2011-04-05 Thread Stephane PLOIX
I added a feature request for this : http://public.kitware.com/Bug/view.php?id=12046 Best Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart stephane.pl...@edf.fr Tél. : +33 (0) 1 47 65 51 10 Un g

[Paraview] adding labels to surface representation

2011-04-27 Thread Stephane PLOIX
active representations for a given object on the same view (from a plugin)? As a side question : how could I have access to the proxy corresponding to the above class, is does not seem to be available in python (or I do not know how to get it). Best, Stephane Stephane PLOIX Pilote

[Paraview] macros and pyqt

2011-05-17 Thread Stephane PLOIX
even modal dialogs freeze if I use signals. Any hint or recommendation? Best, Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Général de Gaulle 92140 Clamart stephane.pl...@edf.fr Tél. : +33 (0) 1 47 65 51 10 Un geste si

[Paraview] RE Debugging Why STL file will not load

2011-05-30 Thread Stephane PLOIX
Hi Mike, I saw this issue when running with a non english locale : all "." had been replaced by "," characters, and the file was not read properly. Just an idea... Best, Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINE

Re: [Paraview] Concept: A world without the Apply button

2011-06-08 Thread Stephane PLOIX
color by is very handy, instead of re-executing the whole pipeline each time you change the array to color by, but this demand-driven logic could help when memory is limited. Best, Stephane Stephane PLOIX Pilote Opérationnel - Visualisation scientifique EDF - R&D SINETICS 1, Av du Généra

[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] Display crash running paraview with low-end graphics card

2011-09-05 Thread Stephane PLOIX
Hi, You can also try to disable depth peeling in Edit->Settings->Render View Best, Stephane kit.chamb...@rocktalkimaging.com Envoyé par : paraview-boun...@paraview.org 05/09/2011 19:39 Veuillez répondre à kit.chamb...@rocktalkimaging.com A ivorogh...@gmail.com cc paraview@paraview.org Obje

Re: [Paraview] non ordered composite distributor and IceT

2011-09-26 Thread Stephane PLOIX
of this compositing on the current framebuffer. Option 2 should be better since your render effect seems to be actor-centric. Best, Stephane Stephane PLOIX Chef de groupe EDF – R&D / SINETICS Réalité virtuelle et visualisation scientifique 1, av du General de Gaulle 92140 Cla

Re: [Paraview] non ordered composite distributor and IceT

2011-09-26 Thread Stephane PLOIX
, render a quad...) Best, Stephane Stephane PLOIX Chef de groupe EDF – R&D / SINETICS Réalité virtuelle et visualisation scientifique 1, av du General de Gaulle 92140 Clamart stephane.pl...@edf.fr Tél. : 01 47 65 51 10 Un geste simple pour l'environnement, n'imprimez ce messa