[Paraview] Problems with installing pvpython

2012-12-13 Thread Pradeep Jha
Hello, I just installed Paraview 3.98 on my Mac OS x 10.8. The paraview.app has been installed in "/Applications" folder and the "__init.py__" files are in the "/Applications/paraview.app/Contents/Python/paraview" folder. When I do "ls" in this folder, I get: == #

[Paraview] Overlay 2D image

2012-12-13 Thread Axel Loewe
Hi, is there a way to add a 2D image to an existing 3D visualization with the image being shown frontally independent of the current camera settings? If I use the PNGSeriesReader(), the image slice is rotated according to the camera settings, thus not shown frontally. Basically, I am looking fo

[Paraview] Export animation in avi?

2012-12-13 Thread William Oquendo
Dear all, I am using Paraview 3.98 on Mountain Lion. I would like to export an animation. The only format available now are ogv, or png/jpeg snapshots. Is there a way to export to avi? I know I can create an avi from a bunch of png/jpeg files, just would like to know if Paraview has the ability bui

Re: [Paraview] Export animation in avi?

2012-12-13 Thread Stephen Wornom
William Oquendo wrote: Dear all, I am using Paraview 3.98 on Mountain Lion. I would like to export an animation. The only format available now are ogv, or png/jpeg snapshots. Is there a way to export to avi? I know I can create an avi from a bunch of png/jpeg files, just would like to know if

Re: [Paraview] Export animation in avi?

2012-12-13 Thread David E DeMarle
ParaView should be able to produce avi's on Mac, as long as it was compiled with ffmpeg. Did you build ParaView yourself or use the kitware binary distribution? David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Dec 13, 2012 at 8

Re: [Paraview] Problems with installing pvpython

2012-12-13 Thread Sebastien Jourdain
Hi Pradeep, did you tried to do that ? $ cd /Applications/paraview.app/Contents/bin $ ./pvpython >>> from paraview.simple import * >>> Cone() >>> Show() >>> Render() Do you manage to see the cone in a 3D window ? Seb On Thu, Dec 13, 2012 at 3:47 AM, Pradeep Jha wrote: > Hello, > > I just ins

Re: [Paraview] ParaView-3.98.0-Windows-64bit crashes volume rendering

2012-12-13 Thread Sebastien Jourdain
Hi Paul could you file a bug ? And check if you can reproduce the crash with the Wavelet source. Thanks, Seb On Wed, Dec 12, 2012 at 4:18 PM, Paul McIntosh < paul.mcint...@internetscooter.com> wrote: > Hi, > > Note sure if this has been reported but I just tried > ParaView-3.98.0-Windows-64bit

Re: [Paraview] Export animation in avi?

2012-12-13 Thread David E DeMarle
Looks like a regression in 3.98. Please file a bug report so we can bring it back in the next release. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Dec 13, 2012 at 8:57 AM, Karl König wrote: > According to > >git clon

Re: [Paraview] run paraview on bgp

2012-12-13 Thread David E DeMarle
Hi Samar, Please post the error messages from the pvserver job. thanks, David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Dec 13, 2012 at 2:13 AM, samar aseeri wrote: > Dear Paraview officials, > > I had paraview already buil

Re: [Paraview] Export animation in avi?

2012-12-13 Thread Karl König
According to git clone git://paraview.org/ParaViewSuperbuild.git sed -e '173,177p; d;' ParaViewSuperbuild/CMakeLists.txt FFMPEG is deliberately not included in SuperBuilds on Mac: if (UNIX AND NOT APPLE) include(ffmpeg) include(fontconfig) include(mesa) endif() HTH, Karl

[Paraview] Group scalar over time

2012-12-13 Thread Nick Szapiro
Hi all. In a single file, I have the same scalar over time (say they're named a0, a1,...,a19 for 20 time steps). Is there any way to group these together so that I can animate over time after I read in the file? I would prefer not to parse the scalars into multiple files. Cheers, Nick _

Re: [Paraview] Export animation in avi?

2012-12-13 Thread William Oquendo
I have reported the bug, http://paraview.org/Bug/view.php?id=13734 . (At Mantis, I was not able to select 3.98 as version to report. Furhtermore, I choose TBD as project, but I was unsure about it.) Thanks for digging into the issue. On Thu, Dec 13, 2012 at 9:00 AM, David E DeMarle wrote: > Look