Here's the bug: http://www.paraview.org/Bug/view.php?id=15126
Patch attached. Thanks for reporting this.
Utkarsh
On Thu, Nov 13, 2014 at 10:31 AM, Utkarsh Ayachit
wrote:
> Found it...I'll send a patch soon.
>
> On Thu, Nov 13, 2014 at 10:15 AM, Utkarsh Ayachit
> wrote:
>> I can reproduce it. I
Found it...I'll send a patch soon.
On Thu, Nov 13, 2014 at 10:15 AM, Utkarsh Ayachit
wrote:
> I can reproduce it. I am flummoxed too. Looking into it.
>
> On Thu, Nov 13, 2014 at 6:03 AM, Federico Veronesi
> wrote:
>> Dear Paraview users,
>>
>> I found an unexpected behavior in Paraview 4.2.
>>
I can reproduce it. I am flummoxed too. Looking into it.
On Thu, Nov 13, 2014 at 6:03 AM, Federico Veronesi
wrote:
> Dear Paraview users,
>
> I found an unexpected behavior in Paraview 4.2.
> When I set separated panels or other options except the combined one, I
> don't get what it is expected a
You probably need to glyph the output from the particle path and the
streakline filter to see the locations. Right now I don't think any cells
are being generated by those two filters. If you don't have any points,
you'll probably need to set termination time to something other than 0 for
particle
Dear all,
I am trying to reuse some code from the point sprites plugin.
I would like to pass some size information onto some shader code for
nine different points like this:
voidvtkPointSpriteProperty::Render(vtkActor*act,vtkRenderer*ren)
{
vtkPainterPolyDataMapper*mapper=
vtkPa
Hi,
I have 2 files with data which contains x and y components of velocity
field, I try to combine this data into vector and then create particle
tracer, but it doesn't work. Here is the pipeline of the visualisation:
1. data is in NetCDFReader1 and NetCDFReader2.
2. appending: NetCDFReader1, NetC
Dear Paraview users,
I found an unexpected behavior in Paraview 4.2.
When I set separated panels or other options except the combined one, I
don't get what it is expected and 6 grayed button (restore, update) appear.
I think I fixed it by adding the following lines to pqPropertiesPanel.cxx
in the