Re: [Paraview] RAW to STL Script Help?

2010-10-14 Thread Eric E. Monson
This wiki page describes some of the functionality, but doesn't seem to be quite up to date regarding Trace State. If you find the things Sebastien is mentioning and have trouble just let us know. http://www.cmake.org/Wiki/Python_GUI_Tools -Eric On Oct 14, 2010, at 8:24 AM, Sebastien Jourdain

Re: [Paraview] RAW to STL Script Help?

2010-10-14 Thread Sebastien Jourdain
The documentation is for the current (git) version. You can go back and look in the history to see the comment for 3.8. Seb On Thu, Oct 14, 2010 at 8:58 AM, Eric E. Monson emon...@cs.duke.edu wrote: This wiki page describes some of the functionality, but doesn't seem to be quite up to date

[Paraview] [paraview] compiling Mesa with paraview

2010-10-14 Thread Joshua Wu
I'm recently started to install paraview on a new machine, OS is Ubuntu, a 64 bit machine. Mesa itself is built smoothly and my cmake configuration is the same as I built before (I successfully built Mesa with PV many times), I've tried three versions of Mesa to be integrated into PV, 7.9, 7.6.1

Re: [Paraview] Fwd: Interpolation problem

2010-10-14 Thread Andy Bauer
2010/10/14 小縣信也 so020...@gmail.com Hi Andy, Thank you for replying. Do you mean that the rendering image doesn't reflect the result of interpolation ? Yes. If so, what is the most common usage? In what situation is the interpolation used ? If your grid uses triangles then the image

Re: [Paraview] [paraview] compiling Mesa with paraview

2010-10-14 Thread Dave Partyka
Hi Joshua, The best way to configure paraview with OSMesa is to use the following settings. VTK_USE_X : OFF OPENGL_gl_LIBRARY : leave this blank OPENGL_glu_LIBRARY: to osmesa's libGLU.so. OSMESA_LIBRARY : /usr/lib64/libOSMesa.so VTK_OPENGL_HAS_OSMESA : ON VTK_USE_MANGLED_MESA : OFF

Re: [Paraview] [paraview] compiling Mesa with paraview

2010-10-14 Thread Kevin H. Hobbs
On 10/14/2010 10:13 AM, Joshua Wu wrote: I'm recently started to install paraview on a new machine, OS is Ubuntu, a 64 bit machine. Mesa itself is built smoothly and my cmake configuration is the same as I built before (I successfully built Mesa with PV many times), I've tried three versions

Re: [Paraview] [paraview] compiling Mesa with paraview

2010-10-14 Thread Berk Geveci
Just a comment: If you are building ParaView for desktop use, do not set OSMESA (i.e. set VTK_OPENGL_HAS_OSMESA to OFF). Set OPENGL_gl_LIBRARY to Mesa's GL library. If you are building ParaView for server use (only) and you want offscreen rendering support, follow Dave's instructions. After

Re: [Paraview] adjusting the glyph filter

2010-10-14 Thread Robert Maynard
Hi Rob, I would look at the new vtkGlyph3DMapper which is a new representation type in ParaView. This will be a good foundation for a custom representation. To learn how to add a new representation you can read

Re: [Paraview] modpython:25: DeprecationWarning: integer argument expected, got float

2010-10-14 Thread Utkarsh Ayachit
This problem should be fixed with the git-master following recent changes in the wrapping code. In any case that warning is harmless. In the old implementation of the wrapping code for Append looks something as follows: static PyObject *PyvtkInformation_Append(PyObject *self, PyObject *args) {

Re: [Paraview] python plugin custom dialog causes paraview to hang

2010-10-14 Thread pat marion
Are you working from a paraview installer, or compiling paraview yourself? I was able to reproduce the linux bug (by putting a 'print hello' at the end) and then solve it by commenting out two lines in ParaView/Qt/Python/pqPythonShell.cxx. Just search for the lines with processEvents and comment

[Paraview] save times of dataset

2010-10-14 Thread Bam Ting
Dr pv xptz, have problem. want save dataset made from pv filter for all times of input file. How is done? thx bamping ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

Re: [Paraview] save times of dataset

2010-10-14 Thread Utkarsh Ayachit
What format are you trying to save it as? Utkarsh On Thu, Oct 14, 2010 at 3:07 PM, Bam Ting bampingt...@gmail.com wrote: Dr pv xptz, have problem. want save dataset made from pv filter for all times of input file. How is done? thx bamping ___

Re: [Paraview] save times of dataset

2010-10-14 Thread Bam Ting
I try pvd form. data will be unstructure or polydata. depend on filter. thx bamping On Thu, Oct 14, 2010 at 4:23 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: What format are you trying to save it as? Utkarsh On Thu, Oct 14, 2010 at 3:07 PM, Bam Ting bampingt...@gmail.com wrote:

Re: [Paraview] Fwd: Interpolation problem

2010-10-14 Thread Takuya OSHIMA
Hi Shinya, If I am not mistaken Gouraud is an interpolation for shading than for field values. Try crating a Sphere source and changing the Interpolation selection between Gouraud and Flat, hopefully you'll see the difference in shading. Takuya Takuya OSHIMA, Ph.D. Faculty of Engineering,