Re: [Paraview] Paraview v5.0.0-RC1 with OpenGL2 backend not running using OSMESA v10.5.5

2015-12-10 Thread Utkarsh Ayachit
> ./configure --enable-64-bit --enable-texture-float --enable-osmesa > --disable-egl --disable-xorg --disable-xvmc --disable-opencl --disable-glx > --disable-dri --disable-va --disable-shared-glapi --enable-gallium-llvm=no > --with-gnu-ld --with-osmesa-bits=8 --disable-vdpau > --enable-dependency-t

Re: [Paraview] RayCastAndTextureRenderMode and TextureRenderMode are no longer supported in Paraview 5.0.0-RC1

2015-11-23 Thread Utkarsh Ayachit
> However, I would remove them from the list if they will not be supported. Good point. Aashish, any reason why they should not be removed? Are they going to be added back eventually? Let me know and I can have it fixed accordingly. Utkarsh ___ Powered

Re: [Paraview] ParaView 5.0.0-RC1: two minor problems

2015-11-23 Thread Utkarsh Ayachit
> 2) It seems that the EPS, PDF, PS, and SVG are missing from Export Scene. That is one of the regressions with the new rendering engine. Vector graphics exporting cannot be supported in its current form. We have plans to add a new implementation. In the meantime, use the 4.4 binaries. I am going

Re: [Paraview] Creating a surface along a complex path

2015-11-23 Thread Utkarsh Ayachit
Is this what you're looking for: http://www.kitware.com/blog/home/post/725 Utkarsh On Fri, Nov 20, 2015 at 2:51 PM, Tim Gallagher wrote: > Hi, > > I had an idea I would like to explore but I'm not sure the right way to do > it. I have a 3D vtkMultiblockDataset that is composed of curvilinear >

Re: [Paraview] Smart volume rendering mode

2015-11-23 Thread Utkarsh Ayachit
Can you share the dataset to reproduce the bug? Thanks Utkarsh On Mon, Nov 23, 2015 at 10:17 AM, Sergi Mateo Bellido wrote: > Hi, > > I think that I found a bug in the smart volume rendering mode in Paraview > 4.4.0 and 4.3.1 (I have not tried with older versions). > > My input data is a XDMF fi

Re: [Paraview] RayCastAndTextureRenderMode and TextureRenderMode are no longer supported in Paraview 5.0.0-RC1

2015-11-23 Thread Utkarsh Ayachit
Sergi, The texture-based volume mapper is no longer supported in ParaView after changes to the rendering engine. Maybe Aashish can elaborate on the reasons why. Utkarsh On Mon, Nov 23, 2015 at 8:19 AM, Sergi Mateo Bellido wrote: > Hi, > > I tried to use the "RayCast and Texture Mapping" volume

Re: [Paraview] Differences between OpenGL and OpenGL2 versions of ParaView

2015-11-20 Thread Utkarsh Ayachit
> I did notice PV is forcing the actor to be modified every time the LOD > changes (which is a lot). Modifying the actor causes the VBO/IBOs to rebuild > so it would be better not to do that unless you really need to and in this > case I'm not sure why it is being done. Specifically I think it is i

Re: [Paraview] Differences between OpenGL and OpenGL2 versions of ParaView

2015-11-19 Thread Utkarsh Ayachit
www.fnal.gov > l...@fnal.gov > > Connect with us! > Newsletter | Facebook | Twitter > >> On Tue, Nov 17, 2015 at 4:44 PM, Utkarsh Ayachit >> wrote: >> Ken, what Adam has is a multiblock dataset with field data array named >> "Color" (with c

Re: [Paraview] Differences between OpenGL and OpenGL2 versions of ParaView

2015-11-17 Thread Utkarsh Ayachit
Ken, what Adam has is a multiblock dataset with field data array named "Color" (with certain blocks missing this array). Now when you color by this array and then uncheck "Map Scalars", I get the attached images. I'd contend that 5.0 with OpenGL2 rendering is correct. In 4.4 it would just bleed som

Re: [Paraview] 3D widget in branded app panel?

2015-11-09 Thread Utkarsh Ayachit
David, I believe you're missing a pq3DWIdget::select() call after the showWigdte(). On Mon, Nov 9, 2015 at 10:15 AM, David Thompson wrote: > Hi all, > > I need to add some 3D widgets to a custom ParaView application. I've > succeeded in creating a pqImplicitPlaneWidget and pqSphereWidget and ad

Re: [Paraview] Bug in 4.2 and above

2015-11-03 Thread Utkarsh Ayachit
I couldn't reproduce the issue on linux. Can you share the two CSV files you're getting? Utkarsh On Tue, Nov 3, 2015 at 1:51 PM, David Ortley wrote: > All, > > I've found a problem in Paraview that seems to be in every version from 4.2 > to current (4.4) which involves the selecting and exportin

Re: [Paraview] [EXT] Re: Stupid question on Programmable Source

2015-10-25 Thread Utkarsh Ayachit
s to add a Goodyear-specific file to our > readers here. That ReaderFactory is a very nice feature! This will not only > be a help to our analysts, it will also tend to make more Paraview converts > here! > > Dennis > > -----Original Message- > From: Utkarsh Ayachit

Re: [Paraview] [EXT] Re: Stupid question on Programmable Source

2015-10-23 Thread Utkarsh Ayachit
> 1. I really want this as a reader, that everyone can use.Is there some > way to have the user enter a filename which is more elegant than having them > edit the script? For instance, can the server-side xml plugin stuff be > edited slightly to work with a Programmable source, so I could

Re: [Paraview] [EXT] Re: Stupid question on Programmable Source

2015-10-23 Thread Utkarsh Ayachit
Dennis, > In my routine if I: > 1. Do not declare any output (just accept the predefined output, which is > set to vtkUnstructuredGrd). Then your print statements work but my program > kills Paraview with a segmentation fault I always change the output type using the Output Type property on

Re: [Paraview] [EXT] Re: Stupid question on Programmable Source

2015-10-23 Thread Utkarsh Ayachit
gt; > Dennis > > -Original Message- > From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] > Sent: Thursday, October 22, 2015 5:15 PM > To: Dennis Conklin > Cc: Paraview (paraview@paraview.org) > Subject: [EXT] Re: [Paraview] Stupid question on Programmable Source &

Re: [Paraview] Stupid question on Programmable Source

2015-10-22 Thread Utkarsh Ayachit
Dennis, > Would it be more efficient make this a Programmable Filter instead (with no > input?) so that I can use the CellData.append? You should be able to do the following just fine in a Programmable Source too: output.CellData.append() Utkarsh ___

Re: [Paraview] Python Scripting: Managing the Histogram Outputs

2015-10-16 Thread Utkarsh Ayachit
Do you intend to write the data out as CSV? You can simply use the CSVWriter as follows: histogram1 = SaveData('/tmp/sample.csv', proxy=histogram1) Utkarsh On Fri, Oct 16, 2015 at 11:23 AM, mohammadreza yaghoobi wrote: > Dear all, > > I'm trying to handle the output of Histogram f

Re: [Paraview] Cell volume

2015-10-16 Thread Utkarsh Ayachit
You can also use the "Python Calculator" with expression "volume(inputs[0])" and the "Array Association" set to "Cell Data". Utkarsh On Fri, Oct 16, 2015 at 10:00 AM, Cory Quammen wrote: > Hi Alan, > > This script for the Programmable Filter should compute cell volumes and add > them as a new 'v

Re: [Paraview] Cannot import ColorMap

2015-10-16 Thread Utkarsh Ayachit
Ruggiero, Try changing the tag to . Utkarsh On Thu, Oct 15, 2015 at 8:09 PM, Ruggiero Guida wrote: > Hi, > > I am trying to import the following colormap into Paraview 4.4 (binary > version). > > > > > > > > > > > > > > > > I keep receiving the error/warning > > Generic Warning: I

Re: [Paraview] Trusses to Tubes

2015-10-15 Thread Utkarsh Ayachit
Dennis, Do you have a sample dataset that you can share? Utkarsh On Thu, Oct 15, 2015 at 4:04 PM, Dennis Conklin wrote: > All, > > > > I have a Exodus multi-block dataset with some blocks that are truss elements > (unstructured grid).Each truss represents a cord and I would like to run > th

Re: [Paraview] error in paraview 4.4.0

2015-10-14 Thread Utkarsh Ayachit
Ram, Looks like you're playing back a testing xml. FYI, the testing XML is not the intended to be used across multiple versions of ParaView since they directly record UI clicks and events and they are likely to break as the UI updates. You can try editing the XML to replace the failing widget name

Re: [Paraview] Changing time step values

2015-10-14 Thread Utkarsh Ayachit
Here's a fix that ensure that trace will capture "Ignore Time" changes: https://gitlab.kitware.com/paraview/paraview/merge_requests/426 Utkarsh On Wed, Oct 14, 2015 at 10:59 AM, Utkarsh Ayachit wrote: > Here's how: > > source = GetActiveSource() > &

Re: [Paraview] Changing time step values

2015-10-14 Thread Utkarsh Ayachit
, > Eric > >> On Oct 7, 2015, at 12:07 PM, Utkarsh Ayachit >> wrote: >> >> One simpler option worth trying is to make ParaView totally ignore >> timesteps from one of the readers. Simply right click on the reader in >> the Pipeline Browser and check the &qu

Re: [Paraview] Problem with ColorMap and smtrace

2015-10-12 Thread Utkarsh Ayachit
What version of ParaView are you using? I couldn't reproduce the issue with 4.4. Also, I had to remove the `config.SaveCameras` line in my testing. On Mon, Oct 12, 2015 at 9:47 AM, Laurent Spitaels wrote: > Good morning, > > I wrote a macro which is able to start a trace and when I stop it, it s

Re: [Paraview] Changing time step values

2015-10-07 Thread Utkarsh Ayachit
One simpler option worth trying is to make ParaView totally ignore timesteps from one of the readers. Simply right click on the reader in the Pipeline Browser and check the "Ignore Time" checkbox. Now, depending on the reader, the reader with "ignored time" will either give the "closest" timestep o

Re: [Paraview] Plotting only some blocks of a vtkMultiBlockDataSet

2015-09-30 Thread Utkarsh Ayachit
Have you tried using the "Extract Block" filter? You can use that to extract out the block of interest. Utkarsh On Wed, Sep 30, 2015 at 11:36 AM, Dorier, Matthieu wrote: > Hi, > > I have a parallel, Catalyst-enabled simulation exposing its data using a > vtkMultiBlockDataSet. > Each block in thi

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&version=v4.4&type=source&os=all&downloadFile=ParaView-v4.4.0-source.tar.gz";

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

2015-09-26 Thread Utkarsh Ayachit
ll look again at it. > > Thanks > > JB > > From: Utkarsh Ayachit > Date: Thursday 24 September 2015 17:57 > To: cscs > Cc: "paraview@paraview.org" > Subject: Re: [Paraview] Send an array from client to server > > Attached is the solution, the

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 mem

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 USA

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 an

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 how to do it ... > >

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 al

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 i

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 to

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 A

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: ht

Re: [Paraview] Segfault in ParaView 4.4 RC2

2015-09-16 Thread Utkarsh Ayachit
Awesome! Glad it's working. On Tue, Sep 15, 2015 at 11:42 PM, Dorier, Matthieu wrote: > Bingo! My Catalyst-instrumented sample code now works like a charm on my VM > as well. > Thanks a lot for your help. > > Matthieu > ________

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 /opt/ParaView-4.4.0-Qt4-Linux-6

Re: [Paraview] Segfault in ParaView 4.4 RC2

2015-09-15 Thread Utkarsh Ayachit
gether. This Wiki [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 wrote: > Matthieu, > > Good news, I just saw the black window issue too on my build. I'll &

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 wrote: > Matthieu, > >> - If I run the application from the VM's graphical interface, it runs fine. &

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) vie

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

2015-09-15 Thread Utkarsh Ayachit
> CISD/HPC Architectures Team > Phone: 410-278-6266 > > > > > -----Original Message- > From: ParaView on behalf of Utkarsh > Ayachit > Date: Monday, September 14, 2015 at 2:08 PM > To: ParaView > Cc: ParaView Developers > Subject: [Par

[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! And

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 wrote: > Hi Matt

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 wrote: > Sounds good. > > On Thu, Sep 10, 2015 at 12:58 PM, Scott, W Alan wrote: >> >> I would say wait for 4.4. No rush, I am just going t

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

2015-09-10 Thread Utkarsh Ayachit
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, Matthieu >

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 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 > > > > *From:* Utk

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 situ visualization wi

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 pull the build files. T

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

2015-09-09 Thread Utkarsh Ayachit
. Not 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

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

2015-09-09 Thread Utkarsh Ayachit
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: paraview@paraview.org >

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

2015-09-09 Thread Utkarsh Ayachit
I try 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] Paraview 4.3.1 OSMesa build - QWidget::repaint: Recursive repaint detected

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

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, 5

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: > Hi > > I am new to p

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 < david.tru

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 wro

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 (https://github.com/Kitware/ParaViewCatalystExampleCode/

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 > (http://www.paraview.org/download/): paraview

[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] ht

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 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:5

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] Differences between OpenGL and OpenGL2 versions of ParaView

2015-08-07 Thread Utkarsh Ayachit
Adam, The problem is that the OpenGL2 implementation doesn't work correctly for field-data arrays yet. I've reported a bug: http://www.paraview.org/Bug/view.php?id=15627 We'll have in tracked down soon. Utkarsh On Mon, Aug 3, 2015 at 2:59 PM, Adam Lyon wrote: > Hi Joachim, Do you want me to s

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

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 vtkSmartPointer::New(); (more specifically, before the RenderWindowInteractor is setup). If I remember correctly, the

Re: [Paraview] Reg. paraview using off

2015-07-31 Thread Utkarsh Ayachit
ing, 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 >>

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, OPENGL_IN

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

2015-07-24 Thread Utkarsh Ayachit
oblem is that the extent is computed incorrectly, 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

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, J

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

2015-07-22 Thread Utkarsh Ayachit
Kate, I suspect it's related to this fix: https://gitlab.kitware.com/paraview/paraview/merge_requests/92 I tested with the latest git/master and it does render correctly in client-server mode too. A workaround would be to use the Slice filter instead. It will be a little slower and more memory i

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 wrote: > Thanks! > > > > Are you going to get the patch into the next release? > > > > Alan > > > > *From:* Utkarsh

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 "sin

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

2015-07-19 Thread Utkarsh Ayachit
r Anderson 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 > wrote: > >> Folks, >

[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 previous

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 wrote: > I'm a new user and am having difficulty navigating Paraview. I would really > appreciate any pointers! > > I'm using code called

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 Savid

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] 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] 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] Impossible to see a movement.

2015-07-10 Thread Utkarsh Ayachit
gt; > > > Utarsh > > > > On Thu, Jul 9, 2015 at 12:19 AM A. Kapetanovic wrote: > > > >> Utkarsh, > >> > >> I did something on google drive, I shared the file with your e-mail and > >> here you have the url : > >> > >> ht

Re: [Paraview] Impossible to see a movement.

2015-07-08 Thread Utkarsh Ayachit
; big (35 MB), so I send here the hdf and comm files, you only need to > compute the (3) meshes and to run the simulation to have this rmed file. > > Say me if you need something else, I hope all is clear enough like this > :) > > Amel > > > Le 08. 07. 15 15:44, Utkarsh

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 ap

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". Utk

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 wrote: > Hi, > > I'm working on a custom plugin. I've managed to get the input parameters > in the properties panel, an

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 wrote: > Hi Felix, > > I just happened upon the s

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 wrote: > Hi, > > I do get ParaView with OpenGL2 compiled and running, even with some of > the plugins. But it crashes qui

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 wrote: > Hello > > I just built the current Paraview development version and got the same > error on running the Catalyst examples. > >

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 wrote: > On 06/10/2015 10:16 AM, David E DeMarle wrote: > > > On Wed, Jun 10, 2015 at 1:13 PM, Jeff Becker > wrote: > >>

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] 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 wrote: > I've a script that used to work ok on 4.0 and 4.

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 W

Re: [Paraview] Import h5py in python shell

2015-06-02 Thread Utkarsh Ayachit
pending > the path 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 Aya

Re: [Paraview] Import h5py in python shell

2015-06-02 Thread Utkarsh Ayachit
ichel 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 > > >

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> wro

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

2015-05-30 Thread Utkarsh Ayachit
gt; } > } > } > > Should I try to catch > pqSelectionManager::selectionChanged(pqOutputPort*) to get data > structure over which are points which I can compare with data > structures extracted from vtkRenderWindow to generate labels? > > Thanks for help in advanc

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" b

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 wrote: > I'm having a problem with Paraview immediately applying a filter once I > select it to be used before I can adjust the parameters

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