Re: [Paraview] Direct link to ParaView sources not working with wget

2015-09-27 Thread Utkarsh Ayachit
Michael, Try quoting the link. I guessing the shell in interpreting those ampersands and messing things up. The following works for me. > wget > "http://www.paraview.org/paraview-downloads/download.php?submit=Download=v4.4=source=all=ParaView-v4.4.0-source.tar.gz; Utkarsh On Fri, Sep 25, 2015

Re: [Paraview] Send an array from client to server

2015-09-26 Thread Utkarsh Ayachit
eadline has passed I’ll look again at it. > > Thanks > > JB > > From: Utkarsh Ayachit <utkarsh.ayac...@kitware.com> > Date: Thursday 24 September 2015 17:57 > To: cscs <biddi...@cscs.ch> > Cc: "paraview@paraview.org" <paraview@paraview.org> > Subject: Re

Re: [Paraview] Send an array from client to server

2015-09-24 Thread Utkarsh Ayachit
.InsertArray(values, maxValues) << vtkClientServerStream::End; Utkarsh On Mon, Sep 21, 2015 at 8:40 AM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > John, > > That looks too convoluted. I haven't done this in a while so I'll need > to refresh my memory a bit.

Re: [Paraview] Pull Downloads only

2015-09-22 Thread Utkarsh Ayachit
Not to my knowledge, but that'd certainly be a good feature to add. In any case, all the files to download are listed in versions.cmake (https://gitlab.kitware.com/paraview/paraview-superbuild/blob/master/versions.cmake). Utkarsh On Tue, Sep 22, 2015 at 2:39 PM, Angelini, Richard C (Rick) CIV

Re: [Paraview] Send an array from client to server

2015-09-21 Thread Utkarsh Ayachit
John, That looks too convoluted. I haven't done this in a while so I'll need to refresh my memory a bit. I'll make an example today and then get back to you. Utkarsh On Sun, Sep 20, 2015 at 4:43 AM, Biddiscombe, John A. wrote: > Just following up so that when I’ve forgotten

Re: [Paraview] (no subject)

2015-09-21 Thread Utkarsh Ayachit
> When I apply a threshold filter and view as a ‘Surface’ the image is a lot > more ‘blocky’ than in the other two applications. The image is dominated by > the artifactual lines due to the original data being acquired as axial > slices; whereas in OsiriX and 3D Slicer this gets smoothed out

Re: [Paraview] Axes Grid bug with 2D surfaces

2015-09-18 Thread Utkarsh Ayachit
That's indeed not supported. As mentioned in the blog post [1], the Axes Grid is intended for the entire scene, and not for a specific dataset. Certain implementation choices (esp for supporting parallel rendering with distributed data) require that the axes bounds are always greater or equal to

Re: [Paraview] Send an array from client to server

2015-09-17 Thread Utkarsh Ayachit
(hit `send` prematurely, ignore previous email) How big is the array? For 100s of values, I'd say IntVectorProperty is still reasonable. Any other approach will mean that those values are not going to get saved in state files and such. For a one off push to server side for values you don't care

Re: [Paraview] Axes Grid bug with 2D surfaces

2015-09-17 Thread Utkarsh Ayachit
> 1) Adjusting the font, color, etc. for all axes together in one step. > Currently I have to change e.g. the color 6 times, which is quite > tedious if I just quickly want to adjust the color of the axes. True. I couldnt' decide if they should be separate or combined. I opted for separate since

Re: [Paraview] Send an array from client to server

2015-09-17 Thread Utkarsh Ayachit
How big is the array? For 100s of values, I'd say IntVectorProperty is still reasonable. Any other approach will mean that those values are not going to get saved in state files and such. For a one off push to server side for values you don't care to be saved in state files, you can directly call

Re: [Paraview] Segfault in ParaView 4.4 RC2

2015-09-16 Thread Utkarsh Ayachit
>> >> Matthieu >> >> ____________ >> From: ParaView [paraview-boun...@paraview.org] on behalf of Dorier, Matthieu >> [mdor...@anl.gov] >> Sent: Tuesday, September 15, 2015 11:00 AM >> To: Utkarsh Ayachit >> Cc: paraview@

Re: [Paraview] Possible bug in recent SuperBuild?

2015-09-16 Thread Utkarsh Ayachit
Giovanni, kwgitlab in internal Gitlab not accessible to computers outside Kitware network. Some of the external projects are hosted there since the licensing issues. I believe GenericIO recently went opensource. So you should be able to update the URL in versions.cmake to the one reported here:

Re: [Paraview] Segfault in ParaView 4.4 RC2

2015-09-15 Thread Utkarsh Ayachit
_ > From: ParaView [paraview-boun...@paraview.org] on behalf of Dorier, Matthieu > [mdor...@anl.gov] > Sent: Tuesday, September 15, 2015 11:00 AM > To: Utkarsh Ayachit > Cc: paraview@paraview.org > Subject: Re: [Paraview] Segfault in ParaView 4.4 RC2 > &

Re: [Paraview] Permissions issue with ParaView-4.4.0-Qt4-Linux-64bit.tar.gz

2015-09-15 Thread Utkarsh Ayachit
Thanks for reporting, Eric. I've reported a bug: http://www.paraview.org/Bug/view.php?id=15727 Utkarsh On Tue, Sep 15, 2015 at 9:36 AM, Eric Nodwell wrote: > Oops, correction to that previous post. The actual fix (bit of a > sledgehammer) is > > sudo chmod -R a+rx

Re: [Paraview] Segfault in ParaView 4.4 RC2

2015-09-15 Thread Utkarsh Ayachit
Matthieu, Good news, I just saw the black window issue too on my build. I'll track it down and get back to you. Utkarsh On Tue, Sep 15, 2015 at 9:12 AM, Utkarsh Ayachit <utkarsh.ayac...@kitware.com> wrote: > Matthieu, > >> - If I run the application from the VM's graphical

Re: [Paraview] Segfault in ParaView 4.4 RC2

2015-09-15 Thread Utkarsh Ayachit
[a] describes how to get a OSMesa enabled ParaView build. [a] http://www.paraview.org/Wiki/ParaView/ParaView_And_Mesa_3D On Tue, Sep 15, 2015 at 9:19 AM, Utkarsh Ayachit <utkarsh.ayac...@kitware.com> wrote: > Matthieu, > > Good news, I just saw the black window issue too on my build. I'll

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

2015-09-15 Thread Utkarsh Ayachit
esearch Laboratory > CISD/HPC Architectures Team > Phone: 410-278-6266 > > > > > -Original Message- > From: ParaView <paraview-boun...@paraview.org> on behalf of Utkarsh > Ayachit <utkarsh.ayac...@kitware.com> > Date: Monday, September 14, 2015 at 2:08

Re: [Paraview] Segfault in ParaView 4.4 RC2

2015-09-15 Thread Utkarsh Ayachit
Matthieu, > - If I run the application from the VM's graphical interface, it runs fine. > It only gives me the OpenGL warning I mentioned before. BUT the generated > file has a big black area (see image_2.png attached). Also I see a window > appear for a brief moment with the correct (full)

Re: [Paraview] Segfault in ParaView 4.4 RC2

2015-09-14 Thread Utkarsh Ayachit
What Cory suggested may be it. I can't spot anything fishy in the CMakeCache.txt. Also try running another OpenGL enabled app, eg. glxgears to see if that works. I believe it's provided by the `mesa-utils` package on Ubuntu. Utkarsh On Mon, Sep 14, 2015 at 10:05 AM, Cory Quammen

[Paraview] ANN: ParaView 4.4.0 is available for download

2015-09-14 Thread Utkarsh Ayachit
Folks, ParaView 4.4.0 is now available for download. Checkout the release notes on the Kitware blog [1]. As always, we look forward to your feedback [2]. Also stay tuned to the Kitware Blog [3] for upcoming features and enhancements to ParaView, ParaView Catalyst, ParaViewWeb and much more!

Re: [Paraview] [EXTERNAL] Re: External data

2015-09-11 Thread Utkarsh Ayachit
Alan, I've uploaded data tar ball for 4.4 to paraview.org/download. Utkarsh On Thu, Sep 10, 2015 at 1:36 PM, Utkarsh Ayachit <utkarsh.ayac...@kitware.com> wrote: > Sounds good. > > On Thu, Sep 10, 2015 at 12:58 PM, Scott, W Alan <wasc...@sandia.gov> wrote: >>

Re: [Paraview] External data

2015-09-10 Thread Utkarsh Ayachit
Alan, I will upload the tar balls for the data. Do you want me to upload for RC2 or just wait for 4.4? Utkarsh On Wed, Sep 9, 2015 at 4:24 PM, Scott, W Alan wrote: > Thanks Ken! > > > > Since some of my LANs and clusters can’t see the outside world, I always > manually

Re: [Paraview] Problem with number of arguments in a Python Catalyst script

2015-09-10 Thread Utkarsh Ayachit
Matthieu, That's indeed the case: try adding a `cinema={}` argument to the script. Dave, can we fix this please? Scripts generated from 4.3.1 should work with 4.4 too. Utkarsh On Thu, Sep 10, 2015 at 12:05 PM, Dorier, Matthieu wrote: > Hi, > > I generated a script for in

Re: [Paraview] [EXTERNAL] Re: External data

2015-09-10 Thread Utkarsh Ayachit
Sounds good. On Thu, Sep 10, 2015 at 12:58 PM, Scott, W Alan <wasc...@sandia.gov> wrote: > I would say wait for 4.4. No rush, I am just going through and closing > bugs. One needed ExternalData. I probably won’t get back to it until 4.4 > is out. > > > > Alan >

Re: [Paraview] Problem with number of arguments in a Python Catalyst script

2015-09-10 Thread Utkarsh Ayachit
script by > opening this file, rendering a contour, and setting a few parameters such > as background color, axis opacity, etc. > The code can be run by calling ./Madelbulb renderbulb.py > > Thanks for your help, > > Matthieu > > -- > *From:* Dorier,

Re: [Paraview] Paraview 4.3.1 OSMesa build - QWidget::repaint: Recursive repaint detected

2015-09-09 Thread Utkarsh Ayachit
y to connect to the > self-built OSMesa pvserver. > > > > Thanks again, > > > > DT > > > > > > -- > David Trudgian Ph.D. > Computational Scientist, BioHPC > UT Southwestern Medical Center > Dallas, TX 75390-9039 > Tel: (214) 648-4833 >

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-09 Thread Utkarsh Ayachit
annot import vtkPVAnimationPython > > Thanks, > > Matthieu > > From: ParaView [paraview-boun...@paraview.org] on behalf of Dorier, Matthieu > [mdor...@anl.gov] > Sent: Tuesday, September 08, 2015 10:01 AM > To: Utkarsh Ayachit > Cc: paravie

Re: [Paraview] Paraview 4.3.1 OSMesa build - QWidget::repaint: Recursive repaint detected

2015-09-09 Thread Utkarsh Ayachit
sure where I went wrong, but it’s > all good now. > > > > DT > > > > -- > David Trudgian Ph.D. > Computational Scientist, BioHPC > UT Southwestern Medical Center > Dallas, TX 75390-9039 > Tel: (214) 648-4833 > > > > *From:* Utkarsh Ayachit [mail

Re: [Paraview] H5Part files

2015-09-08 Thread Utkarsh Ayachit
Amit, There's a "H5PartReader" plugin that you can load using the "Tools | Manage Plugins" dialog. Once the plugin has been loaded, you can open *.h5part files using the H5Part reader using the File | Open dialog. Utkarsh On Tue, Sep 8, 2015 at 3:09 PM, Amit Goel wrote: >

Re: [Paraview] How to extract one face from an hexa in python ?

2015-09-08 Thread Utkarsh Ayachit
Selection extraction isn't supported yet (well not gracefully anyways) through the Python API. However, you can use the following for similar effect: OpenDataFIle(...) ExtractSurface() GenerateIds() threshold1 = Threshold() threshold1.Scalars = ['CELLS', 'Ids'] threshold1.ThresholdRange = [4.5,

Re: [Paraview] Paraview 4.3.1 OSMesa build - QWidget::repaint: Recursive repaint detected

2015-09-08 Thread Utkarsh Ayachit
Oddly, I was communicating with someone about a similar issue, but haven't been able to get to the root cause. Do you have a debug build of ParaView? Would it be possible to get a callstack to when than error message is popped up? Utkarsh On Tue, Sep 8, 2015 at 2:26 PM, David Trudgian <

Re: [Paraview] Paraview 4.3.1 OSMesa build - QWidget::repaint: Recursive repaint detected

2015-09-08 Thread Utkarsh Ayachit
/Core/vtkMultiProcessController.cxx:719 > > #45 0x2cad0970 in > vtkTCPNetworkAccessManager::ProcessEventsInternal (this=0x7aaf40, > timeout_msecs=0, > > do_processing=true) > > at > /home2/dtrudgian/paraview/ParaView-v4.3.1-source/ParaViewCore/ClientServ

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-08 Thread Utkarsh Ayachit
Matthieu, There indeed seems to be some issue with 4.3 editions. Since the code worked as expected with the latest ParaView 4.4-RC2, here's what I did: 1. Created a pull request to update the CatalystExamples code to build with 4.4-RC2 here

Re: [Paraview] Right axis range doesn't appear

2015-09-08 Thread Utkarsh Ayachit
It's an "advanced" property. Simply search for it by name in the Properties panel or hit the "gear" button next to the search bar to see all the properties available. On Tue, Sep 8, 2015 at 2:12 AM, Sergi Mateo Bellido < sergi.mateo.bell...@gmail.com> wrote: > Hi! > > I'm having problems to plot

Re: [Paraview] Programmable Filter with Multiple Inputs

2015-09-08 Thread Utkarsh Ayachit
Dennis, That's indeed a problem, currently the order of inputs for the Programmable Filter is cryptic and inconsistent. I am going to see what I can do to fix this. It's a major annoyance. http://www.paraview.org/Bug/view.php?id=15710 Utkarsh On Tue, Sep 8, 2015 at 11:01 AM, Dennis Conklin

Re: [Paraview] Isosurface and slicing with Catalyst in C++

2015-09-07 Thread Utkarsh Ayachit
Matthieu, I can certainly reproduce the problem with 4.3 Catalyst editions. Let me track it down. I'll get back to you. Utkarsh On Thu, Sep 3, 2015 at 11:03 PM, Dorier, Matthieu wrote: > Hi Andy, > > I got the Catalyst source from the dowload page >

[Paraview] ANN: ParaView 4.4.0-RC2 now available for download

2015-09-06 Thread Utkarsh Ayachit
Folks, ParaView 4.4.0-RC2 binaries are now available for download [1]. The detailed summary of the changes will follow. An exhaustive list of features implemented and bugs fixed in this release can be found on the bug tracker [2]. - The ParaView Team [1] http://www.paraview.org/download/ [2]

Re: [Paraview] scalarBar location

2015-08-17 Thread Utkarsh Ayachit
Sure...it generally isn't a bad idea to grab attention on the mailing list in any case. On Sun, Aug 16, 2015 at 7:47 PM, Ganesh Vijayakumar ganesh.i...@gmail.com wrote: Thanks...I wasn't sure if it's a bug or not. Will report next time. ganesh On Wed, Aug 12, 2015 at 10:57 AM, Utkarsh

Re: [Paraview] scalarBar location

2015-08-12 Thread Utkarsh Ayachit
Ganesh, It'll be something like this: lut = GetColorTransferFunction(RTData) sb = GetScalarBar(a, GetActiveView()) sb.Position = [x, y] sb.Position2 = [x2, y2] sb.Orientation = Horizontal' # or | Vertical I've also reported a bug: http://www.paraview.org/Bug/view.php?id=15640 Utkarsh On

Re: [Paraview] Update: Upcoming ParaView Releases (4.4 and 5.0)

2015-08-06 Thread Utkarsh Ayachit
Folks, Just wanted to let everyone know we're closing on a ParaView 4.4 release candidate (think next week or two). If you spot any major issues, or there's something you're keen on committing, you should do that now. Utkarsh On Fri, Jul 17, 2015 at 2:29 PM, Utkarsh Ayachit utkarsh.ayac

Re: [Paraview] FullScreen and No Boraders

2015-08-03 Thread Utkarsh Ayachit
renderWindow-BordersOff(); renderWindow-SetFullScreen(true); That should have done the trick. Try moving this code to right after the RenderWIndow is created i.e. after vtkSmartPointervtkRenderWindow::New(); (more specifically, before the RenderWindowInteractor is setup). If I remember

Re: [Paraview] Reg. paraview using off

2015-07-31 Thread Utkarsh Ayachit
, scping, untarring phew! ganesh On Wed, Jul 29, 2015 at 12:00 PM Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Check this out: http://www.paraview.org/Wiki/ParaView/ParaView_And_Mesa_3D#Configuring_ParaView_for_use_with_OSMesa You're missing several other flags needed for ParaView

Re: [Paraview] Reg. paraview using off

2015-07-29 Thread Utkarsh Ayachit
Check this out: http://www.paraview.org/Wiki/ParaView/ParaView_And_Mesa_3D#Configuring_ParaView_for_use_with_OSMesa You're missing several other flags needed for ParaView to use OSMesa e.g. VTK_OPENGL_HAS_OSMESA. Also, your CMakeCache.txt shows that OPENGL_gl_LIBRARY, OPENGL_glu_LIBRARY,

Re: [Paraview] paraview 4.1 and greater not getting slice representation on remote logins

2015-07-24 Thread Utkarsh Ayachit
, eg way too small, eg 0 ? Why would that happen only on the Centos-Ubuntu remote connection ? thanks very much, Kate On 07/22/2015 03:35 PM, Utkarsh Ayachit wrote: Kate, I suspect it's related to this fix: https://gitlab.kitware.com/paraview/paraview/merge_requests/92 I tested

Re: [Paraview] Bug with the trace tool : Exporting view instruction not repeatable

2015-07-22 Thread Utkarsh Ayachit
Silvère, There was a bug in the code that traced it where it picked up an incorrect property name. As a workaround, you can change the Rasterize3DGeometry to Rasterize3Dgeometry (note the different case). e.g. ExportView('/tmp/sample.pdf', view=renderView1, Rasterize3Dgeometry=0) On Wed, Jul

Re: [Paraview] Fwd: Custom animation help? (Corrected image)

2015-07-20 Thread Utkarsh Ayachit
Jesse, Delete is typically greyed out when there's a filter connected to that particular source/filter. You need to delete all downstream stream filters before you can delete the active one. In other words, you cannot delete a filter/source in the middle of a pipeline. You can only delete the

Re: [Paraview] [EXTERNAL] Re: Plot cumulative integral over time of a variable

2015-07-20 Thread Utkarsh Ayachit
Yes, the change is already merged in VTK. It'll make it to ParaView soon. Utkarsh On Wed, Jul 15, 2015 at 12:38 PM Scott, W Alan wasc...@sandia.gov wrote: Thanks! Are you going to get the patch into the next release? Alan *From:* Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com

Re: [Paraview] Update: Upcoming ParaView Releases (4.4 and 5.0)

2015-07-19 Thread Utkarsh Ayachit
arctica1...@gmail.com wrote: With reference to OpenGL, will the new updates via 4,4 or 5 be compatible with Windows 7(or 8) or does it expect a newer version of OpenGL on the target system? thanks On 17 July 2015 at 19:29, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Folks, Since

[Paraview] Update: Upcoming ParaView Releases (4.4 and 5.0)

2015-07-17 Thread Utkarsh Ayachit
Folks, Since we're getting close to the next release, I just wanted to send out an email to let everyone know how we're planning to do the next release. + We'll do a ParaView 4.4 release will all features/fixes planned for the next release. This will use the older rendering code (same as

Re: [Paraview] Transforming a spherical slice into a map projection

2015-07-15 Thread Utkarsh Ayachit
Marie, Do you have a sample dataset? That'll make it easier to determine the filters etc. you can apply. Utkarsh On Wed, Jul 15, 2015 at 8:03 PM, Marie Kajan marie.ka...@gmail.com wrote: I'm a new user and am having difficulty navigating Paraview. I would really appreciate any pointers! I'm

Re: [Paraview] Pipeline's filters and multiblock order

2015-07-15 Thread Utkarsh Ayachit
The Pipeline Browser shows the filters in pipeline order (or the order they are created in). This can't be changed, I am afraid. BTW, rather that using that script, you can use the Extract Block filter to extract blocks of your choice if you're only interested in a few blocks (or few groups of

Re: [Paraview] Output data across all timesteps with Python

2015-07-15 Thread Utkarsh Ayachit
If you know the timestep values you're interested in, you can do the following: for t in [0, 0.001, 0.002]: writer = CreateWriter(.../foo_%d.csv % t, source) writer.FieldAssociation = Points # or Cells writer.UpdatePipeline(t) del writer On Wed, Jul 15, 2015 at 3:32 PM Patrick Savidge

Re: [Paraview] paraview python script : Delete(renderView1) does not free memory

2015-07-15 Thread Utkarsh Ayachit
Delete() will only remove the render view, not all other proxies that were created as part of the state loading operation. The following script should do the trick: from paraview.simple import * def ResetSession():

Re: [Paraview] Plot cumulative integral over time of a variable

2015-07-15 Thread Utkarsh Ayachit
Alan, Attached is a state file (using can.ex2) which indeed uses numpy.trapz() to do the work. It needs a small patch to be applied to VTK (attached) to avoid a segfault. The Programmable Filter adds a new row-data array named trapz which is the result of the operation (it's repeated so we can

Re: [Paraview] Impossible to see a movement.

2015-07-10 Thread Utkarsh Ayachit
-med software), I simply could clic on the Wrap button (or a name near that) and, when I clic Play after I can see the movement... This same Wrap button is disabled (for this simualtion) in my Salome-Meca Paraview module, with which I work, and I don't understand why... Amel Utkarsh Ayachit

Re: [Paraview] Impossible to see a movement.

2015-07-08 Thread Utkarsh Ayachit
Do you have a sample dataset to share? That'll make this easier. Typically, movement comes from one of the following: 1. Readers: the reader itself translates the points in the grid as time changes 2. Filters: if the grid doesn't change but has attributes that indicate the displacement, one can

Re: [Paraview] Executive Not calling RequestData

2015-06-25 Thread Utkarsh Ayachit
RequestData doesn't get called unless the pipeline determines that something has changed. This is at core of VTK's demand driven execution pipeline. You may want to checkout Berk's blog ( http://www.kitware.com/blog/home/post/831) about how you can use `CONTINUE_EXECUTING` key for streaming.

Re: [Paraview] Plugin XML Format Specification

2015-06-22 Thread Utkarsh Ayachit
Bruce, Check the Properties Group information here: http://www.paraview.org/Wiki/ParaView/Properties_Panel#Property_Groups Utkarsh On Mon, Jun 22, 2015 at 2:32 PM Bruce Jones bruce.david.jo...@gmail.com wrote: Hi, I'm working on a custom plugin. I've managed to get the input parameters in

Re: [Paraview] PYTHONPATH environmental variable

2015-06-19 Thread Utkarsh Ayachit
I find it easier to figure this out by using pvpython and then doing the following: import sys print sys.path The path should have all the directories that need to be set in your PYTHONPATH. Utkarsh On Fri, Jun 19, 2015 at 2:15 AM Timo Oster timo.os...@ovgu.de wrote: Hi Felix, I just

Re: [Paraview] OpenGL2 and ParaView 4.3.1 ...

2015-06-17 Thread Utkarsh Ayachit
If you're keen on trying OpenGL2, I'd suggesting use git/master ParaView. A whole lot of fixes have gone in since 4.3.1. Utkarsh On Tue, Jun 16, 2015 at 9:01 AM Niklas Röber roe...@dkrz.de wrote: Hi, I do get ParaView with OpenGL2 compiled and running, even with some of the plugins. But it

Re: [Paraview] pvserver segfault

2015-06-10 Thread Utkarsh Ayachit
Jeff, D3 is available only when there's more than 1 MPI rank. There's no need to do any load balancing with just 1 rank. Utkarsh On Wed, Jun 10, 2015 at 1:29 PM Jeff Becker jeffrey.c.bec...@nasa.gov wrote: On 06/10/2015 10:16 AM, David E DeMarle wrote: On Wed, Jun 10, 2015 at 1:13 PM, Jeff

Re: [Paraview] pqPipelineSource::getOutputPort( 0 ). Available number of output ports: 0

2015-06-10 Thread Utkarsh Ayachit
I am not sure I follow what's happening here. Can you provide details on what you're doing here please? Thanks. Utkarsh On Wed, Jun 10, 2015 at 11:38 AM Peter pe...@peterheppel.com wrote: Hello I just built the current Paraview development version and got the same error on running the

Re: [Paraview] python changes 4.0/4.1 to 4.3?

2015-06-09 Thread Utkarsh Ayachit
Anton, DiffuseColor still exists. Can you post the full error message that you're getting? If you can share the dataset you're using to test this script, that'll be even better! Utkarsh On Mon, Jun 8, 2015 at 7:39 PM Anton Shterenlikht me...@bris.ac.uk wrote: I've a script that used to work

Re: [Paraview] pvserver segfault

2015-06-09 Thread Utkarsh Ayachit
Can you try turning off Display Lists? It's an option under the Settings (Render View tab) dialog. You'll need to restart ParaView after making this change. I suspect the graphics driver is giving up while building a large display list. Display lists will be a thing of the past once we update the

Re: [Paraview] Viewing data from multiple times on an xy-plot

2015-06-03 Thread Utkarsh Ayachit
Not in the same view, but the Comparative versions of the line/bar chart views allow you see multiple timesteps side by side. You can use the Comparative View Inspector to add Time as the parameter to compare and then setup the timestep values of interest for each of the views. Utkarsh On Wed,

Re: [Paraview] Import h5py in python shell

2015-06-02 Thread Utkarsh Ayachit
jm.lu...@gantha.com wrote: Thank you for your answer Utkarsh. Unfortunately, the h5py installer for Windows does not find the Python installation packaged with ParaView in my registry, so I cannot install it in ParaView. Jean-Michel *De :* Utkarsh Ayachit [mailto:utkarsh.ayac

Re: [Paraview] Import h5py in python shell

2015-06-02 Thread Utkarsh Ayachit
in the sys.path) gives me the same error I ran into in ParaView's python shell: from h5py import _errors ImportError: DLL load failed: %1 is not a valid win32 application Jean-Michel *De :* Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] *Envoyé :* mardi 2 juin 2015 16:27 *À

Re: [Paraview] In order to run ParaView in client/server mode...

2015-06-01 Thread Utkarsh Ayachit
No, but accessing the Xserver on the server side may require you to work with the administrator. See this thread for some info: http://public.kitware.com/pipermail/paraview-developers/2015-May/003784.html Utkarsh On Mon, Jun 1, 2015 at 9:18 AM Stanbridge, Christopher William cws...@mun.ca

Re: [Paraview] Fwd: Problems in rendering when raw image is resized

2015-05-30 Thread Utkarsh Ayachit
I am not entirely sure what 1 is. However, for 2, try changing the Scalar Opacity Unit Distance from the Properties panel. ParaView will set it to a value based on the data spacing after the first Apply. If you change the spacing after that, you can use the Reset using current data values button

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-30 Thread Utkarsh Ayachit
extracted from vtkRenderWindow to generate labels? Thanks for help in advance! Nenad. On Mon, May 18, 2015 at 3:49 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: - Strange 1: I don't have anymore instance in DataLabelRepresentation for Elevation pipeline source (btw, during

Re: [Paraview] Filters applied immediately?

2015-05-30 Thread Utkarsh Ayachit
You've accidentally enabled Auto Apply. You can turn it off from the Settings dialog (General Tab). Utkarsh On Sat, May 30, 2015 at 4:34 AM Marty Kandes mkan...@gmail.com wrote: I'm having a problem with Paraview immediately applying a filter once I select it to be used before I can adjust

Re: [Paraview] How to automaticaly generate probe location points?

2015-05-29 Thread Utkarsh Ayachit
Joice, First question do you want probe location or select a cell/point? If you can describe the workflow you'd use to do this manually for 1 point, I'll know better what approach might work for you. Thanks Utkarsh On Fri, May 29, 2015 at 10:00 AM Joice Fernandes Carrara

Re: [Paraview] Import h5py in python shell

2015-05-29 Thread Utkarsh Ayachit
ParaView packages its own Python. You'll either need to build ParaView from source using the Python installation you have or install h5py in the Python packaged with ParaView. Utkarsh On Tue, May 26, 2015 at 9:58 AM Jean-Michel jm.lu...@gantha.com wrote: Dear all, I am currently trying to

Re: [Paraview] Running regression tests

2015-05-29 Thread Utkarsh Ayachit
Jim, Look at what we do for ParaViewSuperbuild [1, 2]. That may give you pointers. You can potentially setup a simple cmake project that simply runs your test suite. Utkarsh [1] https://gitlab.kitware.com/paraview/paraview-superbuild/tree/master/Testing [2]

Re: [Paraview] FlyIn and FlyOut in ParaView 4

2015-05-29 Thread Utkarsh Ayachit
simulates flow inside object with (many) channels, e.g., porous media. Thanks, Thomas On Fri, May 22, 2015 at 5:01 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Thomas, Alas no. That was something that was lost in 3.0 transition. I haven't looked into it in detail

Re: [Paraview] Latex text and python shell in Paraview git hub version

2015-05-28 Thread Utkarsh Ayachit
I am assuming you built your own version of ParaView. You'll need to install matplotlib in the Python you used to build ParaView. Utkarsh On Thu, May 28, 2015 at 3:56 AM, Raj Kumar Manna rajphysics@gmail.com wrote: Hi, Since I want to use axes grid, I have just install the latest version

Re: [Paraview] Extract the dimensions (or extent) of a structured grid within a python script

2015-05-26 Thread Utkarsh Ayachit
Guillaume, Use data information [1] as follows: UpdatePIpeline(inputPvts) extent = inputPvts.GetDataInformation().GetExtent() See Section 3.3 from the ParView Guide[2] for more details. Utkarsh [1] http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-doc/classvtkPVDataInformation.html

Re: [Paraview] [paraview] out of memory

2015-05-26 Thread Utkarsh Ayachit
lack of some settings? Traceback (most recent call last): File string, line 19, in module File string, line 6, in RequestData NameError: global name 'vtkPLYReader' is not defined Thanks, dxy At 2015-05-22 22:18:34, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Dxy, ParaView has

Re: [Paraview] Paraview Python Multiprocessing

2015-05-26 Thread Utkarsh Ayachit
Bruce, Try the attached patch. You'll need to apply it to the VTK subdir under ParaView. Utkarsh On Tue, May 26, 2015 at 11:29 AM, Bruce Jones bruce.david.jo...@gmail.com wrote: Hi, I am trying to do some parallel programming within paraviews python shell and have encountered a problem. If

Re: [Paraview] Paraview Python Multiprocessing

2015-05-26 Thread Utkarsh Ayachit
. However, I am using the windows binaries and have not built paraview from scratch. Cheers, Bruce On Tue, 26 May 2015 at 12:00 Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Bruce, Try the attached patch. You'll need to apply it to the VTK subdir under ParaView. Utkarsh On Tue, May

Re: [Paraview] ParaView 4.3.1 client runs X out of memory

2015-05-22 Thread Utkarsh Ayachit
Jeff, Can you make sure the Remote Render Threshold is set to 0? Also, do you have an X server running (and accessible) on the backend nodes? You're not using ssh -X to login to the backend nodes, right? On Thu, May 21, 2015 at 4:54 PM, Jeff Becker jeffrey.c.bec...@nasa.gov wrote: Hi. I

Re: [Paraview] deforming sphere-like grid to object

2015-05-21 Thread Utkarsh Ayachit
Another alternative. - create a filter that deforms the sphere up to a specific iteration N. This filter will have a property to set the current iteration number. - setup an animation to change the iteration number. (assuming deforming to an arbitrary iteration is just as expensive as going to a

Re: [Paraview] [paraview] out of memory

2015-05-20 Thread Utkarsh Ayachit
Try turning of display lists. In ParaView4.1 it was setting named Immediate mode rendering under the Settings dialog. You'll need to enable the checkbox. Utkarsh On Wed, May 20, 2015 at 4:34 AM, 丁晓燕 dingx...@163.com wrote: Dear, I use the paraview of Version4.1, and the memory of my

Re: [Paraview] volume comparison

2015-05-20 Thread Utkarsh Ayachit
ParaView/VTK really doesn't support mixing two overlapping volumes. Without going into the details, suffice it to say that the rendering implementation will result in one of the volumes always on top of the other. An alternative is to to render the volumes in 2 separate views, side-by-side and

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-20 Thread Utkarsh Ayachit
Nenad, Okay I must be missing something very obvious here, but I am totally lost here. EventHandlers.cpp confused more than it clarified things for me :). Just focusing on EventHandlers.cpp for now. Are you saying EventHandlers::DataRepresentationCreated() isn't called when a new

Re: [Paraview] Installing ParaView 4.0.1 on Nodes For Rendering Frames -Slow Rendering w/ Python

2015-05-20 Thread Utkarsh Ayachit
Are you using x forwarding when you connect to these machines? What is localhost:10.0 display to? Try running some other X-based application like gvim, or glxgears etc. and see where that window pops up. If it's popping up on your laptop, you're using X forwarding. Every render on the server will

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-20 Thread Utkarsh Ayachit
I want to say DataRepresentationCreated is never called! When I create instance of my pipeline source with this source code, I get only 3 messages: Source Created, and 2 times Representation Added after pushing Apply button. Ah ok. That's because pqObjectBuilder no longer creates the standard

Re: [Paraview] 2k x 2k x 2k volume rendering using pvserver

2015-05-20 Thread Utkarsh Ayachit
That's odd. Have you tried changing the Volume Mapper on the Properties panel? Try switching between Texture Only and GPU based. On Tue, Apr 14, 2015 at 4:07 AM, srikanth.nage...@stfc.ac.uk wrote: Hi I am using Paraview 4.1.0 to render a 2k volume using two linux nodes and client on

Re: [Paraview] 2k x 2k x 2k volume rendering using pvserver

2015-05-20 Thread Utkarsh Ayachit
this across two nodes with k40, i can see the data is loaded into the graphic memory but there is no display output. Thanks Sri From: Utkarsh Ayachit [utkarsh.ayac...@kitware.com] Sent: 20 May 2015 16:33 To: Nagella, Srikanth (STFC,RAL,SC) Cc: ParaView

Re: [Paraview] Paraview Parallel Data

2015-05-20 Thread Utkarsh Ayachit
You can use the D3 filter to redistribute the data once its opened in ParaView that's running in parallel. On Sun, Apr 26, 2015 at 11:12 PM, 周恒众 zhz1993...@163.com wrote: Dear: I want to do some test to know where the paraview do the data distribution and how to controll it.But when I

Re: [Paraview] Loading RAW file

2015-05-20 Thread Utkarsh Ayachit
This was indeed a bug. See http://www.paraview.org/Bug/view.php?id=15457. The fix for this is here: https://gitlab.kitware.com/paraview/paraview/merge_requests/92 Utkarsh On Wed, Apr 15, 2015 at 7:50 AM, srikanth.nage...@stfc.ac.uk wrote: Hi I am using Paraview 4.3.1 in client server

Re: [Paraview] Saving Stereo Files - Eye Separation Control

2015-05-20 Thread Utkarsh Ayachit
It's not exposed in the UI, but I believe you can use the Python shell as follows: c = GetActiveCamera() c.SetEyeSeparation(...) Render() On Wed, May 13, 2015 at 4:51 PM, Rinehart, Richard D. (GRC-VG00)[DB Consulting Group, Inc.] richard.d.rineh...@nasa.gov wrote: Greetings! Is there a

Re: [Paraview] Question about programmable data source

2015-05-20 Thread Utkarsh Ayachit
You have Auto Apply enabled. Hence the APply is happening before you are able to change the output data type. Disable Auto Apply and then create the Programmable Source. The data type must be set before the first apply. Utkarsh On Wed, May 13, 2015 at 2:38 PM, Wu, James james...@kla-tencor.com

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-20 Thread Utkarsh Ayachit
, Nenad Vujicic nena...@gmail.com wrote: Utkarsh, Thank you very much for help, but, it still doesn't work. At Ln 118 it fails and reports in Output Window 'Missing required attribute.' and returns NULL. Thanks for any help! Nenad. On Wed, May 20, 2015 at 4:10 PM, Utkarsh Ayachit

Re: [Paraview] error when connecting to pvserver

2015-05-20 Thread Utkarsh Ayachit
The client and server processes both print out a message with the handshake strings they compared with. Mind posting both of them? Thanks On Sun, Apr 26, 2015 at 8:54 AM, u.utku.turunco...@be.itu.edu.tr wrote: Hi, I am trying to connect Paraview server (pvserver) to test the Paraview

Re: [Paraview] Question about paraview

2015-05-20 Thread Utkarsh Ayachit
Here's a snippet that demonstrates how one can do this. https://gitlab.kitware.com/paraview/paraview/snippets/2 Utkarsh On Wed, May 13, 2015 at 6:47 PM, Wu, James james...@kla-tencor.com wrote: I want to run a python scrip when user click on a data source in Pipeline Browser. Can anyone

Re: [Paraview] Switching Between Readers

2015-05-19 Thread Utkarsh Ayachit
Kevin, Can your reader tell if it can read the file irrespective of its extension? If so, just implement a int CanReadFile (const char *fname) method on the the reader classes that will test a file. Now you can have two reader supporting the same extension and ParaView will create the correct

Re: [Paraview] Troubles with exporting selection labels from current ParaView render view

2015-05-18 Thread Utkarsh Ayachit
- Strange 1: I don't have anymore instance in DataLabelRepresentation for Elevation pipeline source (btw, during this traversing I get only one actor), I don't follow. DataLableRepresentation is indeed created for every representation shown in the render view. - Strange 2: When I

Re: [Paraview] Client/server version hash mismatch, even when versions are the same

2015-05-18 Thread Utkarsh Ayachit
CS, What're the exact error messages reported on the client as well as the output terminal for the server? Can you post the complete text please? Utkarsh On Mon, May 18, 2015 at 3:02 AM, Stanbridge, Christopher William cws...@mun.ca wrote: Dear ParaViewers, I am attempting to set up a

Re: [Paraview] Glyph filter instead of legacy glyph filter

2015-05-13 Thread Utkarsh Ayachit
Is there a way that I can use the newer “Glyph” filter in my visualization and remove the constant vectors perpendicular to the y-axis? You can use the Vectors drop-down box to choose which vectors to use for orienting the glyph. You can use Scale Mode to control how to scale the glyph.

<    2   3   4   5   6   7   8   9   10   11   >