Re: [Paraview] Dodgy Characters in XML/Python causing failure

2011-12-14 Thread Utkarsh Ayachit
That's very fishy. But this is good start. I kept on seeing these errors on some random dashboards and never was sure why. At least we now have a starting point. Guessing this is a windows machine? What version of Qt? Utkarsh On Wed, Dec 14, 2011 at 5:18 AM, Biddiscombe, John A. biddi...@cscs.ch

Re: [Paraview] paraview 3.12.0 in command mode with --run-test not working

2011-12-19 Thread Utkarsh Ayachit
Try --test-script=.. Utkarsh On Mon, Dec 19, 2011 at 9:56 AM, Jaime A V jaiar...@gmail.com wrote: Dear all, I have downloaded the latest version of paraview binaries (3.12.0) and I've tried to run the following command from a console: paraview --data=.vtu --run-test=.xml

Re: [Paraview] Help file for Custom plugin NOT being included with Deployed ParaView.

2011-12-21 Thread Utkarsh Ayachit
Folks, This feature has been merged into master. http://paraview.org/Wiki/Plugin_HowTo#Adding_Documentation_for_Plugins Utkarsh On Fri, Dec 2, 2011 at 5:38 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Folks, I've made some progress on this. If anyone's interested in trying

Re: [Paraview] paraview Animation

2012-01-02 Thread Utkarsh Ayachit
Try turning off Use Offscreen Rendering for Screen Shots from Edit | Settings Dialig (Render View Page) Utkarsh On Mon, Jan 2, 2012 at 9:12 AM, Fang zyfzyf33040...@126.com wrote: Dear all, I encounter an problem when I use save animation in Paraview. The film saved has a totally different

Re: [Paraview] Unreclaimed memory in coprocessing? (PV 3.12.0 and git-master)

2012-01-10 Thread Utkarsh Ayachit
John, What did you use for your memory profiling? Utkarsh On Tue, Jan 10, 2012 at 9:51 AM, Biddiscombe, John A. biddi...@cscs.chwrote: Takuya ** ** Running a test of coprocessing on a very small simulation using just 2 cores on the desktop, I am seeing what looks like a very small

Re: [Paraview] Bug in volume rendering of unstructured grids on server

2012-01-11 Thread Utkarsh Ayachit
Can you try running pvserver as follows: mpiexec pvserver --use-offscreen-rendering Does that help? Utkarsh On Tue, Jan 10, 2012 at 5:52 PM, Cory Quammen cquam...@cs.unc.edu wrote: Dear all, I am attempted to do client/server rendering of an unstructured grid using ParaView 3.12 that I

Re: [Paraview] Distributing PVSC files (ParaView 4.0)

2012-01-12 Thread Utkarsh Ayachit
/Computing Architectures Branch ARL/DSRC (DoD Shared Resource Center) Phone:  410-278-6266 From: Utkarsh Ayachit [utkarsh.ayac...@kitware.com] Sent: Friday, December 09, 2011 1:27 PM To: paraview@paraview.org Cc: Angelini, Richard C USA CIV (US

Re: [Paraview] Distributing PVSC files (ParaView 4.0)

2012-01-13 Thread Utkarsh Ayachit
From: Utkarsh Ayachit [utkarsh.ayac...@kitware.com] Sent: Thursday, January 12, 2012 6:07 PM To: Angelini, Richard C CIV (US) Cc: paraview@paraview.org Subject: Re: [Paraview] Distributing PVSC files (ParaView 4.0) Great! Thanks for trying it out. Let me know if there are any tweaks that would

Re: [Paraview] Convenient copy of VTK within ParaView

2012-01-13 Thread Utkarsh Ayachit
Mathieu, While it's possible to enable such an advanced option, such a feature is fraught with complications until we sync VTK and ParaView release. Through conversations with folks here, we are indeed trying to achieve that i.e. synchronize VTK and ParaView releases. VTK's cmake rules (and

Re: [Paraview] Bug in volume rendering of unstructured grids on server

2012-01-13 Thread Utkarsh Ayachit
It seems to work fine for all rendering aside from volume rendering of unstructured grids. Thanks, Cory On Thu, Jan 12, 2012 at 2:04 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Can you try running pvserver as follows: mpiexec pvserver --use-offscreen-rendering Does that help

Re: [Paraview] ParaView Binaries build config

2012-01-18 Thread Utkarsh Ayachit
What cmake version is this? try printing out the CMAKE_CXX_COMPILER_ID in your cmakelists.txt file for building the plugin. What does it say? It should say something like MSVC. Utkarsh On Wed, Jan 18, 2012 at 10:40 AM, Nehme Bilal nehmebi...@gmail.com wrote: Thank you for your replays. I

Re: [Paraview] Reader Plugin stopped working with ParaView 3.12

2012-01-20 Thread Utkarsh Ayachit
I presume all you're missing is a call to this-view()-render() after all's done. Utkarsh On Tue, Jan 17, 2012 at 4:07 PM, Jagjeet Nain jagjeet.n...@gmail.com wrote: Hi, I had a reader plugin which used to work fine with ParaView 3.8.1, but stopped working when it was compiled with paraview

Re: [Paraview] CSV file significant digits

2012-01-23 Thread Utkarsh Ayachit
There's already a bug for this: http://paraview.org/Bug/view.php?id=12705 Utkarsh On Mon, Jan 23, 2012 at 2:02 PM, Robert Maynard robert.mayn...@kitware.com wrote: The precision is currently hard coded I would recommend submitting a bug that the precision become a user controlled variable.

Re: [Paraview] [EXTERNAL] Re: CSV file significant digits

2012-01-23 Thread Utkarsh Ayachit
I'm pretty sure it's just as trivial to provide an option to the user :). Utkarsh On Mon, Jan 23, 2012 at 2:47 PM, Scott, W Alan wasc...@sandia.gov wrote: Is there any downside to hard coding it to some bigger number, such as 12 digits?  That should be safe and trivial, shouldn’t it? Let

Re: [Paraview] Save image at server's resolution (not gui resolution)

2012-01-24 Thread Utkarsh Ayachit
You can manually specify arbitrary resolution during Save Screenshot. Utkarsh On Mon, Jan 23, 2012 at 10:34 PM, Christoph Willing c.will...@uq.edu.au wrote: When running paraview in client/server mode, the server runs at much higher resolution (3840x2400) than my local desktop (1920x1200). If

Re: [Paraview] Save image at server's resolution (not gui resolution)

2012-01-25 Thread Utkarsh Ayachit
AM, Utkarsh Ayachit wrote: You can manually specify arbitrary resolution during Save Screenshot. Utkarsh On Mon, Jan 23, 2012 at 10:34 PM, Christoph Willing c.will...@uq.edu.au wrote: When running paraview in client/server mode, the server runs at much higher resolution (3840x2400) than my

Re: [Paraview] ParaView 3.12.0 hanging

2012-01-30 Thread Utkarsh Ayachit
The server is expected to complain once the client is killed. The real issue is the hanging part. Are these debug builds? Is it possible to produce a backtrace? Utkarsh On Mon, Jan 30, 2012 at 7:13 AM, Goodwin Lawlor goodwin.law...@ucd.ie wrote: Hi All, We upgraded pvserver from 3.10 to 3.12

Re: [Paraview] [EXTERNAL] Re: CSV file significant digits

2012-02-02 Thread Utkarsh Ayachit
Alan, This issue has been fixed in git-next. We'll have it merged into master soon. The user is shown options to change the precision and using scientific notation when saving data as CSV. http://paraview.org/Bug/view.php?id=12705 Utkarsh On Mon, Jan 23, 2012 at 4:01 PM, Utkarsh Ayachit

Re: [Paraview] Reader Plugin stopped working with ParaView 3.12

2012-02-03 Thread Utkarsh Ayachit
Jageet, Attached is patch to a bug that got introduced in 3.12. I've pushed it to git and it will be included in 3.14. This was causing the issue that you were seeing with 3.12. Thanks for bringing this to our attention. Utkarsh On Fri, Jan 20, 2012 at 9:09 AM, Utkarsh Ayachit utkarsh.ayac

Re: [Paraview] automatically export image from state

2012-02-06 Thread Utkarsh Ayachit
There was a bug in the past with GetRenderView() that I'm sure has been fixed for a while. Not sure, if you're running into it. Try this instead: from paraview.simple import * servermanager.LoadState(toto.pvsm) SetActiveView(GetRenderViews()[0]) Render() WriteImage(toto.png) Utkarsh On

Re: [Paraview] automatically export image from state

2012-02-06 Thread Utkarsh Ayachit
I have tried your solution, but I get TypeError: 'RenderView' object does not support indexing. I'm sure typed GetRenderView instead of GetRenderViews (notice the 's'). In any case, glad it's working. Utkarsh ___ Powered by www.kitware.com Visit

[Paraview] ANN: ParaView 3.14, Release Candidate 2 Available

2012-02-09 Thread Utkarsh Ayachit
Folks, ParaView 3.14.0, Release Candidate #2 is now available for download (http://paraview.org/paraview/resources/software.html). (You read it right, Release Candidate #1 had a very short life span of couple of hours. We nabbed a pesky bug that showed up on Windows just in time.) These notes

Re: [Paraview] Crash on vtr file load

2012-02-10 Thread Utkarsh Ayachit
Dave, We know Matthias previous emails that he had the same crash on clip on 3.12. Utkarsh On Fri, Feb 10, 2012 at 8:45 AM, David E DeMarle dave.dema...@kitware.com wrote: Also what if any plugins do you have loaded, for both versions. David E DeMarle Kitware, Inc. RD Engineer 21

Re: [Paraview] Crash on vtr file load

2012-02-10 Thread Utkarsh Ayachit
Matthias, I'm tempted to believe the clip problem is a memory issue given that it's a 32 bit XP and the data is relative large, as you said. Utkarsh On Fri, Feb 10, 2012 at 9:50 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Dave, We know Matthias previous emails that he had the same

Re: [Paraview] Crash on vtr file load

2012-02-10 Thread Utkarsh Ayachit
, NY 12065-8662 Phone: 518-881-4909 On Fri, Feb 10, 2012 at 9:50 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Dave, We know Matthias previous emails that he had the same crash on clip on 3.12. Utkarsh On Fri, Feb 10, 2012 at 8:45 AM, David E DeMarle dave.dema...@kitware.com

Re: [Paraview] ANN: ParaView 3.14, Release Candidate 2 Available

2012-02-10 Thread Utkarsh Ayachit
Thanks. Good to know. I'll track down who's depending on libbz2 and see if that should be bundled as well to avoid this case. Utkarsh On Fri, Feb 10, 2012 at 9:54 AM, Goodwin Lawlor goodwin.law...@ucd.ie wrote: On 10/02/2012 01:26, Utkarsh Ayachit wrote: Folks, ParaView 3.14.0, Release

Re: [Paraview] ANN: ParaView 3.14, Release Candidate 2 Available

2012-02-10 Thread Utkarsh Ayachit
Burlen, That looks pretty slick! If I had known earlier I would have started with your code :). Any case, what you have definitely sounds interesting. We should work on integrating the two in the future. Utkarsh On Fri, Feb 10, 2012 at 1:30 PM, Burlen Loring blor...@lbl.gov wrote: Hi Utkarsh,

Re: [Paraview] ANN: ParaView 3.14, Release Candidate 2 Available

2012-02-11 Thread Utkarsh Ayachit
Again, I'm getting python stuff installed in the wrong place, e.g.: You're talking of make install in ParaView, right? The full VTK/ParaView cmake lists are currently being redone and we will be addressing these issues. For now, I believe you may try editing the

Re: [Paraview] roadmap to libCGNS v 3.1 ?

2012-02-15 Thread Utkarsh Ayachit
We'll be looking into it post 3.14. On Wed, Feb 15, 2012 at 10:12 AM, Jean-Christophe Penalva jean-christophe.pena...@cines.fr wrote:  Hello,  today the last (git) version of Paraview use the libcgns V2.5 max.  Is there a roadmap to upgrade PV to use a more recent version of libcgns (3.1.3

Re: [Paraview] 3.14 RC2, display tab mismatch selected data in the pipeline

2012-02-15 Thread Utkarsh Ayachit
I believe this was done intentionally. It was noted that people often need to change the eye status for some other filter while editing parameters for another and then to it ended up being quite annoying that the active source changed when one clicked on the eye ball. I'm pretty positive this has

Re: [Paraview] Has the VTKAviWriter issue been resolved?

2012-02-15 Thread Utkarsh Ayachit
I believe that was default codec issue. It has been fixed. I could not reproduce it with 3.14.0-RC2 binaries. Utkarsh On Tue, Feb 14, 2012 at 3:25 PM, Femi Alabi dafemsta...@yahoo.com wrote: Hello, I keep getting the following error whenever I try to save an animation in Paraview 3.10.1 on

Re: [Paraview] 3.14 RC2, display tab mismatch selected data in the pipeline

2012-02-15 Thread Utkarsh Ayachit
to actually select it (in order to use the object inspector or change representation). Regards, Paul On 15 February 2012 16:10, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I believe this was done intentionally. It was noted that people often need to change the eye status for some other

Re: [Paraview] Parallel ParaView - pvserver crash with EnSight file

2012-02-17 Thread Utkarsh Ayachit
What version of Mesa is this? For newer versions, make sure you follow these instructions carefully: http://www.paraview.org/Wiki/ParaView_And_Mesa_3D Utkarsh On Fri, Feb 17, 2012 at 12:26 PM, Paul Urbanczyk urbancz...@llnl.gov wrote: John, Thanks for responding. I have not tried any of the

Re: [Paraview] particle tracking

2012-02-21 Thread Utkarsh Ayachit
Marcelo, Is this using OSMesa for offscreen rendering? There was a memory leak in 3.10.0 that has been subsequently fixed when saving animations with OS Mesa and offscreen rendering enabled. Utkarsh On Mon, Feb 20, 2012 at 6:23 AM, Marcelo Emmel marc...@emmel.eng.br wrote: Jean Favre jfavre at

Re: [Paraview] ParaView 3.12.0 hanging

2012-02-21 Thread Utkarsh Ayachit
-Original Message- From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Utkarsh Ayachit Sent: 30 January 2012 14:38 To: Goodwin Lawlor Cc: paraview@paraview.org Subject: Re: [Paraview] ParaView 3.12.0 hanging The server is expected to complain

Re: [Paraview] Apparent problems with NVIDIA driver on Linux

2012-02-21 Thread Utkarsh Ayachit
Thanks for the info, Cory. Utkarsh On Tue, Feb 21, 2012 at 1:51 PM, Cory Quammen cquam...@cs.unc.edu wrote: I wanted to post some information to hopefully save others time in case they are running into rendering oddities while saving an animation. Summary We have seen rendering problems

Re: [Paraview] ParaView 3.12.0 hanging

2012-02-21 Thread Utkarsh Ayachit
!69b64477()        kernel32.dll!758233ca()        ntdll.dll!77169ed2()        ntdll.dll!77169ea5() nvoglv32 is Nvidia's opengl driver... On 21/02/2012 22:50, Utkarsh Ayachit wrote: Goodwin, Can you verify that the patch works, please?. It still might be too late  for 3.14, but it'll

Re: [Paraview] plot selection over time

2012-02-21 Thread Utkarsh Ayachit
That's not possible currently. There is a feature request on the bug tracker I believe, but we havent addressed it yet. Utkarsh On Tue, Feb 21, 2012 at 2:43 PM, Scott, W Alan wasc...@sandia.gov wrote: Suppose I want to plot a cell variable as a function of time. I can see how to do that with

Re: [Paraview] ParaView 3.12.0 hanging

2012-02-22 Thread Utkarsh Ayachit
but when I do I'll debug the server side. Goodwin On 21/02/2012 23:51, Utkarsh Ayachit wrote: IN that case, can you check where the server process is stuck? A call stack for the server would be helpful. Utkarsh On Tue, Feb 21, 2012 at 2:45 PM, Goodwin Lawlorgoodwin.law...@ucd.ie  wrote: Hi

Re: [Paraview] mpirun ./pvserver

2012-02-22 Thread Utkarsh Ayachit
Verify that the paraview is built with mpi enabled (PARAVIEW_USE_MPI cmake flag must be ON). In most likelihood, it's not. Utkarsh On Wed, Feb 22, 2012 at 2:45 AM, Kaster Might kastermi...@gmail.com wrote: Hi all, I have issues with running parallel pvserver on linux machine. When I try

Re: [Paraview] Problem compiling master on windows

2012-02-22 Thread Utkarsh Ayachit
Paul, vtkPVMessage should have been generated by protobuf. It must have failed to run or something. Try this, touch ParaViewCore/ServerImplementation/Resources/vtkPVMessage.proto and build. You should see something like: Generating vtkPVMessage.pb.h, vtkPVMessage.pb.cc [ 84%] Built target

[Paraview] ANN: ParaView 3.14.0 Available for download

2012-02-22 Thread Utkarsh Ayachit
Folks, ParaView 3.14.0 is now available for download (http://paraview.org/paraview/resources/software.php). These notes give a summary of the major additions to this release. The detailed change-log can be found at http://paraview.org/Bug/changelog_page.php. 'Find Data' dialog used to select

Re: [Paraview] mpirun ./pvserver

2012-02-22 Thread Utkarsh Ayachit
some error on 89%, so I just gave up and downloaded ready-to-go version. I believe that's the reason then. Is there any MPI enabled precompiled distro for linux? Thanks. -- Kaster Might On Feb 22, 2012, at 7:03 AM, Utkarsh Ayachit wrote: Verify that the paraview is built with mpi enabled

Re: [Paraview] copy/pase of clip filter crashes ParaView (tested in 3.14)

2012-02-22 Thread Utkarsh Ayachit
Thanks for reporting Nehme. I've added a bug report: http://paraview.org/Bug/view.php?id=12959 Utkarsh On Wed, Feb 22, 2012 at 11:42 AM, Nehme Bilal nehmebi...@gmail.com wrote: Hello, Just to let you know that copying and pasting of a clip filter causes a crash. I think it will be the same

Re: [Paraview] Problem compiling master on windows

2012-02-22 Thread Utkarsh Ayachit
(with the correct path) it generates the files. Regards, Paul -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: 22 February 2012 17:39 To: Edwards, Paul Cc: paraview@paraview.org Subject: Re: [Paraview] Problem compiling master on windows Paul

Re: [Paraview] PV 3.14 Linux crashes when trying to open a file

2012-02-23 Thread Utkarsh Ayachit
Try running paraview as such: LD_DEBUG=libs ./bin/paraview The click FIle | Open and make it crash. Look at the output generated. It should show you the libraries that it searched for and loaded. See if you detect any Qt library mismatches. Utkarsh On Thu, Feb 23, 2012 at 7:37 AM, Richard

Re: [Paraview] Multiple Point selection error

2012-02-23 Thread Utkarsh Ayachit
attached only when I am using the installable (.exe) version but not the source that I compiled. However, I need to work on my own build version to enable me extend it functionality to achieve my project aim. Please see attached screenshots for the errors. Cheers. On 2/22/12, Utkarsh Ayachit

Re: [Paraview] PV 3.14 Linux crashes when trying to open a file

2012-02-23 Thread Utkarsh Ayachit
The offending line is: find library=libQtSvg.so.4 [0]; searching 7785: trying file=/usr/lib64/qt4/lib64/libQtSvg.so.4 Try the following. If that works, I'll update the binaries: Remove files ./lib/paraview-3.14/iconengines/libqsvgicon.so and

Re: [Paraview] mpirun ./pvserver

2012-02-23 Thread Utkarsh Ayachit
that header file, or whatever QWebPage is. Thanks. -- Kaster Might On Feb 22, 2012, at 12:27 PM, Utkarsh Ayachit wrote: There are on http://www.paraview.org/paraview/resources/software.php, however you have to use mpiexec provided by the package. Utkarsh On Wed, Feb 22, 2012 at 1:53 PM

Re: [Paraview] Compiling Plugins for the Binary Release

2012-02-24 Thread Utkarsh Ayachit
Can you post the CMakeCache.txt file you're using for building the plugin? For linux which super build did you use? The linux binaries were built using the following repo (checkout tag v3.14.0) : https://gitorious.org/paraview-collaboration/paraview-binaries-superbuild To influence the search

Re: [Paraview] PV 3.14 Linux crashes when trying to open a file

2012-02-24 Thread Utkarsh Ayachit
For me, the state files from PV312 are almost compatible with PV 314: when opening an earlier version state file, PV 314 just proposes to create an additional view that may be canceled and I  recover the full saved state. Maybe this is due to the new Layout feature ? That shouldn't affect it.

Re: [Paraview] Compiling Plugins for the Binary Release

2012-02-24 Thread Utkarsh Ayachit
though, if I can make that work that will probably suffice. Thanks for the RPATH hint, that is actually quite helpful. Regards Oliver On 02/24/2012 02:30 PM, Utkarsh Ayachit wrote: Can you post the CMakeCache.txt file you're using for building the plugin? For linux which super build did

Re: [Paraview] PV 3.14 Linux crashes when trying to open a file

2012-02-24 Thread Utkarsh Ayachit
Richard, A state file without data would help too. Let's start there and see if we can address the issues. Thanks, Utkarsh On Fri, Feb 24, 2012 at 9:11 AM, Richard GRENON richard.gre...@onera.fr wrote: Utkarsh Ayachit a écrit : For me, the state files from PV312 are almost compatible with PV

Re: [Paraview] PV 3.14 Linux crashes when trying to open a file

2012-02-24 Thread Utkarsh Ayachit
Thanks Richard, I could reproduce both the issue. I've pushed a fix for the first and I'll track the second one down as well. FYI: http://paraview.org/Bug/view.php?id=12964 Utkarsh ___ Powered by www.kitware.com Visit other Kitware open-source

Re: [Paraview] PV 3.14 Linux crashes when trying to open a file

2012-02-24 Thread Utkarsh Ayachit
Thank you Utkarsh. Removing these libraries makes PV 314 able to open data files or load pvsm states. Please, let me know when the updated binaries will be available and I will make tests. Richard, the new binaries have now been uploaded. Utkarsh

Re: [Paraview] vtkPVMessage.pb.h

2012-02-27 Thread Utkarsh Ayachit
Andy, check this thread out, it may provide some pointer as to what may be happening: http://www.paraview.org/pipermail/paraview/2012-January/023668.html It maybe an issue with ExecuteProtoC.cmake.in Utkarsh On Mon, Feb 27, 2012 at 8:46 AM, Sebastien Jourdain sebastien.jourd...@kitware.com

Re: [Paraview] cmake removing rpath

2012-02-28 Thread Utkarsh Ayachit
This might help too: http://nixos.org/patchelf.html Utkarsh On Tue, Feb 28, 2012 at 7:18 AM, Peter Brady petertbr...@gmail.com wrote: Hi Burlen, Thanks for the help.  The wrapper script solved my problem.  Although, I would still like to know how to officially set the correct paths using

Re: [Paraview] vtkPVMessage.pb.h

2012-02-28 Thread Utkarsh Ayachit
other advice would be appreciated. Cheers, Andy -Original Message- From: Sebastien Jourdain [mailto:sebastien.jourd...@kitware.com] Sent: 28 February 2012 13:20 To: Parker, Andrew (UK Filton) Cc: Utkarsh Ayachit; paraview@paraview.org Subject: Re: [Paraview] vtkPVMessage.pb.h

Re: [Paraview] Step interpolation in keyframes via Python?

2012-03-01 Thread Utkarsh Ayachit
Try, keyframe.Interpolation = Boolean On Thu, Mar 1, 2012 at 7:40 AM, Marc A. Kastner r...@mkasu.org wrote: Hello, I am trying to write a python script for a project where I need to animate stuff. When doing it manually, I usually use the Step interpolation feature between keyframes. How do

Re: [Paraview] Difference between vector and vector_components

2012-03-05 Thread Utkarsh Ayachit
vector_components uses 1 component of the vector to scale. Currently it only uses 0th component (i.e. X component). I believe the panel is missing a widget to pick other components. Utkarsh On Mon, Mar 5, 2012 at 6:47 AM, Richard GRENON richard.gre...@onera.fr wrote: Hello. I think that the

Re: [Paraview] Flip vtk

2012-03-05 Thread Utkarsh Ayachit
Try the Reflect filter. Utkarsh On Sun, Mar 4, 2012 at 3:15 PM, Hila Hiler hilahi...@gmail.com wrote: Hi All, I was wondering, How I can flip a vtk (a simple surface which saved as a vtk file) with Paraview's gui? Thanks! ___ Powered by

Re: [Paraview] plot 2d curve

2012-03-05 Thread Utkarsh Ayachit
question : how can i use a python list as an argument for a Programmable Filer ? Thanks 2012/3/2 Utkarsh Ayachit utkarsh.ayac...@kitware.com If you're using Python scripting exclusively, then you can indeed directly use matplotlib or any other Pyhton modules for generating plots. However

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Utkarsh Ayachit
:43 PM, Utkarsh Ayachit wrote: Burlen, Attached is a patch. Can you please verify if that solves the issue? Seems to working now in my tests. Thanks Utkarsh On Wed, Feb 29, 2012 at 3:33 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com  wrote: Burlen, I haven't tried reproducing

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Utkarsh Ayachit
, not a huge issue but I also had a problem with static builds when trying to enable the visit bridge. The visit bridge and the Point Sprite Pluign both had copies of some of the same code. http://paraview.org/Bug/view.php?id=12972 Burlen On 03/05/2012 10:12 AM, Utkarsh Ayachit wrote: Burlen

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Utkarsh Ayachit
? If not would it still lead to a crash if the binary has VB on, and the server has VB off? On 03/05/2012 11:21 AM, Utkarsh Ayachit wrote: Yes, I believe we ran into that as well. Short of re-factoring the PointSpritePlugin, the work around for now is to disable the point-sprite plugin when

Re: [Paraview] 3.14 pvsc enumeration issues

2012-03-05 Thread Utkarsh Ayachit
, By the way, not a huge issue but I also had a problem with static builds when trying to enable the visit bridge. The visit bridge and the Point Sprite Pluign both had copies of some of the same code. http://paraview.org/Bug/view.php?id=12972 Burlen On 03/05/2012 10:12 AM, Utkarsh Ayachit

Re: [Paraview] Difference between vector and vector_components

2012-03-06 Thread Utkarsh Ayachit
So I wondered why Paraview's vector_components option doesn't have such an additional selector. It;s indeed just an oversight, with no real reason for it being missing. As you noted, the use-case is so uncommon that no one has noticed it since 3.0! Utkarsh

Re: [Paraview] [Paraview-developers] reload data

2012-03-09 Thread Utkarsh Ayachit
John, (I haven't read the full thread so I may be missing something here, so bear with me) I am wondering what's the difference between a vtkSMCommandProperty and vtkSMProperty? ParaView ServerManager does support using vtkSMProperty directly for the purpose you mentioned. Maybe all we need to

Re: [Paraview] Problem compiling master on windows

2012-03-14 Thread Utkarsh Ayachit
this: -- OUTDIR = . When running on the commandline (with the correct path) it generates the files. Regards, Paul -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: 22 February 2012 17:39 To: Edwards, Paul Cc: paraview@paraview.org

Re: [Paraview] paraview plugin for vtkImageGaussianSmooth

2012-03-14 Thread Utkarsh Ayachit
Kate, ParaView doesn't include most of the imaging filters by default due to 2 reasons, 1. not commonly used by users 2. may not necessary work in parallel (esp. for filters that change extents) You are correct, you'd need to write a little plugin to use it in pvpython or the GUI. You can simply

Re: [Paraview] paraview plugin for vtkImageGaussianSmooth

2012-03-14 Thread Utkarsh Ayachit
You are correct, you'd need to write a little plugin to use it in pvpython or the GUI. You can simply write an XML plugin. It should be fairly simple for vtkImageGaussianSmooth, it doesn't seem to have any complex properties. I just saw Burlen's response and yes, I missed the fact that

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Utkarsh Ayachit
Is this with nmake? Utkarsh On Thu, Mar 15, 2012 at 10:14 AM, Francisco Caraballo francisco.caraba...@gmail.com wrote: I get the following error when compiling Paraview 3.12 on Visual Studio Express 2010. fatal error C1083: Cannot open include file: 'vtkPVMessage.pb.h': No such file or

Re: [Paraview] Visibility in Comparative View Inspector

2012-03-15 Thread Utkarsh Ayachit
Andreas, What you are doing is indeed the right way, alas there seems to be a bug in the controlling the Visibility. I've reported a bug: http://paraview.org/Bug/view.php?id=13002 Utkarsh On Thu, Mar 15, 2012 at 5:38 AM, Andreas Puettmann a.puettm...@grs-sim.de wrote: Hi all, I am using a

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Utkarsh Ayachit
15, 2012 at 3:40 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Is this with nmake? Utkarsh On Thu, Mar 15, 2012 at 10:14 AM, Francisco Caraballo francisco.caraba...@gmail.com wrote: I get the following error when compiling Paraview 3.12 on Visual Studio Express 2010. fatal error

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Utkarsh Ayachit
, Francisco Caraballo On Thu, Mar 15, 2012 at 4:46 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: How do you build? Using the visual studio IDE or command line? On Thu, Mar 15, 2012 at 11:33 AM, Francisco Caraballo francisco.caraba...@gmail.com wrote: I generated the project

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Utkarsh Ayachit
3.14 wont work either? Saludos greetings, Francisco Caraballo On Thu, Mar 15, 2012 at 5:25 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Any reason you're not using 3.14? I'm not sure if this is a known issue with 3.12, but we haven't seen this with 3.14 unless using cmake

Re: [Paraview] Unexpected lines in Surface with Edges mode with PV 3.14

2012-03-15 Thread Utkarsh Ayachit
Looks like a weird driver bug or something. I could not reproduce the issue on my Linux box (Debian). Does the same happen with 3.12? On Tue, Mar 13, 2012 at 8:32 AM, Richard GRENON richard.gre...@onera.fr wrote: Hello. In addition to my previous mail, I discovered that this problem of

Re: [Paraview] Problem compiling master on windows

2012-03-15 Thread Utkarsh Ayachit
-Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: 14 March 2012 15:03 To: Paul Edwards Cc: Edwards, Paul; paraview@paraview.org Subject: Re: [Paraview] Problem compiling master on windows Great, thanks. I've pushed the fix (http://paraview.org/Bug/view.php?id

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-15 Thread Utkarsh Ayachit
francisco.caraba...@gmail.com wrote: I'm getting the same error with 3.14: fatal error C1083: Cannot open include file: 'vtkPVMessage.pb.h': No such file or directory Saludos/greetings, Francisco Caraballo On Thu, Mar 15, 2012 at 6:30 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote

Re: [Paraview] --use-offscreen-rendering

2012-03-16 Thread Utkarsh Ayachit
Paul, I verified that the option was never available (at least since 3.10, didn't test before that). The rationale is that pvpython would be used as a client similar to the Qt GUI, in which case offscreen option is never presented. With pvbatch, you are going to be using it as a batch processor,

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Utkarsh Ayachit
it using git apply file.patch but it didnt print any success message. Thanks a lot for all the help! Saludos/greetings, Francisco Caraballo On Thu, Mar 15, 2012 at 10:34 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: The problem is that a tool (namely, protoc.exe) isn't being

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Utkarsh Ayachit
can validate the patch was applied correctly? I did it using git apply file.patch but it didnt print any success message. Thanks a lot for all the help! Saludos/greetings, Francisco Caraballo On Thu, Mar 15, 2012 at 10:34 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Utkarsh Ayachit
, 2012 at 11:43 AM, Francisco Caraballo francisco.caraba...@gmail.com wrote: This file in my computer is in C:\Program Files (x86)\zlib\bin. Should I add this folder somewhere? Saludos, Francisco Caraballo On Fri, Mar 16, 2012 at 4:35 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Utkarsh Ayachit
/greetings, Francisco Caraballo On Fri, Mar 16, 2012 at 4:53 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Better yet, can you try the attached patches please? What I've done is removed the dependency of protoc.exe on these unnecessary extra libraries making it possible to avoid

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Utkarsh Ayachit
::compiler::CodeGeneratorRequest::_default_parameter_' : definition of dllimport static data member not allowed Saludos, Francisco Caraballo On Fri, Mar 16, 2012 at 5:10 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: In that case, just put the two attached files in the source tree

Re: [Paraview] Extract VOI problems

2012-03-16 Thread Utkarsh Ayachit
Any more details to reproduce the issue? Can you reproduce it with Wavelet source? I tried with Wavelet and seems to work fine. Utkarsh On Tue, Mar 6, 2012 at 8:32 AM, Dominik Szczerba domi...@itis.ethz.ch wrote: Hi, As soon as I specify resample rate 1, the output image is damaged (sort of

Re: [Paraview] View control with Python

2012-03-19 Thread Utkarsh Ayachit
But I Couldn't find function as Center of Rotation on Adjust Camera panel. How can I control it with Python? Try: view = GetActiveView() view.CenterOfRotation = [0, 0, 0] And also I want to get a ParaView's Python reference. We can find scripting tutorials on Users' Guide or Wiki, but

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-19 Thread Utkarsh Ayachit
your help. Saludos/greetings, Francisco Caraballo On Fri, Mar 16, 2012 at 7:46 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Francisco, Hopefully this should do it. I tested on my Windows build as well and seems to work as expected. Attached as the new set of files to be placed

Re: [Paraview] Ply visualization

2012-03-20 Thread Utkarsh Ayachit
I'm not familiar with the details of the format, but looking at the implementation (vtkPLYReader), it's only reading in a fixed set of face attributes viz. intensity, r,g,b. Utkarsh On Tue, Mar 20, 2012 at 8:01 AM, Fabrizio Barcaroli saporeatuttele...@hotmail.it wrote: Anyone can help me?

Re: [Paraview] Load many VTK from different folders at once

2012-03-24 Thread Utkarsh Ayachit
Just a comment: if you do not know what reader type to create, you can also use OpenDataFile(filename) function provided by the paraview.simple module. Utkarsh On Fri, Mar 23, 2012 at 6:13 PM, Lorenzo lovecraf...@gmail.com wrote: I've tied that, thank you. Now, my questions are: 1. once I've

Re: [Paraview] documentation in XML files

2012-03-24 Thread Utkarsh Ayachit
It has always been like that. We need to add support for formatting. I remember thinking about it some, but I can't remember if I implemented it or it still remains to be implemented -- the latter is more likely. Utkarsh On Fri, Mar 23, 2012 at 8:12 AM, Paul Edwards paul.m.edwa...@gmail.com

Re: [Paraview] Split plot window vertically by default

2012-03-27 Thread Utkarsh Ayachit
Not currently. Feel free to add a feature request to the bug tracker. On Tue, Mar 27, 2012 at 8:12 AM, Zenker, Dr. Matthias matthias.zen...@erbe-med.com wrote: Hi, since ParaView 3.14, the plot window seems to be split horizontally by default when a new plot is generated, e.g. by the

Re: [Paraview] Split plot window vertically by default

2012-03-27 Thread Utkarsh Ayachit
, or is it a feature? ;) -Ursprüngliche Nachricht- Von: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Gesendet: Dienstag, 27. März 2012 15:17 An: Zenker, Dr. Matthias Cc: paraview@paraview.org Betreff: Re: [Paraview] Split plot window vertically by default Not currently. Feel

Re: [Paraview] build error with boost and additional questions

2012-03-27 Thread Utkarsh Ayachit
All plugins are indeed optional. If you build your server statically, it will include all plugins that were enabled at build time so you may get a warning message when a client connects to the server to load the missing plugins on the client as well, at which point they can be loaded on cleint.

Re: [Paraview] Split plot window vertically by default

2012-03-27 Thread Utkarsh Ayachit
by the aspect ratio of the view.  If the view was taller than wide, it split vertically by default.  If the view was wider than tall, it split horizontally by default.  It now seems to always split horizontally.  Why the change? -Ken On 3/27/12 7:17 AM, Utkarsh Ayachit utkarsh.ayac

Re: [Paraview] build error with boost and additional questions

2012-03-27 Thread Utkarsh Ayachit
If we don't explicitly enable the bridge on the server side, and user is making use of client from the KW binaries, will it crash if a file type associated to the bridge is opened? No it won't, starting 3.14. With 3.14 the client fetches the list of available proxies from the server, so if the

Re: [Paraview] build error with boost and additional questions

2012-03-27 Thread Utkarsh Ayachit
and server crashed. Utkarsh this behaviour seems buggy as per your explanation. On Mar 27, 2012, at 3:45 PM, Utkarsh Ayachit wrote: If we don't explicitly enable the bridge on the server side, and user is making use of client from the KW binaries, will it crash if a file type associated

Re: [Paraview] build error with boost and additional questions

2012-03-27 Thread Utkarsh Ayachit
for xml_group: sources and xml_name: VisItBOVReader global_id: 3404 location: 2 On Mar 27, 2012, at 4:49 PM, Utkarsh Ayachit wrote: What version of ParaView was this? On Tue, Mar 27, 2012 at 5:39 PM, Chourasia, Amit a...@sdsc.edu wrote: My server side Paraview build was built without visit

Re: [Paraview] Unexpected lines in Surface with Edges mode with PV 3.14

2012-03-28 Thread Utkarsh Ayachit
without changing anything, Paraview 312 or 314 gives now clean images with antialiasing... and PV 314 does not show the unexpected lines in Surface with edges view mode ! Very strange ! Best regards. Richard. Utkarsh Ayachit a écrit : Looks like a weird driver bug or something. I could

Re: [Paraview] build error with boost and additional questions

2012-03-28 Thread Utkarsh Ayachit
(0xab9000): Definition not found for xml_group: sources and xml_name: VisItBOVReader global_id: 3404 location: 2 On Mar 27, 2012, at 4:49 PM, Utkarsh Ayachit wrote: What version of ParaView was this? On Tue, Mar 27, 2012 at 5:39 PM, Chourasia, Amit a...@sdsc.edu wrote: My server side

<    9   10   11   12   13   14   15   16   17   18   >