[Paraview] Some more questions on animation

2014-02-24 Thread Jesse Samluk
Greetings all, I'm trying to make several animations that involve the use of the same camera values in the Animation Keyframes. In so doing, is it possible to simply cut and paste the values to other animations? If so, how do I go about doing that? Also, what is the best way to export the

[Paraview] Particles-in-Cells: Two XDMF files?

2014-02-24 Thread Huebl, Axel
Hi ParaView mailing list, we are adding paraview/xdmf support to our particle-in-cell code PIConGPU [1] right now. To start with the general topology: The particle in cell algorithm stores field data (scalars and vectors) on a grid, in the simplest case a 3DCoRectMesh. In between the mesh

Re: [Paraview] Some more questions on animation

2014-02-24 Thread Utkarsh Ayachit
I'm trying to make several animations that involve the use of the same camera values in the Animation Keyframes. In so doing, is it possible to simply cut and paste the values to other animations? If so, how do I go about doing that? Jesse, I'd suggest using Python tracing capabiltiies

[Paraview] PDF export missing colors

2014-02-24 Thread David Lonie
Conversation moved here from: http://www.kitware.com/blog/home/post/508 Jon, In the Coloring section of the Properties tab, what is selected in the drop-down box? Also, is Interpolate Scalars Before Mapping enabled? Dave ___ Powered by

[Paraview] VTK accepted for Google Summer of Code

2014-02-24 Thread Marcus D. Hanwell
Hi, I am very pleased to announce that VTK has been accepted as a mentoring organization in this year's Google Summer of Code! Our ideas page is http://vtk.org/Wiki/VTK/GSoC_2014, and we would be happy to discuss other ideas and may add more during the student application period. Interested

Re: [Paraview] Build errors compiling Paraview with VS2013

2014-02-24 Thread Bruce Jones
Hi, I just found the solution, my build of QT was not build with webkit support. checking PQWIDGETS_DISABLE_QTWEBKIT in cmake solved the problem. Cheers, Bruce On Fri, Feb 21, 2014 at 1:37 PM, Bruce Jones bruce.david.jo...@gmail.comwrote: Hey, Adding #include algorithm solved those errors.

Re: [Paraview] Build errors compiling Paraview with VS2013

2014-02-24 Thread Utkarsh Ayachit
Ah! Good to know. I forgot about it. Thanks for the update. Utkarsh On Mon, Feb 24, 2014 at 3:44 PM, Bruce Jones bruce.david.jo...@gmail.com wrote: Hi, I just found the solution, my build of QT was not build with webkit support. checking PQWIDGETS_DISABLE_QTWEBKIT in cmake solved the

[Paraview] trouble with paraview.simple.AssignLookupTable

2014-02-24 Thread Scott, W Alan
I have a user that is trying to assign a custom color map in Python. How is this done? I tried the trace recorder, but it doesn't show this action/command. Mu user's note is below: Thanks, Alan Hello, I am trying to use paraview.simple python interface to assign a custom color map, but

Re: [Paraview] Setting sample distance for GPU volume rendering?

2014-02-24 Thread Vanmoer, Mark W
Hi Utkarsh, Changing DataRep.ScalarOpacityUnitDistance shows up as what's in the Scale input box. Going the other direction, setting the Scale in the GUI is what python prints for DataRep.ScalarOpacityUnitDistance so they do seem to be the same thing? Mark -Original Message- From:

Re: [Paraview] trouble with paraview.simple.AssignLookupTable

2014-02-24 Thread Burlen Loring
Hi Alan, You get the array object from the source/reader/filter's point data. for example w = Wavelet() wa = w.PointData.GetArray('RTData') See if this example doesn't help: http://paraview.org/Wiki/ParaView/Python/Lookup_tables Burlen On 2/24/2014 1:29 PM, Scott, W Alan wrote: I

[Paraview] Trouble Mapping Data

2014-02-24 Thread kenichiro yoshimi
Dear all, In Color Map Editor panel, Mapping Data window fails to display the mapping when I am trying to load data including scalars larger than 1.0e+11 with ParaView 4.1.0. However, with ParaView 3.98 and earlier, there is no problem. Any help is greatly appreciated. Kind Regards, yoshimi