Re: [Paraview] Error in running ParaviewWeb

2012-10-23 Thread Sebastien Jourdain
The wiki does not recommend the system tomcat as it is the most complex setup, it just provide some background information to help an experienced user to setup a head-less server if mandatory. Here is the set of command line needed to download, unpack and run activemq. $ curl

Re: [Paraview] No rendering in ParaviewWeb with javascript

2012-10-29 Thread Sebastien Jourdain
create this visualization. Thanks Sumit From: Sebastien Jourdain [sebastien.jourd...@kitware.com] Sent: Friday, October 26, 2012 3:48 AM To: Purohit, Sumit Cc: paraview@paraview.org Subject: Re: [Paraview] No rendering in ParaviewWeb

Re: [Paraview] No rendering in ParaviewWeb with javascript

2012-11-02 Thread Sebastien Jourdain
as it is Valid JSON. where can i find code for VisualizationsManager.invoke() method so that i can see how is it using input parameters ? Thanks Sumit Purohit From: Sebastien Jourdain [sebastien.jourd...@kitware.com] Sent: Monday, October 29, 2012 6:27 AM

Re: [Paraview] Export X3D Files via Python version 3.8

2012-11-14 Thread Sebastien Jourdain
) to exporters.X3DBinaryExporter(**FileName=foo.x3d) for example ) , but couldn't find a way to do it. Is there some easy way to export as binary x3d, instead of ascii? Thanks for reading, best regards Andrea Sebastien Jourdain wrote: Hi guys, the solution is as follow: from paraview.simple import

Re: [Paraview] Fwd: vtkStripper with programmable source

2012-11-15 Thread Sebastien Jourdain
Hi Eddy, the reason for that is we are missing a bunch of import in ${PV_SRC}/Wrapping/Python/paraview/vtk/__init__.py But if you add that line, that will solve your vtk.vtkStripper() call. from vtkFiltersCorePython import * I'll push more vtk module into __init__.py so that should be

Re: [Paraview] Fwd: vtkStripper with programmable source

2012-11-16 Thread Sebastien Jourdain
but it works perfectly. Eddy 2012/11/15 Sebastien Jourdain sebastien.jourd...@kitware.com Hi Eddy, the reason for that is we are missing a bunch of import in ${PV_SRC}/Wrapping/Python/paraview/vtk/__init__.py But if you add that line, that will solve your vtk.vtkStripper() call

Re: [Paraview] help with a simple script?

2012-11-16 Thread Sebastien Jourdain
Hi Celia, if you use the vtkWriter directly without using a proxy you will need to do: writer.SetInput(o.GetClientSideObject()) But the better way to do that is by following http://www.paraview.org/Wiki/ParaView/Python_Scripting#Writing_Data_Files_.28ParaView_3.9_or_later.29 And maybe, you

Re: [Paraview] ANN: ParaView 3.98.0, Release Candidate 1 now available for download

2012-11-16 Thread Sebastien Jourdain
Next week you will also find a debian special in the nightly download too. Or if you can not wait you can download it from cdash here: http://open.cdash.org/upload/7196820b319881c414eb102f1cb92b006cb1b400/ParaView-3.98.0-RC2-Linux-64bit.tar.gz Seb On Fri, Nov 16, 2012 at 1:15 AM, Gena Bug

Re: [Paraview] Fwd: vtkStripper with programmable source

2012-11-16 Thread Sebastien Jourdain
on the output messages window : string:1: SyntaxWarning: import * only allowed at module level 2012/11/16 Sebastien Jourdain sebastien.jourd...@kitware.com Hi Eddy, what do you mean by There's just a python warning in the output messages window but it works perfectly. What have you done ? Thanks

Re: [Paraview] help with a simple script?

2012-11-16 Thread Sebastien Jourdain
Hi Celia, I'm not sure to follow what you mean by it freezes and new layout window. When you render something from Python, the window is not interactive, so maybe that's what you call freeze. And you need to manually call Render() to update its content. Regarding the layout window, I don't

Re: [Paraview] Show custom cube axes annotations

2012-11-18 Thread Sebastien Jourdain
far. Felipe Le 16 nov. 12 à 19:33, Sebastien Jourdain a écrit : Hi Felipe, could you rephrase your question, as I'm not sure to follow you anymore. Specially what are the piece of informations that are still missing to you. Thanks, Seb On Fri, Nov 16, 2012 at 1:13 PM, Felipe Bordeu

Re: [Paraview] Show custom cube axes annotations

2012-11-19 Thread Sebastien Jourdain
very much for all the help, I finally succeeded to create the filter. I can transform my data (for example, expand one dimension ) and keep the originals labels. Thanks again, Felipe Here is a screen-shot: Le 18/11/2012 15:48, Sebastien Jourdain a écrit : Hi Felipe, Lets state what we

Re: [Paraview] help with a simple script?

2012-11-19 Thread Sebastien Jourdain
Hi Celia, I think you found a bug, but I think I have something for you. The following method should clear the view/layouts. Seb $ def clearLayout(): ... pxm = servermanager.ProxyManager() ... for layout in GetLayouts(): ... pxm.UnRegisterProxy(layouts, layout[0], GetLayouts()[layout])

Re: [Paraview] help with a simple script?

2012-11-20 Thread Sebastien Jourdain
Hi Celia, The weird thing is that you don't have any object in your layout. {('ViewLayout1', '2178'): HERE , ('ViewLayout1', '275'): HERE } This create the issue that you are seeing. Although, what you/we try to solve might not be the real issue. So I don't really know what is going on when you

Re: [Paraview] Fwd: vtkStripper with programmable source

2012-11-21 Thread Sebastien Jourdain
Hi Eddy, after talking with Berk, we won't load that module by default and you will just need to load it yourself in your script. Seb On Fri, Nov 16, 2012 at 9:37 AM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Ah ok, I was referring to that line inside the ${PV_SRC}/Wrapping

Re: [Paraview] [Paraview-developers] Point Sprite Representation

2012-11-22 Thread Sebastien Jourdain
Did you switch to advanced mode ? The little gear on the top right of the panel. In advanced mode, you should get as much settings as before. Seb On Thu, Nov 22, 2012 at 12:57 PM, Alejandro RIBES alejandro.ri...@edf.frwrote: Hi everybody, I have been playing with the Generate Quadrature

Re: [Paraview] [Paraview-developers] Point Sprite Representation

2012-11-23 Thread Sebastien Jourdain
Hi Christian, thanks for the feedback, we will look at those bugs. Seb On Fri, Nov 23, 2012 at 2:54 AM, Christian Richter christian.rich...@ovgu.de wrote: Christian ___ Powered by www.kitware.com Visit other Kitware open-source projects at

[Paraview] ANN: ParaView 3.98.0, RC3 available for download

2012-11-23 Thread Sebastien Jourdain
Folks, In preparation of the next ParaView release, the ParaView 3.98.0, RC3 is now available for download ( http://paraview.org/paraview/resources/software.php). We will have a detailed summary for the new features and enhancements in this release soon. In the mean time, a complete list of

Re: [Paraview] ANN: ParaView 3.98.0, RC3 available for download

2012-11-26 Thread Sebastien Jourdain
I must have forgotten the source tarball but if you checkout master that is the current RC3. I'll try to upload the source tarball tomorrow. Seb On Mon, Nov 26, 2012 at 10:30 PM, Orion Poplawski or...@cora.nwra.comwrote: On 11/23/2012 11:10 AM, Sebastien Jourdain wrote: Folks

Re: [Paraview] ParaView-3.98.0-RC3-Linux-32bit-glibc-2.15 not available

2012-11-27 Thread Sebastien Jourdain
Good catch. In fact we don't generate that file. Therefore, if you want a 32bit linux ParaView binary, you will need to get the one with the older libc. Sorry about that, I update the Web site right away, Seb On Tue, Nov 27, 2012 at 6:49 AM, Patrick Brockmann patrick.brockm...@lsce.ipsl.fr

[Paraview] ParaView GateKeeper Review Summary

2012-11-28 Thread Sebastien Jourdain
Caution, from now on, topics that were in next before the gatekeeper review and that haven't been merged to master will be automatically removed from next so next will basically be equivalent to master. The reason is to give any contributor the opportunity to rebase their work on top of master in

Re: [Paraview] [ParaViewWeb]

2012-11-28 Thread Sebastien Jourdain
Hi Joe, Could you explain slightly what you've done so far to install and run the examples ? Moreover, are you running tomcat as your user or are you relying on the system package of your linux box ? Oh wait, what OS are you trying that out ? Thanks, Seb On Wed, Nov 28, 2012 at 10:04 AM, Joe

Re: [Paraview] VTK-file written by ParaView cannot be read by ParaView

2012-11-28 Thread Sebastien Jourdain
There is no multi-block legacy format. What file extension did you try to write ? It should be .vtm by default. On Wed, Nov 28, 2012 at 11:52 AM, Ian Krukow i.kru...@tu-braunschweig.dewrote: Hi, I have loaded an EnSight file (results from an external code) into ParaView, taken a slice from

Re: [Paraview] VTK-file written by ParaView cannot be read by ParaView

2012-11-29 Thread Sebastien Jourdain
: No matching writer found for extension: vtk Is .vtk not a valid file extension? Am 28.11.2012 19:55, schrieb Sebastien Jourdain: There is no multi-block legacy format. What file extension did you try to write ? It should be .vtm by default. On Wed, Nov 28, 2012 at 11:52 AM, Ian Krukow i.kru

Re: [Paraview] How to install into /usr/lib64 with 3.98.0 RC3?

2012-11-29 Thread Sebastien Jourdain
That should work but you can also try with VTK_INSTALL_LIB_DIR. So where those library being copied then ? Thanks, Seb On Wed, Nov 28, 2012 at 5:35 PM, Orion Poplawski or...@cora.nwra.comwrote: In the past I've made paraview install libraries into /usr/lib64/paraview with

Re: [Paraview] off screen rendering in pvpython

2012-11-29 Thread Sebastien Jourdain
You need to compile ParaView/pvpython with OSMesa. On Thu, Nov 29, 2012 at 7:57 AM, Indrajit Jagtap indrajit.jag...@tridiagonal.co.in wrote: Hi, I am using following command to take images in pvpython - WriteImage(OUTFILE, Writer=vtkPNGWriter) How do I configure it to not open any

Re: [Paraview] [ParaViewWeb]

2012-11-29 Thread Sebastien Jourdain
. It's being run as my user, so hopefully isn't a permissions problem. This is on CentOS 6.1 Thanks for the help, Regards, Joseph David Borġ http://www.jdborg.com On 28 November 2012 18:52, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Hi Joe, Could you explain slightly

Re: [Paraview] (no subject)

2012-11-29 Thread Sebastien Jourdain
I don't know ? what your script is supposed to do ? Render an image and quit ? On Thu, Nov 29, 2012 at 1:19 PM, Timothy Cale drtsc.p...@gmail.com wrote: I am using paraview 3.14 (64 bit, ubuntu 12.04 vm on a MBP). I am trying to run pvpython to view .py files generated using Trace: 'which'

[Paraview] ANN: ParaView GateKeeper Review Summary

2012-11-30 Thread Sebastien Jourdain
Hi all, Caution, from now on, topics that were in next before the gatekeeper review and that haven't been merged to master will be automatically removed from next so next will basically be equivalent to master. In an effort to clean up stage please remove any deprecated or dead branches that

Re: [Paraview] (no subject)

2012-12-01 Thread Sebastien Jourdain
, Nov 30, 2012 at 1:03 PM Subject: Re: [Paraview] (no subject) To: Sebastien Jourdain sebastien.jourd...@kitware.com Cc: paraview@paraview.org paraview@paraview.org Update: I am able to write a ply file using CreateWriter (see attached first_stab.py and nanovtp files). But the ply file

Re: [Paraview] How to install into /usr/lib64 with 3.98.0 RC3?

2012-12-01 Thread Sebastien Jourdain
Glad we find the solution. On Fri, Nov 30, 2012 at 4:03 PM, Orion Poplawski or...@cora.nwra.comwrote: On 11/29/2012 07:27 PM, Sebastien Jourdain wrote: That should work but you can also try with VTK_INSTALL_LIB_DIR. Looks like they are replaced with: -DVTK_INSTALL_INCLUDE_DIR

Re: [Paraview] (no subject)

2012-12-01 Thread Sebastien Jourdain
of other output) appears: vtkSMWriterFactory (0xc89c10): No matching writer found for extension: ply Thanks again, Tim On Sat, Dec 1, 2012 at 8:42 AM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Here is the script that you should run from paraview.simple import * data

Re: [Paraview] new memory inspector panel documentation

2012-12-01 Thread Sebastien Jourdain
Thanks Burlen, I've moved your doc inside the User guide on the wiki. I'll regenerate the PDF of the User Guide for the coming release which will include your contribution. Thanks again, Seb On Sat, Dec 1, 2012 at 1:25 PM, Burlen Loring blor...@lbl.gov wrote: Just wanted to mentioned that

[Paraview] ANN: ParaView 3.98.0 is available for download

2012-12-03 Thread Sebastien Jourdain
*Folks, ParaView 3.98.0 is now available for download (http://paraview.org/paraview/resources/software.php). This is slated to be the final major release in the 3 series, hence the dramatic change in version number since the last release (3.14.1). If needed, we will have patch release(s) before

Re: [Paraview] remove opengl windows when using python script

2012-12-04 Thread Sebastien Jourdain
Hi, you need to build ParaView/pvpython with OSMesa. Seb On Mon, Dec 3, 2012 at 6:12 AM, hicham mach hicham.m...@gmail.com wrote: Hi, I use PV with a python script for the post-treatment of large range of data and save several images. My problem is that when I run my python script in an

Re: [Paraview] Trying to run the servers on parallel

2012-12-04 Thread Sebastien Jourdain
Hi Kevin, How good is your network between the remote PC that execute pvserver and your client computer that run paraview ? How big is your data ? What type of data is that ? Structured or unstructured ? Did you try to run pvserver on that very same machine without using MPI ? Does that change

Re: [Paraview] [Paraview-developers] ParaView will not start in multi-core mode

2012-12-04 Thread Sebastien Jourdain
Hi Josh, which MPI are you using locally ? Do you know if it is the same as the one we compiled ParaView with ? http://paraview.org/Wiki/ParaView/Binaries#ParaView-3.98.0 Thanks, Seb On Mon, Dec 3, 2012 at 11:06 PM, Joshua Murphy joshua.mur...@lasp.colorado.edu wrote: Hello all, I am

Re: [Paraview] [Paraview-developers] ParaView will not start in multi-core mode

2012-12-05 Thread Sebastien Jourdain
Bug reported here: http://www.paraview.org/Bug/view.php?id=13702 On Tue, Dec 4, 2012 at 10:41 AM, Joshua Murphy joshua.mur...@lasp.colorado.edu wrote: Hello all, I am getting the following error when trying to start in multi-core mode Generic Warning: In

Re: [Paraview] Annotate time filter

2012-12-05 Thread Sebastien Jourdain
You can use the Python Annotation Filter and make the proper Python processing code to present the time information the way you want. http://paraview.org/Wiki/Users_Guide_Annotation#Python_annotation_filter Seb On Wed, Dec 5, 2012 at 3:52 AM, Xueli Wang w...@knmi.nl wrote: Dear paraview

Re: [Paraview] Annotate time filter

2012-12-05 Thread Sebastien Jourdain
Oops, that's probably only on 3.98 which you can download from the ParaView website if you don't want to build it. Seb On Wed, Dec 5, 2012 at 8:37 AM, Xueli Wang w...@knmi.nl wrote: Hello Seb, Thanks a lot for your reply. I just looked I didn't see something like Python Annotation in the

Re: [Paraview] How do to use the new ParaViewSuperbuild repository

2012-12-06 Thread Sebastien Jourdain
Hi Felipe, from our superbuild on the CDash you can get how ours are setup. Basically here is the set of options defined for one of them: set (dashboard_cache ENABLE_acusolve:BOOL=ON ENABLE_boost:BOOL=ON ENABLE_cgns:BOOL=ON ENABLE_cosmologytools:BOOL=ON ENABLE_ffmpeg:BOOL=ON

Re: [Paraview] remove opengl windows when using python script

2012-12-06 Thread Sebastien Jourdain
are for linux machines). Can you explain to me how i can do this? Thank you again! Hicham 2012/12/4 Sebastien Jourdain sebastien.jourd...@kitware.com Hi, you need to build ParaView/pvpython with OSMesa. Seb On Mon, Dec 3, 2012 at 6:12 AM, hicham mach hicham.m...@gmail.comwrote: Hi, I

[Paraview] ANN: ParaView GateKeeper Review Summary

2012-12-07 Thread Sebastien Jourdain
Hi all, Caution, from now on, topics that were in next before the gatekeeper review and that haven't been merged to master will be automatically removed from next so next will basically be equivalent to master. In an effort to clean up stage please remove any deprecated or dead branches that

Re: [Paraview] Use Calculator on a MultiBlock Data set

2012-12-11 Thread Sebastien Jourdain
Is merging the blocks an option ? On Tue, Dec 11, 2012 at 3:33 PM, Michael Jackson mike.jack...@bluequartz.net wrote: I have a reader that gives me a MultiBlock Data set. I use the Extract MultiBlock to pull out 3 blocks: Phi1, Phi, Phi2. These values are in Degrees and I need to convert

Re: [Paraview] Use Calculator on a MultiBlock Data set

2012-12-12 Thread Sebastien Jourdain
mike.jack...@bluequartz.net BlueQuartz Software Dayton, Ohio Sent from my mobile device. Please excuse the shortness of the reply. On Dec 11, 2012, at 19:18, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Is merging the blocks

Re: [Paraview] Use Calculator on a MultiBlock Data set

2012-12-12 Thread Sebastien Jourdain
, Sebastien Jourdain wrote: Does all your block share the same array names ? On Tue, Dec 11, 2012 at 9:20 PM, Michael Jackson mike.jack...@bluequartz.net wrote: Nope. The next filter depends on the multiblock dataset being there. - Mike Jackson www.bluequartz.net

Re: [Paraview] Trying to run the servers on parallel

2012-12-12 Thread Sebastien Jourdain
a single part of the data (with 165MB or 330MB) I could change the filter but it needs very long to do that. When I first use isosurfaces on the data than I have no problem to view the data or to move it around. Where could be the problem? Kevin *From:* Sebastien Jourdain sebastien.jourd

Re: [Paraview] Problems with installing pvpython

2012-12-13 Thread Sebastien Jourdain
Hi Pradeep, did you tried to do that ? $ cd /Applications/paraview.app/Contents/bin $ ./pvpython from paraview.simple import * Cone() Show() Render() Do you manage to see the cone in a 3D window ? Seb On Thu, Dec 13, 2012 at 3:47 AM, Pradeep Jha pradeep.kumar@gmail.comwrote: Hello,

Re: [Paraview] ParaView-3.98.0-Windows-64bit crashes volume rendering

2012-12-13 Thread Sebastien Jourdain
Hi Paul could you file a bug ? And check if you can reproduce the crash with the Wavelet source. Thanks, Seb On Wed, Dec 12, 2012 at 4:18 PM, Paul McIntosh paul.mcint...@internetscooter.com wrote: Hi, Note sure if this has been reported but I just tried ParaView-3.98.0-Windows-64bit from

[Paraview] ANN: ParaView GateKeeper Review Summary

2012-12-14 Thread Sebastien Jourdain
Hi all, Caution, from now on, topics that were in next before the gatekeeper review and that haven't been merged to master will be automatically removed from next so next will basically be equivalent to master. In an effort to clean up stage please remove any deprecated or dead branches that

Re: [Paraview] Problems with rendering/interacting with a large-ish volume data set...

2012-12-14 Thread Sebastien Jourdain
This definitely seems to be a set of bugs. Can you share your data privately with us ? So we can track that down ? Thanks, Seb On Fri, Dec 14, 2012 at 4:26 PM, Brian Corrie bcor...@sfu.ca wrote: Hello all, I was wondering if someone could provide me with some advice. I am trying to work

Re: [Paraview] Problems with rendering/interacting with a large-ish volume data set...

2012-12-15 Thread Sebastien Jourdain
the second image. I can give you the Zeros file, but it is probably faster to generate it than download. Let me know if you want the file... 8-) Brian On 14/12/2012 2:33 PM, Sebastien Jourdain wrote: This definitely seems to be a set of bugs. Can you share your data privately with us ? So we can

Re: [Paraview] Overlay image over sphere

2012-12-16 Thread Sebastien Jourdain
You need to add your raster as texture to the sphere. In the property panel (Turn on the advanced option), you should find an option to add a texture to your sphere. Seb On Sun, Dec 16, 2012 at 8:38 AM, deb ot...@hush.ai wrote: Hi, I'm new Paraview user, so many things may not be obvious.

Re: [Paraview] Does anyone know of a paraview version where Clip Closed Surface actually worked?

2013-01-02 Thread Sebastien Jourdain
I've reported a bug here: http://www.paraview.org/Bug/view.php?id=13764 On Mon, Dec 31, 2012 at 12:02 PM, Robert Akers rob.ak...@gmail.com wrote: In my previous version of paraview (3.10?) Clip Closed Surface sort of worked, however it was hit and miss as to whether you'd get a nice closure

Re: [Paraview] Paraview is running slow

2013-01-05 Thread Sebastien Jourdain
What do you call slow ? Is it the rendering part ? If that's the case, it might be your driver for your graphic card that is not up-to-date. Seb On Fri, Jan 4, 2013 at 7:11 PM, Pradeep Jha prad...@ccs.engg.nagoya-u.ac.jp wrote: Hello, I installed Paraview on my Macbook Air with 1 processor

Re: [Paraview] superbuild on Mac

2013-01-09 Thread Sebastien Jourdain
Hi Felipe, You were right there was a slight issue on the page that we just fix. The computer on which we build on is a 10.7.3 but we definitely use the 10.6 SDK to allow the generated binaries to work from 10.6 to 10.8. Hope that helps, and thanks for reporting the issue. Seb On Wed, Jan 9,

Re: [Paraview] QuadView from C++

2013-01-09 Thread Sebastien Jourdain
Hi Michael, That should work, but please make sure the plugin is properly loaded. To do so you can set the environment variable PV_PLUGIN_DEBUG=1 and see if the loading is successfully achieved. Seb On Wed, Jan 9, 2013 at 10:26 AM, Michael Reuter reute...@ornl.gov wrote: Hi, I'm trying

Re: [Paraview] QuadView from C++

2013-01-10 Thread Sebastien Jourdain
the view comes up. Cheers, M From: Sebastien Jourdain sebastien.jourd...@kitware.commailto: sebastien.jourd...@kitware.com Date: Wednesday, January 9, 2013 8:36 PM To: Michael Reuter reute...@ornl.govmailto:reute...@ornl.gov Subject: Re: [Paraview] QuadView from C++ You right

Re: [Paraview] pqMultiSliceView bug?

2013-01-10 Thread Sebastien Jourdain
The origin is always 0 as we rely on the slice offset. So in order to figure out easily where each slice is, it is better to have an origin at 0, so the offset become the location on any slice. Does that make sense ? Seb On Thu, Jan 10, 2013 at 1:02 PM, Michael Reuter reute...@ornl.gov wrote:

Re: [Paraview] Paraview plugin doesn't load the GUI.

2013-01-11 Thread Sebastien Jourdain
If the plugin is composed of C++ code (ui or processing code), what need to be loaded is the compiled library (.dll/.so/.dylib) not the xml. The XML is just when you want to expose some VTK classes to the ParaView GUI with auto generated panel. To build the ParaView examples you will need to

Re: [Paraview] ADIOS Pixie Image Format

2013-01-26 Thread Sebastien Jourdain
-7159 On Jan 24, 2013, at 12:46 PM, Sebastien Jourdain sebastien.jourd...@kitware.commailto:sebastien.jourd...@kitware.com wrote: Hi Norbert, do you mind responding to Sean about that and maybe you have some dataset that can be shared which we could include in the ParaViewData repo

Re: [Paraview] ADIOS Pixie reader not loading properly

2013-02-06 Thread Sebastien Jourdain
The Adios reader available in the 3.14 code base was mostly focusing on the pathspace protocol. If you can try 3.98.x there is a new version of the reader which hopefully should be more stable and work with the current adios version. Seb On Wed, Feb 6, 2013 at 2:59 PM, Pettey . Lucas

Re: [Paraview] collaboration multi-clients

2013-02-11 Thread Sebastien Jourdain
Hi Jean, Since the modularization of ParaView (3.98) the collaboration.py module didn't get updated to properly use the new module name. I guess you should fill a bug for that. Other than that, collaboration should works just fine. Did you tried with the desktop application ? Thanks, Seb

[Paraview] Gatekeeper Review Summary

2013-02-22 Thread Sebastien Jourdain
SUMMARY - Topics merged into master: 0012052-python-trace-load-plugins 0013695-distinguish-PluginReader-from-VisItBridge (VTK) 0013870-fix-jpeg-mem-src-conflict 13887-avoid-spurious-render (VTK)

Re: [Paraview] python enabling PV configuration

2013-02-25 Thread Sebastien Jourdain
I think PV 3.98.x requires python 2.7. On Sun, Feb 24, 2013 at 10:42 PM, Chris Bording cbord...@ivec.org wrote: Hi, I have been able to build and compile a working version of Paraview-3.14.1 and ParaView-3.98.1 using gcc 4.4.6 and openmpi-1.6.3 but I am unable to get python configure with

Re: [Paraview] MantaView in pvpython

2013-03-04 Thread Sebastien Jourdain
Replace : MantaView1 = CreateRenderView() By : MantaView1 = servermanager._create_view(MantaView) On Mon, Mar 4, 2013 at 5:37 AM, Roman Vetter vette...@ethz.ch wrote: Hello everyone, I'm trying to render a VTK mesh with Manta in pvpython. It runs fine in the GUI version of Paraview, but I

Re: [Paraview] TypeError: WriteImage() takes exactly 3 arguments (1 given)

2013-03-18 Thread Sebastien Jourdain
Probably because in the documentation the WriteImage() used is a function and not a method on the view proxy. WriteImage(/tmp/image.png) On Thu, Mar 14, 2013 at 11:28 AM, Anton Shterenlikht me...@bristol.ac.ukwrote: I get this error: view.WriteImage(z.png) Traceback (most recent call

Re: [Paraview] simple vs servermanager python module

2013-03-18 Thread Sebastien Jourdain
The simple module provide an easier API compare to the servermanager one. But simple use servermanager internaly in order to expose simple usage. By default you should use simple and eventually use the servermanager one when or if needed. Seb On Fri, Mar 15, 2013 at 11:31 AM, Anton Shterenlikht

Re: [Paraview] [vtkusers] Annotate global data in paraview

2013-03-18 Thread Sebastien Jourdain
Thanks Marie for reporting the bug, we will look at it as soon as we can. Seb On Mon, Mar 18, 2013 at 10:26 AM, Zenker, Dr. Matthias matthias.zen...@erbe-med.com wrote: Hi Marie, I see Value is: 1.0 in the lower left corner of the display. Matthias -Ursprüngliche Nachricht-

[Paraview] Gatekeeper Review Summary

2013-03-29 Thread Sebastien Jourdain
SUMMARY - Topics merged into master: (VTK) 13950-gl2ps-size-factors 13973_do_not_auto_replace_algorithm_executive 13976_api_for_extra_catalyst_scripts fix-paraviewweb-view-update renable_catalyst_tests

[Paraview] Gatekeeper review summary

2013-03-30 Thread Sebastien Jourdain
SUMMARY - Topics merged into master: paraviewweb-widgets (VTK) python-wrapping quadrature-points-xml ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Unexpected crashing of Paraview 3.98.1.....

2013-03-31 Thread Sebastien Jourdain
Did you double checked that document to see if you didn't made any mistake in the file format ? http://vtk.org/VTK/img/file-formats.pdf If you want you can try to create a cone/plane/sphere inside ParaView and save it as legacy ascii format to look into the file yourself. Seb On Sun, Mar 31,

[Paraview] Gatekeeper Review Summary

2013-04-05 Thread Sebastien Jourdain
SUMMARY - Topics merged into master: 13807-apply-current-panel-only-option 13959-zoom-to-data-in-toolbar 13976_api_for_extra_catalyst_scripts 13990-fix-panel-search 13997_disable_phasta_adaptor

Re: [Paraview] Question on ParaViewWeb/PWApp

2013-04-06 Thread Sebastien Jourdain
Hi Vipin, the issue is related to paraview master itself. The week you fetch ParaView/master was the week when ParaView was broken. Please update ParaView and you should be good to go. In fact, if you are using the latest ParaView, you should use the new version of ParaViewWeb that is currently

Re: [Paraview] Python API problem

2013-04-11 Thread Sebastien Jourdain
You need to update your ParaView to ParaView/master. The version that you have has some python wrapping issue. Seb On Thu, Apr 11, 2013 at 5:22 PM, Zach Mullen zach.mul...@kitware.comwrote: Hi guys, I'm writing a ParaViewWeb application in python and I'm running into trouble. I load the

Re: [Paraview] nightly download link

2013-04-12 Thread Sebastien Jourdain
The nightly download page should be working fine now. Thanks for reporting the issue. Seb On Wed, Apr 10, 2013 at 6:26 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Thanks for reporting, we'll have it fixed soon. There are issues with nightly builds for the past few weeks, we'll

Re: [Paraview] CSV data display

2013-04-17 Thread Sebastien Jourdain
Hi Venkat, you can use the threshold filter to select a given time and create an animation cue that will change the threshold value (the time for you) so you will be able to use the time management of ParaView with your data in a somewhat transparent manner. Seb PS: You might be able to find

Re: [Paraview] UpdatePipeline

2013-04-17 Thread Sebastien Jourdain
It should update the upstream part of the pipeline based on which proxy you call it on. Seb On Wed, Apr 17, 2013 at 9:58 AM, Ian Krukow i.kru...@tu-braunschweig.dewrote: Hi, I have got a question concerning the effect of UpdatePipeline. Does it make a difference from which pipeline object

Re: [Paraview] File parameter in plugin?

2013-04-26 Thread Sebastien Jourdain
The FileListDomain will do the trick... StringVectorProperty animateable=0 command=SetFileName name=FileName number_of_elements=1 panel_visibility=never FileListDomain

Re: [Paraview] ParaViewWeb Compilation

2013-04-29 Thread Sebastien Jourdain
Hi Jane, if you checkout the current ParaView/master that should soon be released as 4.0, you can get an embedded version of ParaViewWeb if you enable Python. You should find inside your build tree a directory named 'www' that contains few sample applications and if you enable the

Re: [Paraview] Cube axes label format

2013-05-02 Thread Sebastien Jourdain
This is not something that is currently supported. On Thu, May 2, 2013 at 1:26 PM, Guðni Karl Rosenkjær grose...@eos.ubc.cawrote: Hello, I am using Paraview to visualize data in UTM coordinates. I have a problem with the labels on the Northing axes, since the label format doesn't include

Re: [Paraview] Does anyone know of a paraview version where Clip Closed Surface actually worked?

2013-05-03 Thread Sebastien Jourdain
I've just pushed a fix that will be in ParaView 4.0 release... See for more details: http://www.paraview.org/Bug/view.php?id=13764 Thanks for reporting the issue, Seb On Fri, May 3, 2013 at 1:17 AM, Martin Genet martin.ge...@ucsfmedicalcenter.org wrote: Dear ParaView people: I'm also

Re: [Paraview] Cube axes label format

2013-05-03 Thread Sebastien Jourdain
the labels and generate the figure I want? Is there anybody that has been able to deal with this problem that can share some idea's? Thanks very much in advance. Cheers, Gudni On Thu, May 2, 2013 at 7:15 PM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: This is not something

Re: [Paraview] Cube axes label format

2013-05-06 Thread Sebastien Jourdain
Thanks Gudni, I've just pushed something to next. commit 89362b00ececb01765ce4683c4b6d40db4164370 Author: Sebastien Jourdain sebastien.jourd...@kitware.com Date: Mon May 6 15:55:27 2013 -0400 Expose CubeAxes Label format to the proxy layer. Change-Id

[Paraview] Gatekeeper review

2013-05-07 Thread Sebastien Jourdain
SUMMARY - Topics merged into master: 13764_clip_closed_surface_XML_FIX 13867_file_nonexistent 13916_spreadsheet_sel_windows 14043_cleanup_coprocessing 14044_panel_apply_cleanup

[Paraview] Gatekeeper review

2013-05-08 Thread Sebastien Jourdain
SUMMARY - Topics merged into master: 13872_sliceview_default (VTK) 13899_log_axis_warning (VTK) multi-block-color-support ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Correct ActiveMQ server version or config with ParaviewWeb SuperBuild

2013-05-10 Thread Sebastien Jourdain
Hi Antti, if you have built ParaViewWeb from ParaView/master from git, you already have the newest version of ParaViewWeb available to you inside ParaView proper. That new version of ParaViewWeb does not require any thirdparty component such as activemq. In fact, if you install

Re: [Paraview] Plugin for rendering vtkGraph in ParaView

2013-05-17 Thread Sebastien Jourdain
Hi, We are currently working in bringing that VTK renderer + representation into ParaView. Although, that work won't be available inside ParaView soon as more effort need to be done toward a proper integration. Although, if you are willing to go further on that matter, I can share that piece of

Re: [Paraview] Correct ActiveMQ server version or config with ParaviewWeb SuperBuild

2013-05-21 Thread Sebastien Jourdain
. WARN:oejw.WebSocketConnectionRFC6455:Text message too large 2097152 chars for SCEP@4a48edb5 2013/5/10 Sebastien Jourdain sebastien.jourd...@kitware.com Hi Antti, if you have built ParaViewWeb from ParaView/master from git, you already have the newest version of ParaViewWeb available to you inside

Re: [Paraview] Plugin for rendering vtkGraph in ParaView

2013-05-21 Thread Sebastien Jourdain
of it or a different integration you’ve done separately? ** ** JB ** ** *From:* paraview-boun...@paraview.org [mailto: paraview-boun...@paraview.org] *On Behalf Of *Sebastien Jourdain *Sent:* 21 May 2013 16:38 *To:* WangWentao *Cc:* paraview@paraview.org *Subject:* Re: [Paraview] Plugin

Re: [Paraview] Correct ActiveMQ server version or config with ParaviewWeb SuperBuild

2013-06-01 Thread Sebastien Jourdain
://stackoverflow.com/questions/16503349/node-http-proxy-with-proxytable-and-websockets 2013/5/21 Sebastien Jourdain sebastien.jourd...@kitware.com The current version of the session manager based on Jetty is just a starting point and depending on the deployment that you expect, you may build your own

Re: [Paraview] New views from python

2013-06-12 Thread Sebastien Jourdain
I've updated the wiki to provide the creation information as well. On Tue, Jun 11, 2013 at 9:13 AM, Reuter, Michael A. reute...@ornl.govwrote: Hi, Sorry for the stupid question, but I'm trying to figure out if the new SliceView and QuadView are available for use from pvpython. This

Re: [Paraview] Superbuild: passing compiler flags

2013-06-13 Thread Sebastien Jourdain
Hi Richard, the solution seems to be elsewhere... The variables that get propagated to ParaView don't have necessarily the same names. (I've listed the ones that are not using the same name) -DMPI_CXX_LIBRARIES:STRING=${PV_MPI_CXX_LIBRARIES}

Re: [Paraview] Superbuild: passing compiler flags

2013-06-13 Thread Sebastien Jourdain
I'm currently pushing a fix that remove that PV_ prefix. So once it's in, you should be good. commit 3fb38e429260288cbb723fb198fa396e6cc2de27 Author: Sebastien Jourdain sebastien.jourd...@kitware.com Date: Thu Jun 13 14:59:55 2013 -0400 Remove PV_ prefix for ParaView MPI variable names

Re: [Paraview] How to simply Reload a data file

2013-06-14 Thread Sebastien Jourdain
There is a way if you are willing to create your own Plugin for the reader that you are using. The XML should look like that ServerManagerConfiguration ProxyGroup name=sources SourceProxy name=ReaderWithButton base_proxygroup=sources base_proxyname=LegacyVTKFileReader Property name=Refresh

Re: [Paraview] How to simply Reload a data file

2013-06-14 Thread Sebastien Jourdain
I forgot to state the obvious, the plugin is a XML one... No code involved... In fact, just having the XML that I wrote in a file extend the UI with a button to refresh the reader should be enough. Need to figure out why the reader factory did not catch up the hint. That should be the only thing

Re: [Paraview] How to simply Reload a data file

2013-06-14 Thread Sebastien Jourdain
Another approach could be a python macro that invalidate the active/selected' proxy in the pipeline, but that one will require the usage of ParaView in built-in mode. If interested I can try to write the corresponding python code... Seb On Fri, Jun 14, 2013 at 10:24 AM, Sebastien Jourdain

Re: [Paraview] How to simply Reload a data file

2013-06-14 Thread Sebastien Jourdain
=ReaderWithButton / /ParaViewReaders /ParaViewPlugin On Fri, Jun 14, 2013 at 10:27 AM, Sebastien Jourdain sebastien.jourd...@kitware.com wrote: Another approach could be a python macro that invalidate the active/selected' proxy in the pipeline, but that one will require the usage of ParaView

Re: [Paraview] ANN: ParaView 4.0.1 is available for download

2013-06-19 Thread Sebastien Jourdain
Both version will work. The version ParaView-4.0.1-Darwin-64bin.dmg works on Leopard, Snow Leopard, Lion and Mountain Lion, but it is using Python 2.6 from the system. In some use case Python 2.6 may not be enough and users may want to rely on a 2.7 version. If so, they should download

Re: [Paraview] ANN: ParaView 4.0.1 is available for download

2013-06-20 Thread Sebastien Jourdain
Hi Matthias, Do you mind trying again, I've updated that web page to avoid a known issue on IE and based on our local test with IE, we managed to get things working again. Thanks for reporting the issue, Seb On Thu, Jun 20, 2013 at 3:14 AM, Zenker, Dr. Matthias matthias.zen...@erbe-med.com

<    1   2   3   4   5   6   >