Re: [Paraview] Segmentation fault in 3.11.1 when saving screenshot.

2011-09-01 Thread Utkarsh Ayachit
Try turning off Use Offscreen Rendering for Screenshots from the Edit | Settings | Render VIew dialog. Utkarsh On Thu, Sep 1, 2011 at 4:19 AM, kit kit.chamb...@rocktalkimaging.comwrote: ** Hi All, I'm having some problems saving screen shots with the latest version of Paraview (3.11.1).

Re: [Paraview] Fail to get the input of a mapper

2011-09-06 Thread Utkarsh Ayachit
Not sure where you're adding this code, but you cannot get the whole data merely from the mapper. The input to the mapper will always only be the geometry being rendered which will change with representation type (for outline, the geometry being rendered is only the outline). Utkarsh On Sat, Sep

Re: [Paraview] bug where all points are converted to floating point when run through D3

2011-09-06 Thread Utkarsh Ayachit
Yes, we'll check it out and have it included in the 3.12 if all's well. Utkarsh On Mon, Sep 5, 2011 at 5:58 AM, Paul Edwards paul.m.edwa...@gmail.com wrote: I've just been looking at my issues in mantis and noticed this one - http://www.paraview.org/Bug/view.php?id=11697 I realised I didn't

Re: [Paraview] Crash when using the Information Tab in Object Inspector

2011-09-06 Thread Utkarsh Ayachit
Paul, I've committed a fix and it will be included in 3.12. Thanks for reporting. FYI, commit 6ffd41964cd9681af26769e8e6cf7778de7515ae Author: Utkarsh Ayachit utkarsh.ayac...@kitware.com Date: Tue Sep 6 17:25:00 2011 -0400 Fixed BUG #12571. Update event wasn't fired when needed

Re: [Paraview] Cell and Point Labels for visible cells only

2011-09-07 Thread Utkarsh Ayachit
Duncan, Like Alan said, there's no easy way of doing this. The main inhibitor for such a thing is the fact that it gets a bit tricky in parallel. I've been mulling over this since your email and maybe we can try to provide an improved labelling support for 4.0. Feel free to add this to the bug

Re: [Paraview] Fail to get the input of a mapper

2011-09-07 Thread Utkarsh Ayachit
Please keep the discussion to the mailing list so others can benefit-from/contribute-to the conversion. There isn't any easy way, that I can think of, of getting the whole data in an interactor style. If you can elaborate what you're trying to do, maybe there's another way that using an

Re: [Paraview] add_executable cannot create imported target vtkWrapPython

2011-09-07 Thread Utkarsh Ayachit
Mathieu, I'm not surprised that it doesnt' work. You cannot bring in VTK and ParaView in the same project. If you project depends on both, you should just include ParaView and you'll get access to most of VTK as well (I can't think of anything we disable explicitly when importing VTK, but I may

Re: [Paraview] Screen flicker

2011-09-07 Thread Utkarsh Ayachit
Nathan, I've seen this issue with my macbook pro too. The solution included a visit to the MacStore and getting the motherboard replaced :). Hope your laptop is still under warranty. Also, try switching to the high performance graphics card. I had the issue when my settings were set to use the

Re: [Paraview] Failure in PVBatch (name resolution error?)

2011-09-07 Thread Utkarsh Ayachit
That looks like an MPI setup error. Are you sure you can launch MPI jobs correctly on this machine? Utkarsh On Wed, Sep 7, 2011 at 2:49 PM, Tibi Chelcea tchel...@transim.com wrote: I’m trying to use pvbatch from Paraview 3.10.1, but I get the error below: [TRANSIM-533:09700]

Re: [Paraview] Failure in PVBatch (name resolution error?)

2011-09-07 Thread Utkarsh Ayachit
much time with it anyway), but I'm not entirely sure why I should even need MPI to run pvbatch (given that it ran fine with 3.4). Is there a way to disable MPI use? Tibi -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Wednesday, September 07, 2011

Re: [Paraview] How to prevent rendering after adding a filter

2011-09-09 Thread Utkarsh Ayachit
What is your datatype? There's an Outline Threshold (highlighted in attached screenshot) accessible from Edit |Settings, that you can set to 0 to use outline by default, but it only affects unstructured grids or multiblocks comprising of unstructured grids, if I remember correctly. Utkarsh On

Re: [Paraview] Join two derived variables

2011-09-12 Thread Utkarsh Ayachit
Pablo, Group Datasets filter is combines two or more datasets to form a multiblock dataset comprising of the original datasets. I don't think that's what you mean to do here. When you apply the two calculators, are you applying both to the reader? You may want to apply them one after the other

Re: [Paraview] How do you set LIC parameters in a python trace script?

2011-09-12 Thread Utkarsh Ayachit
after the LIC makes LIC's attributes disapear. I sent a script that illustrates by loading the SLAC tools plugin. If you swap the loads the script will run. On 07/06/2011 04:28 PM, Utkarsh Ayachit wrote: Burlen, Are you sure the plugin is loaded? Utkarsh On Wed, Jul 6, 2011 at 4:29 PM

Re: [Paraview] compute min/max of data array and annotate max and min values for each time step

2011-09-14 Thread Utkarsh Ayachit
Emily, Attached is a custom filter that you can use to label using maximum for point array named ACCL. You change the ARRAYNAME and ARRAYASSOCIATION variable to pick the array of choice. Also, though I've only implemented getting the max value for the magnitude of the array, you can change the

Re: [Paraview] compute min/max of data array and annotate max and min values for each time step

2011-09-14 Thread Utkarsh Ayachit
to strip the attachment. And yes, I will be working in parallel, but not right now. Thanks again, Emily From: Utkarsh Ayachit Sent: Wed 9/14/2011 10:08 AM To: Guzas, Emily L CIV NUWC NWPT Cc: paraview@paraview.org Subject: Re: [Paraview] compute min/max

Re: [Paraview] Object Inspector Tabs

2011-09-18 Thread Utkarsh Ayachit
that I have on the Properties tab over to the Display tab and then add each of them to the Summary Tab through the XML? Thanks, Brian Panneton On Tue, Aug 30, 2011 at 9:52 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Brian, We were currently working on a Summary Panel mechanism

Re: [Paraview] reader plugin in pvbatch

2011-09-23 Thread Utkarsh Ayachit
Joe, I believe you're hitting the GetRenderView() bug that was recently fixed in git-master. Try obtaining the render view by using GetRenderViews()[0] instead. Does that help? Utkarsh On Wed, Sep 21, 2011 at 9:24 PM, joseph insley ins...@mcs.anl.gov wrote: Hi, I have a custom ParaView reader

Re: [Paraview] Update Display Decorator from server

2011-09-27 Thread Utkarsh Ayachit
Brian, In general you can't. Representations don't have access to GUI components. You'll have to put that logic in the decorator itself. Utkarsh On Tue, Sep 27, 2011 at 2:16 PM, Brian Panneton brian.panne...@gmail.com wrote: I have a display decorator that deals with a custom representation in

Re: [Paraview] Fail to add mapper to paraview3.10

2011-09-28 Thread Utkarsh Ayachit
The example included in 3.10 is broken. The example has been fixed in git-master and will get included in 3.12. You can try out the example by checkout out the latest paraview source (http://paraview.org/Wiki/ParaView/Git) Utkarsh On Wed, Sep 28, 2011 at 6:49 AM, 沈恩亚 enya.shen2...@gmail.com

Re: [Paraview] Chart View Question

2011-09-30 Thread Utkarsh Ayachit
Brian, 1) Have multiple outputs for the reader (0 - multiblockdataset, 1 - vtktable). My problem with this is that I would have to open the vtktable with the spreadsheet before I can plot/graph it. I would prefer that it just opened the plot. Although ParaView does support defining default

Re: [Paraview] Cannot compile ParaView using Macports build of Qt

2011-10-10 Thread Utkarsh Ayachit
Looks good to me. I've pushed the fix. http://paraview.org/Bug/view.php?id=12637 Utkarsh On Sat, Oct 8, 2011 at 11:06 AM, Moreland, Kenneth kmo...@sandia.gov wrote: I've been having trouble compiling ParaView on mac using the version of Qt installed with macports. The problem is that I get

Re: [Paraview] Chart View Question

2011-10-10 Thread Utkarsh Ayachit
. Thanks, Brian Panneton From: paraview-boun...@paraview.org [paraview-boun...@paraview.org] on behalf of Utkarsh Ayachit [utkarsh.ayac...@kitware.com] Sent: Friday, September 30, 2011 7:27 PM To: Brian Panneton Cc: ParaView Subject: Re: [Paraview

Re: [Paraview] Chart View Question

2011-10-10 Thread Utkarsh Ayachit
other ways to do this, I would be interested in looking into them. Thanks, Brian Panneton From: paraview-boun...@paraview.org [paraview-boun...@paraview.org] on behalf of Utkarsh Ayachit [utkarsh.ayac...@kitware.com] Sent: Friday, September 30, 2011 7

Re: [Paraview] building paraview on scientific linux 6 using ccmake

2011-10-10 Thread Utkarsh Ayachit
Can you attach the CMakeCache.txt file from your binary directory please? Utkarsh On Mon, Oct 10, 2011 at 2:11 PM, Zak zakaria.meli...@gmail.com wrote: Hi, I m trying to bluid paraview in a scientific linux 6 x86_64 using ccmake, but it fail each time at when I run make /bin/sh: /usr/bin :

Re: [Paraview] camera position changes although not supposed to

2011-10-10 Thread Utkarsh Ayachit
Leonie, I'm a bit fuzzy on the implementation details, but due to the interpolation used, movements in straight lines (including zooming) don't tend to playback correctly. Try using the Follow Path. You can define a path in a straight line approaching or moving away from the object. Also with

Re: [Paraview] building paraview on scientific linux 6 using ccmake

2011-10-10 Thread Utkarsh Ayachit
the CMakeCache.txt zakaria 2011/10/10 Utkarsh Ayachit utkarsh.ayac...@kitware.com Can you attach the CMakeCache.txt file from your binary directory please? Utkarsh On Mon, Oct 10, 2011 at 2:11 PM, Zak zakaria.meli...@gmail.com wrote: Hi, I m trying to bluid paraview in a scientific linux 6

Re: [Paraview] Plugin Crashing on PV 3.12 RC2

2011-10-12 Thread Utkarsh Ayachit
Mike, Can you include the CMakeLists.txt? Utkarsh On Wed, Oct 12, 2011 at 10:40 AM, Michael Jackson mike.jack...@bluequartz.net wrote: I have a custom reader plugin that I am trying to update for ParaView 3.12. Everything seems to compile OK and ParaView launches Ok. When I try to open one

Re: [Paraview] Plugin Crashing on PV 3.12 RC2

2011-10-12 Thread Utkarsh Ayachit
PM, Utkarsh Ayachit wrote: Mike, Can you include the CMakeLists.txt? Utkarsh On Wed, Oct 12, 2011 at 10:40 AM, Michael Jackson mike.jack...@bluequartz.net wrote: I have a custom reader plugin that I am trying to update for ParaView 3.12. Everything seems to compile OK and ParaView

Re: [Paraview] Plugin Requiring another plugin option

2011-10-13 Thread Utkarsh Ayachit
required plugins doesn't add compile-time dependencies. It's meant for runtime dependencies. The Plugin Dialog will complain if required plugins are not loaded. Utkarsh On Thu, Oct 13, 2011 at 1:23 PM, Michael Jackson mike.jack...@bluequartz.net wrote: I have a plugin that requires another

Re: [Paraview] Plugin Requiring another plugin option

2011-10-13 Thread Utkarsh Ayachit
Software Engineer BlueQuartz Software                            Dayton, Ohio mike.jack...@bluequartz.net              www.bluequartz.net On Oct 13, 2011, at 1:45 PM, Utkarsh Ayachit wrote: required plugins doesn't add compile-time dependencies. It's meant for runtime dependencies. The Plugin

Re: [Paraview] changes that affect plugins

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

Re: [Paraview] changes that affect plugins

2011-10-18 Thread Utkarsh Ayachit
this time :) Burlen On 10/17/2011 10:06 AM, Utkarsh Ayachit wrote: Burlen, What changes are you referring to? The changes to ServerManager have been documented at: http://paraview.org/ParaView3/images/2/24/ParaViewCollaborationChanges.pdf Reader/filter plugins should be unaffected

Re: [Paraview] 3.10 Development installation

2011-10-18 Thread Utkarsh Ayachit
Peter, We didn't put out the development binaries for 3.10, however we are currently gearing for 3.12 and we will include development binaries with this version. Once the release is out, the release notes are collected at: http://www.paraview.org/Wiki/ParaView_Release_Notes Utkarsh On Mon, Oct

Re: [Paraview] changing the name of legend of xyplot

2011-10-19 Thread Utkarsh Ayachit
On the display tab, in the table showing the Line Series simply double-click on the Legend Name text corresponding to the variable who's legend text you want change to edit it. Utkarsh On Tue, Oct 18, 2011 at 10:39 PM, Ali Rostai ali.ros...@gmail.com wrote: Hi Andy, Excuse me, suddenly hit

Re: [Paraview] changing the name of legend of xyplot

2011-10-19 Thread Utkarsh Ayachit
the legend name)... Ali On Wed, Oct 19, 2011 at 6:43 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: On the display tab, in the table showing the Line Series simply double-click on the Legend Name text corresponding to the variable who's legend text you want change to edit it. Utkarsh

Re: [Paraview] changing the name of legend of xyplot

2011-10-19 Thread Utkarsh Ayachit
not on the color, but it still shows the select color confused... On Wed, Oct 19, 2011 at 8:10 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Don't click on the color box click to the right of it, on the text. Utkarsh On Wed, Oct 19, 2011 at 10:53 AM, Ali Rostai ali.ros...@gmail.com

Re: [Paraview] Animation with time series of RAW data

2011-10-19 Thread Utkarsh Ayachit
I second that. I didn't know such a thing was even possible, but sure's pretty neat. Utkarsh On Wed, Oct 19, 2011 at 2:10 PM, Moreland, Kenneth kmo...@sandia.gov wrote: That's a cool trick.  Think you can post that the the ParaView wiki? -Ken On 10/19/11 12:05 PM, David E DeMarle

Re: [Paraview] Mesh Vs Image Representation

2011-10-20 Thread Utkarsh Ayachit
Once the image is opened, try changing the representation type on the display tab (or from the toolbar) to Slice, or split the view and create a 2D View and show the data in that view. Utkarsh On Thu, Oct 20, 2011 at 9:42 AM, Anand Kulkarni ana...@eptive.com wrote: David, If I understand

Re: [Paraview] Mesh Vs Image Representation

2011-10-21 Thread Utkarsh Ayachit
it depend on? the headsq file under tutorial seem to have 93 slice individual images.  So when does slice option comes when I load a image data ? Thanks, Anand -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Thursday, October 20, 2011 7:19 PM

Re: [Paraview] Load multiple files at once

2011-10-21 Thread Utkarsh Ayachit
This is not supported currently, but please feel free to add a feature request to the bug tracker: paraview.org/Bug Utkarsh On Thu, Oct 20, 2011 at 3:56 PM, David Dupuis david.dup...@cadensimaging.com wrote: Hello, I know I can launch Paraview and load a file using the following command in

Re: [Paraview] Linking error when trying to use vtkGLSL/vtkXMLShader

2011-10-26 Thread Utkarsh Ayachit
Classes in graphics cannot depend on classes in rendering. You can move your filter to hybrid. Utkarsh On Oct 26, 2011, at 12:11 AM, Sohail Shafii sohailsha...@yahoo.com wrote: Hi, I am currently trying to do some shader operations in a standard C++ filter. This filter (inherits from

Re: [Paraview] Simple distance measurement between points

2011-10-27 Thread Utkarsh Ayachit
There's a ruler source that you can use to determine the distance between two locations. Utkarsh On Thu, Oct 27, 2011 at 3:59 AM, Marco Nawijn naw...@gmail.com wrote: Dear Felipe, Thanks for your answer. It does work, but it does not provide you directly with the distance between the two

Re: [Paraview] Linking error when trying to use vtkGLSL/vtkXMLShader

2011-10-29 Thread Utkarsh Ayachit
does nothing). Am I on the right track here? Or I am issuing an improper context? Sohail From: Utkarsh Ayachit utkarsh.ayac...@kitware.com To: Sohail Shafii sohailsha...@yahoo.com Cc: paraview@paraview.org paraview@paraview.org Sent: Wednesday, October 26

Re: [Paraview] Increase image resolution when running pvbatch script

2011-10-31 Thread Utkarsh Ayachit
True using the following: WriteImage(/tmp/foo.png, Magnification=2) You can specify any Magnification = 1. You can also change the default view size in Python using: view = GetActiveView() view.ViewSize = [ 800, 800 ] Utkarsh On Sun, Oct 30, 2011 at 5:57 PM, Luis Martinez

Re: [Paraview] ANN: ParaView 3.12.0 RC-3 available for download

2011-10-31 Thread Utkarsh Ayachit
Thanks Ivo. I was able to reproduce the problem. I would like to add a regression test to VTK for this type of files. Can I use your sample dataset and add it to the VTKData (and/or ParaViewData) repositoriies? Utkarsh On Sun, Oct 30, 2011 at 4:40 PM, Ivo Roghair ivorogh...@gmail.com wrote: Hi,

Re: [Paraview] ParaView on Lion

2011-10-31 Thread Utkarsh Ayachit
You are correct. Doesn't look like nautilus sysadmins have installed PV 3.10.1. However, 3.12 is soon to be out the door and I'm sure the setup on nautilius will follow soon there after. Utkarsh On Mon, Oct 31, 2011 at 11:26 AM, Jeremy McCaslin jomccas...@gmail.com wrote: Hello, Has anyone

Re: [Paraview] ANN: ParaView 3.12.0 RC-3 available for download

2011-10-31 Thread Utkarsh Ayachit
Ivo, The bug should be fixed in 3.12. I've pushed a fix to the git repository http://paraview.org/Bug/view.php?id=12690 Utkarsh On Mon, Oct 31, 2011 at 11:44 AM, Ivo Roghair ivorogh...@gmail.com wrote: No problem, you can use it for anything you want to. Ivo On 10/31/2011 03:09 PM, Utkarsh

Re: [Paraview] Problems with pvdataserver and pvrenderserver

2011-10-31 Thread Utkarsh Ayachit
pvx is indeed the way to tell data-server about the render server nodes. What are the problems you are facing with the cut/slice tool? Utkarsh On Wed, Oct 26, 2011 at 3:18 PM, René Widera psychoco...@web.de wrote: Hi, this is the way I start my paraview envirement. (on a cluset)   mpirun

Re: [Paraview] Unable to write PNG file in RC3

2011-11-01 Thread Utkarsh Ayachit
I;m assuming you're using the ParaView binaries distributed from paraview.org? Dave, is the package missing libpng? Utkarsh On Tue, Nov 1, 2011 at 7:40 AM, Gena Bug archaero...@mail.ru wrote: Hello! After updating paraview from 3.12RC2 to 3.12RC3 I can't save any screenshots! This is the

Re: [Paraview] Paraview Python scripting

2011-11-01 Thread Utkarsh Ayachit
Have you tried using the pvpython executable? It's sets up the environment correctly for you. Alternatively, from the GUI, you can open the Python Shell and and then use the Load Script button to load the script. Utkarsh On Tue, Nov 1, 2011 at 9:28 AM, David Dupuis david.dup...@cadensimaging.com

Re: [Paraview] Paraview Python scripting

2011-11-01 Thread Utkarsh Ayachit
: Sta.py is a Python state file I have created using “Save state” in the GUI. Yes, it needs to open the GUI and load the whole pipeline saved in the Python State file. *De :* Adriano Gagliardi [mailto:agaglia...@ara.co.uk] *Envoyé :* 1 novembre 2011 10:07 *À :* 'David Dupuis'; 'Utkarsh Ayachit

Re: [Paraview] cluster: works with -np 1, crashes when runs in parallel :-(

2011-11-04 Thread Utkarsh Ayachit
Stephane, Sebastien was referring to a different issue and that problem is not in 3.12-RC3, so we can ignore that response for the time being. I tried to reproduce the problem with the same version as you're using (thanks for reporting the full version number, btw), and things seems to work

Re: [Paraview] ptyhon install location

2011-11-04 Thread Utkarsh Ayachit
I believe Dave has fixed this for the final release. Feel free to checkout git-master to give it a try. Utkarsh On Mon, Oct 31, 2011 at 6:34 PM, Orion Poplawski or...@cora.nwra.com wrote: Still the same on RC3.  Any chance this could be fixed before release?  It's going to require a kludge at

Re: [Paraview] OpenDataFile doesn't work in RC2

2011-11-04 Thread Utkarsh Ayachit
Thanks for reporting. This bug has been fix and will be included in 3.12 final release. http://paraview.org/Bug/view.php?id=12709 Utkarsh On Fri, Nov 4, 2011 at 11:40 AM, Gena Bug archaero...@mail.ru wrote: Hello! I tried to open a file from python shell in 3.12.0RC2 and got this message:

Re: [Paraview] 3.12.0-RC3: could not open source file GL/gl.h compiling vtkIceTSynchronizedRenderers.cxx

2011-11-07 Thread Utkarsh Ayachit
What Takuya is suggesting makes total sense. I'm going to push a fix. Utkarsh On Mon, Nov 7, 2011 at 8:23 AM, Takuya OSHIMA osh...@eng.niigata-u.ac.jp wrote: Yes /nfs/v14/v14006/opt/Mesa-7.11/include/GL contains gl.h: ls -al /nfs/v14/v14006/opt/Mesa-7.11/include/GL total 1088 drwxr-xr-x 2

Re: [Paraview] PV 3.12.0-RC3 error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory

2011-11-07 Thread Utkarsh Ayachit
Stephen, RC3 stands for ReleaseCandidate3 Utkarsh On Sat, Nov 5, 2011 at 6:19 AM, Stephen Wornom stephen.wor...@inria.fr wrote: David Partyka wrote: Hi Stephen, this is a bug that we addressed yesterday. I am generating a nightly binary, would you mind trying it when it is done and let us

Re: [Paraview] CMAKE warning

2011-11-07 Thread Utkarsh Ayachit
Can you post your CMakeCache.txt? On Mon, Nov 7, 2011 at 9:30 AM, Eric Meloche emeloc...@gmail.com wrote: Newbie question here.  Trying to compile for first time.   It appears i've set something wrong with python when i try to configure.  After using the 'generate' option i get a series of

Re: [Paraview] Bug in ExtractBlock?

2011-11-08 Thread Utkarsh Ayachit
Nope, that's expected behavior. ExtractBlock will always still produce a multi-block dataset. Without going too much into details, the requirements of VTK pipeline make it tricky to write a filter that produces a structured data-set from by extracting a block from a input composite dataset. On

Re: [Paraview] PV 3.12.0-RC3 error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory

2011-11-08 Thread Utkarsh Ayachit
-85-g312ab75-Linux-x86_64.tar.gz_ On Mon, Nov 7, 2011 at 9:19 AM, Stephen Wornom stephen.wor...@inria.fr mailto:stephen.wor...@inria.fr wrote:    Utkarsh Ayachit wrote:        Stephen,        RC3 stands for ReleaseCandidate3        Utkarsh        On Sat, Nov 5, 2011 at 6:19 AM, Stephen

Re: [Paraview] undefined reference to?

2011-11-08 Thread Utkarsh Ayachit
Are you missing a reference to the Mesa libGL.so? Refer to http://www.paraview.org/Wiki/ParaView_And_Mesa_3D Utkarsh On Tue, Nov 8, 2011 at 10:01 AM, Eric Meloche emeloc...@gmail.com wrote: Trying to build and get the following series of errors.  Any help would be greatly appreciated

Re: [Paraview] building error

2011-11-08 Thread Utkarsh Ayachit
This looks like a bug in VTK-examples. I'm forwarding to VTK-mailing list so the concerned people can try to address it. Feel free to turn of BUILD_EXAMPLES cmake variable to avoid building these examples for ParaView. Utkarsh On Tue, Nov 8, 2011 at 12:19 PM, Eric Meloche emeloc...@gmail.com

Re: [Paraview] CreateWriter does not work in 3.12 ?

2011-11-08 Thread Utkarsh Ayachit
I tried the same with v3.12.0-RC3-93-g06160de in Python Shell as well as pvpython and it works as expected. The issue seems to be fixed in the final 3.12 release to be out shortly. Utkarsh On Tue, Nov 8, 2011 at 12:19 PM, Luc Bordier luc.bord...@sirehna.com wrote: these lines does not work for

Re: [Paraview] Bug in ExtractBlock?

2011-11-08 Thread Utkarsh Ayachit
-881-4909 On Tue, Nov 8, 2011 at 7:15 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Nope, that's expected behavior. ExtractBlock will always still produce a multi-block dataset. Without going too much into details, the requirements of VTK pipeline make it tricky to write a filter

Re: [Paraview] Unable to write PNG file in RC3

2011-11-09 Thread Utkarsh Ayachit
it in ./lib/paraview-3.12/ does everything work? This is a packaging bug that I will take care of in short order. On Tue, Nov 1, 2011 at 9:53 AM, Gena Bug archaero...@mail.ru wrote: On Tue November 1 2011 17:20:26 Utkarsh Ayachit wrote: I;m assuming you're using the ParaView binaries

Re: [Paraview] --state does not work

2011-11-11 Thread Utkarsh Ayachit
Have you tried specifying the full path to the State.pvsm file? Utkarsh On Fri, Nov 11, 2011 at 5:58 AM, Fred Fred stan1...@hotmail.fr wrote: Hello, I save a state and just try to load it on the command line: /usr/local/ParaView-3.10.1_cgns2.5_BUILD/bin/paraview.app/Contents/MacOS/paraview

Re: [Paraview] PV 3.12.0 coprocessing problem when using multiple filters

2011-11-11 Thread Utkarsh Ayachit
Is the array p not present when you're coprocessnig? Try taking out line 323 which sets the array p as the array to color with. Utkarsh On Fri, Nov 11, 2011 at 9:08 AM, Takuya OSHIMA osh...@eng.niigata-u.ac.jp wrote: Hi, I am trying to explore the coprocessing capability of PV 3.12.0. When I

Re: [Paraview] Trouble running Paraview OSMesa in parallel on cluster

2011-11-11 Thread Utkarsh Ayachit
Your pvserver is not built with MPI enabled. Please rebuild pvserver with CMake variable PARAVIEW_USE_MPI:BOOL=ON. Utkarsh On Fri, Nov 11, 2011 at 1:54 PM, Cook, Rich coo...@llnl.gov wrote: We have a tricky firewall situation here so I have to use reverse tunneling per

Re: [Paraview] Trouble running Paraview OSMesa in parallel on cluster

2011-11-11 Thread Utkarsh Ayachit
)        libopen-pal.so.0 = /usr/local/tools/openmpi-gnu-1.4.3/lib/libopen-pal.so.0 (0x2aaab2ac7000) On Nov 11, 2011, at 11:04 AM, Utkarsh Ayachit wrote: Your pvserver is not built with MPI enabled. Please rebuild pvserver with CMake variable PARAVIEW_USE_MPI:BOOL=ON. Utkarsh On Fri, Nov 11, 2011

Re: [Paraview] Trouble running Paraview OSMesa in parallel on cluster

2011-11-11 Thread Utkarsh Ayachit
AM, Utkarsh Ayachit wrote: Can you post your CMakeCache.txt? Utkarsh On Fri, Nov 11, 2011 at 2:08 PM, Cook, Rich coo...@llnl.gov wrote: Hi, thanks, but you are incorrect. I did set that variable and it was indeed compiled with MPI, as I said. rcook@prism127 (IMG_private): type pvserver

Re: [Paraview] Trouble running Paraview OSMesa in parallel on cluster

2011-11-11 Thread Utkarsh Ayachit
, Utkarsh Ayachit wrote: That sounds very odd. If process_id variable is indeed correctly set to 0 and 1 on the two processes, then how come there are two Waiting for client lines printed out in the first email that you sent? Can you change that line cout to the following to verify that  both

Re: [Paraview] Trouble running Paraview OSMesa in parallel on cluster

2011-11-11 Thread Utkarsh Ayachit
servers and got a good connection, and I can view a molecule, but... I'm paranoid.  You never know.  :-) This is going to be nasty to try to make work for our users. Thanks for the help! -- Rich On Nov 11, 2011, at 4:57 PM, Utkarsh Ayachit wrote: Very peculiar. I wonder if MPI is running

Re: [Paraview] infovis in paraview

2011-11-14 Thread Utkarsh Ayachit
Although Overview, in the form it was available in the past, has been deprecated, we are currently looking into providing a replacement. Utkarsh On Mon, Nov 14, 2011 at 4:31 AM, Biddiscombe, John A. biddi...@cscs.ch wrote: Did the old InfoVis plugins get dropped permanently. I see a commit from

Re: [Paraview] How to create two representations of a pipelinesource in the same view

2011-11-14 Thread Utkarsh Ayachit
Nope, this is not possible without major changes to the code base. Utkarsh 2011/11/14 Jorge Gerardo Peña Pastor jorge.pena.pas...@gmail.com: Hi everybody, I'm wondering if it is possible to create two representations of a single pipelinesource in the same view. Have someone done this

Re: [Paraview] ParaView-3.12.0-Win64-x86.exe for Win32?

2011-11-14 Thread Utkarsh Ayachit
and thank you for your patience. On Thu, Nov 10, 2011 at 10:28 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I've verified that that's indeed the case. We'll update new binaries soon. Thanks for reporting. Utkarsh On Thu, Nov 10, 2011 at 7:19 PM, kenichiro yoshimi rccm.kyosh

Re: [Paraview] ParaView-3.12.0-Win64-x86.exe for Win32?

2011-11-14 Thread Utkarsh Ayachit
Nope, it will not. Utkarsh On Mon, Nov 14, 2011 at 3:55 PM, Simon Su newsgroup4...@gmail.com wrote: Utkarsh, If the qt is 32bit, will it work if I use it to compile a 64bit version of ParaView? thanks -simon On Mon, Nov 14, 2011 at 1:49 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com

Re: [Paraview] import failed in Programmable Filter

2011-11-15 Thread Utkarsh Ayachit
I believe it's not deadlock, but the prompt is not shown. Just start typing or hit enter. We'll addess this bug in the next release. Utkarsh 2011/11/15 Aurélien Marsan aur.mar...@gmail.com: Hi all, Here is something I am really in trouble to understand. I'm running Paraview 3.12.0 64 bits

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

2011-11-21 Thread Utkarsh Ayachit
Mike, You're correct. This has been a long pending feature request. If there's enough interest in adding support for this, we can fix it for 4.0. Utkarsh On Mon, Nov 21, 2011 at 2:41 PM, Michael Jackson mike.jack...@bluequartz.net wrote: It looks like currently there were not any provisions

Re: [Paraview] Record test and play test on different computers not behaving in the same way.

2011-11-22 Thread Utkarsh Ayachit
That's very curious. We indeed have tests for the accept button that run across different machines. Are both versions of paraview exactly identical? What version are you using? What platforms? Utkarsh On Tue, Nov 22, 2011 at 4:34 AM, Jaime A V jaiar...@gmail.com wrote: Hello, First of all,

Re: [Paraview] ParaView 3.12.: Loading of *.bqrc plugins fails

2011-11-23 Thread Utkarsh Ayachit
Yes, bqrc plugins are indeed broken in 3.12. We'll address these for the next release. Utkarsh On Wed, Nov 23, 2011 at 2:36 PM, Markus Fuger m_fu...@hotmail.com wrote: Hello, I do not know, which way is the more efficient to report a bug in the recent ParaView 3.12. version (Win64) - mailing

Re: [Paraview] Custom GUI Not Loading for Plugin

2011-11-28 Thread Utkarsh Ayachit
Are you using ADD_PARAVIEW_OBJECT_PANEL() macro? Make sure you specify the XML_GROUP as sources for readers. Utkarsh On Wed, Nov 23, 2011 at 1:48 PM, Michael Jackson mike.jack...@bluequartz.net wrote: I have a custom plugin which implements a couple of readers and a couple of filters. I have

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

2011-11-28 Thread Utkarsh Ayachit
. I would expect this could be included in a patch release for 3.12 if that occurs. If there is much more that needs to be done then 4.0 is probably a better target. Thoughts. -- Mike Jackson www.bluequartz.net On Nov 21, 2011, at 2:53 PM, Utkarsh Ayachit wrote: Mike, You're correct

Re: [Paraview] changing default representation

2011-12-01 Thread Utkarsh Ayachit
-in, Is there any other example which demonstrate to select representation in source code. with regards Jagjeet On Fri, Nov 18, 2011 at 5:12 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: This is not supported currently though plugins. Utkarsh On Fri, Nov 18, 2011 at 10:30 AM, Jagjeet

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

2011-12-02 Thread Utkarsh Ayachit
). Any feedback is welcome. Utkarsh On Mon, Nov 28, 2011 at 10:53 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: FYI, this feature is under development : http://paraview.org/Bug/view.php?id=12745. The changes are not trivial, so it won't make into a patch but will be included in 4.0

Re: [Paraview] Out of memory when exporting animations

2011-12-05 Thread Utkarsh Ayachit
Is this with OSMesa? Utkarsh On Mon, Dec 5, 2011 at 6:14 AM, Thomas Witkowski thomas.witkow...@tu-dresden.de wrote: Hi, I want to export an animation of a pvd file to a stack of png files. I use ParaView 3.10.0 and remote rendering, thus, I start the pvserver on a remote machine. When

Re: [Paraview] Out of memory when exporting animations

2011-12-05 Thread Utkarsh Ayachit
Try an ldd on the pvserver. What OpenGL libraries is it linking to. Utkarsh On Mon, Dec 5, 2011 at 9:44 AM, Thomas Witkowski thomas.witkow...@tu-dresden.de wrote: Is there a simple way to find this out? I have not compiled/installed the paraview server. Thomas Zitat von Utkarsh Ayachit

Re: [Paraview] Out of memory when exporting animations

2011-12-05 Thread Utkarsh Ayachit
STL has been used pre-3.8, the best that I can remember. What reader are you using Goodwin? We know Thomas is using the PVD reader. I'm wondering is it's reader specific. Let's try to track this one down. Any specific steps that I should do to reproduce the problem on my end? Utkarsh On Mon, Dec

Re: [Paraview] Out of memory when exporting animations

2011-12-05 Thread Utkarsh Ayachit
in a single stl file. I'll see if I can get a script together to demo the problem. Goodwin On 05/12/2011 19:19, Utkarsh Ayachit wrote: STL has been used pre-3.8, the best that I can remember. What reader are you using Goodwin? We know Thomas is using the PVD reader. I'm wondering is it's

Re: [Paraview] Out of memory when exporting animations

2011-12-05 Thread Utkarsh Ayachit
I'm tracking this down. Goodwin, I was able to reproduce the issue using the steps listed on http://paraview.org/Bug/view.php?id=12424 I'll keep the list updated as I discover things. Utkarsh On Mon, Dec 5, 2011 at 2:27 PM, Seth Gilchrist s...@mech.ubc.ca wrote: Hi all, This seems to be a

Re: [Paraview] Out of memory when exporting animations

2011-12-06 Thread Utkarsh Ayachit
, Paul On 5 December 2011 20:40, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I'm tracking this down. Goodwin, I was able to reproduce the issue using the steps listed on http://paraview.org/Bug/view.php?id=12424 I'll keep the list updated as I discover things. Utkarsh On Mon, Dec

Re: [Paraview] Out of memory when exporting animations

2011-12-06 Thread Utkarsh Ayachit
lists fixes it for me in pvserver. Regards, Paul On 5 December 2011 20:40, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I'm tracking this down. Goodwin, I was able to reproduce the issue using the steps listed on http://paraview.org/Bug/view.php?id=12424 I'll keep the list updated

Re: [Paraview] Out of memory when exporting animations

2011-12-06 Thread Utkarsh Ayachit
On Tue, Dec 6, 2011 at 7:35 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I've attached a patch that should fix the issue. The fix has been pushed to git and will make it to git-master in near future. Thomas, I'm not sure if you're using OSMesa, so this may not fix your issue.  Let me

Re: [Paraview] Paraview Development installation

2011-12-06 Thread Utkarsh Ayachit
Currently we are evaluating whether we have enough resources and interest in maintaining/providing the development binaries. So it's a bit unclear at this point if we'll have 3.12 development binaries available. Utkarsh On Tue, Dec 6, 2011 at 12:32 PM, Peter Schmitt pschmit...@gmail.com wrote:

Re: [Paraview] Problem using FileSeriesReader and multiple output ports

2011-12-07 Thread Utkarsh Ayachit
vtkFileSeriesReader cannot support multiple output ports. Number of output ports has to be defined in the constructor of a class. Since the internal reader to use is not set until much later, vtkFileSeriesReader cannot report but 1 output port in the construtor and that cannot be changed

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

2011-12-09 Thread Utkarsh Ayachit
for authenticated web servers too, but am not sure if it works since I didn't manage to setup an authenticated web server. Let me know if you run into any issues with that aspect. Thanks Utkarsh On Thu, Aug 25, 2011 at 9:30 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Good to know. Looks like

[Paraview] Icons in menus now shown on Linux

2011-12-12 Thread Utkarsh Ayachit
If you're on Linux and your ParaView menus are not showing any icons, here's a possible fix: http://www.qtcentre.org/archive/index.php/t-38377.html To summarize, run the following, it might help. gconftool-2 --type Boolean --set /desktop/gnome/interface/menus_have_icons True Utkarsh

Re: [Paraview] Errors when using find_package(ParaView REQUIRED)

2011-12-13 Thread Utkarsh Ayachit
what cmake version are you using? On Tue, Dec 13, 2011 at 2:36 PM, David Doria daviddo...@gmail.com wrote: I few months ago, I would do this: FIND_PACKAGE(ParaView REQUIRED) INCLUDE(${PARAVIEW_USE_FILE}) before building my plugins: ADD_PARAVIEW_PLUGIN(PointSetOutlierRemoval 1.0  

Re: [Paraview] Errors when using find_package(ParaView REQUIRED)

2011-12-13 Thread Utkarsh Ayachit
Do you get the same errors if you turn BUILD_EXAMPLES ON? If so, can you try updating your cmake version to a stable version? Utkarsh On Tue, Dec 13, 2011 at 2:40 PM, David Doria daviddo...@gmail.com wrote: On Tue, Dec 13, 2011 at 2:37 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote

Re: [Paraview] Errors when using find_package(ParaView REQUIRED)

2011-12-13 Thread Utkarsh Ayachit
By stable version, I meant a recent version :) (I forgot CMake doesn't do the odd-even version number magic anymore). Utkarsh On Tue, Dec 13, 2011 at 2:52 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Do you get the same errors if you turn BUILD_EXAMPLES ON? If so, can you try

Re: [Paraview] Errors when using find_package(ParaView REQUIRED)

2011-12-13 Thread Utkarsh Ayachit
, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: By stable version, I meant a recent version :) (I forgot CMake doesn't do the odd-even version number magic anymore). Utkarsh Hm, turning on BUILD_EXAMPLES didn't seem to do anything. I also just tried with cmake git master (cmake version

Re: [Paraview] Where do I send Xdmf bugs/patches?

2011-12-14 Thread Utkarsh Ayachit
Dominik, Are these issues already fixed on Xdmf's official branch? The plan is to sync up ParaView's branch with Xdmf's periodically. Feel free to report bugs and patches on the ParaView bug tracker. However, if the issues have not been addressed in the official Xdmf branch, they will have to be

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