[Paraview] The "Whole Extent" in the TableToStructuredGrid filter?

2016-10-13 Thread Nan Zhang
Hi all, I have a csv file for plotting the temperature. Its columns are (x,y,z,T). This grid is an irregular mesh generated from Adaptive Mesh Refinement. I tried to plot it with Table to Structured Grid because I want do some iso volume filter afterwards. No matter how did I tried the "Whole

Re: [Paraview] Customized sampling grid for Point Volume Interpolator or Gaussian re-sampling?

2016-10-13 Thread Utkarsh Ayachit
You'll need to use a two step approach. Use the "Point Volume Interpolator" generate a 3D volume from your point cloud and then use the "Resample With DataSet" with "Input" set to the "Point Volume Interpolator" and the "Source" set to your 3D geometry to resample to. Utkarsh On Tue, Oct 11,

Re: [Paraview] [Paraview-developers] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread David Lonie
On Thu, Oct 13, 2016 at 7:18 AM, Gena Bug via ParaView < paraview@paraview.org> wrote: > On 11.10.2016 18:15, Utkarsh Ayachit wrote: > >> Folks, >> >> Among several new features, this release includes anti-aliasing >> support [1]. Currently, it's off by default. I'd encourage all testers >> and

Re: [Paraview] [Paraview-developers] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Gena Bug via ParaView
On 11.10.2016 18:15, Utkarsh Ayachit wrote: Folks, Among several new features, this release includes anti-aliasing support [1]. Currently, it's off by default. I'd encourage all testers and early adopters to turn it on and report any issues you notice. If we don't hear of any major obstacles,

Re: [Paraview] vtkTableAlgorithm

2016-10-13 Thread Utkarsh Ayachit
That should be fine. On Tue, Oct 11, 2016 at 2:35 PM, Dean, Kevin wrote: > I am currently trying to compose a plugin that updates a 2D histogram of my > data. I was wondering if vtkTableAlgorithm is the base that I should use? > > Kevin > > This email and its

Re: [Paraview] source name in python view

2016-10-13 Thread Felipe Bordeu
thanks for the hint but m'i unable to find a way to map the filter id to the data ID (inside the python view script ) def Render(View,figure): from paraview.simple import * names = { x[1]:x[0] for x in GetSources().keys()} print(names) for i in

Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Andy Bauer
Hi Ben, I wasn't aware of the transparent background -- thanks! This leads to one question though: any idea why this option isn't available under the Save Screenshot Options when saving a screenshot? Changing the color palette can be done in the GUI under Edit->Settings->Color Palette which gets

Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Gena Bug via ParaView
On 13.10.2016 15:21, Ben Boeckel wrote: On Thu, Oct 13, 2016 at 13:57:58 +0300, Gena Bug via ParaView wrote: I'm slightly confused with background color for the screenshots when trying to override palette. If I set Background to a Single color in the Properties tab (gray by default) then

Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Ben Boeckel
On Wed, Oct 12, 2016 at 10:42:43 -0400, Ben Boeckel wrote: > Oh, you're compiling 5.1.2 with the new superbuild; yes, that'd have the > same thing. I'll look to see if there's a way to get FONTCONFIG_PATH > default to the right place. Thanks for the hint. Looks like updating to the latest

Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread David Lonie
Hi Gena, I can confirm this, and it looks like there's an open bug report for the issue: https://gitlab.kitware.com/paraview/paraview/issues/15724 That should get updated when this gets addressed. In the meantime, changing the background color manually (via the "Background" options in the

Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Ben Boeckel
On Thu, Oct 13, 2016 at 13:57:58 +0300, Gena Bug via ParaView wrote: > I'm slightly confused with background color for the screenshots when > trying to override palette. If I set Background to a Single color in the > Properties tab (gray by default) then nothing can change it -- > background

Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Gena Bug via ParaView
Hi again! I'm slightly confused with background color for the screenshots when trying to override palette. If I set Background to a Single color in the Properties tab (gray by default) then nothing can change it -- background will always be gray on the screenshots. If I set Gradient for the

Re: [Paraview] OSPRay rendering issue

2016-10-13 Thread David E DeMarle
Most likely you are running into this bug: https://gitlab.kitware.com/paraview/paraview/issues/16919 Try applying the generate surface normals filter and see if you get colors then. If you can, please send me a screen capture and the data if permissible to help track it down. David E DeMarle

Re: [Paraview] source name in python view

2016-10-13 Thread postgurke
Hi Felipe Would GetSources(), maybe along with FindSource and SetActiveSource help you? ALL=GetSources() gives you a dictionary of all sources in your session. Cheers Venke > Felipe Bordeu hat am 12. Oktober 2016 um 15:15 > geschrieben: > > > I use python view to