Re: [Paraview] ParaView 3.8.0 Available for download

2010-05-27 Thread Dave Partyka
Once you clone paraview with git clone git://paraview.org/ParaView.git then checkout the release branch with git branch --track release origin/release That reminds me, I need to sign the tag for the release. I'll do that now On Thu, May 27, 2010 at 9:14 AM, Michael Jackson

Re: [Paraview] ParaView Binaries: include build libraries information?

2010-05-27 Thread Utkarsh Ayachit
Eric, The wiki page you referred is supposed to have all the necessary information and we try to keep in updated with every official release. Please let us know if any information missing. Utkarsh On Wed, May 26, 2010 at 10:26 AM, Eric Nodwell enodw...@ucalgary.ca wrote: Is there some file,

Re: [Paraview] Getting user input while in python shell plugin

2010-05-27 Thread Utkarsh Ayachit
Doh! didn't realize you were going to call it from python. Stick with what Pat suggested :). Utkarsh On Thu, May 27, 2010 at 10:18 AM, pat marion pat.mar...@kitware.com wrote: Paraview doesn't have a way to pass pointers to QObjects from c++ to python, or vice versa.  You can use PyQt wrapped

[Paraview] ParaView 3.8.0 Not Installing Client Plugins correctly.

2010-05-27 Thread Mike Jackson
Pulled ParaView 3.8.0 from Git. Configured with CMake for VS2008 x64 with PARAVIEW_EXTRA_EXTERNAL_MODULES listing 4 of my custom plugins. Compiled. Installed. And all the client plugins are installed lose into the ParaView-3.8.0/bin directory instead of ParaView-3.8.0/bin/plugins. Also, I have

[Paraview] NSIS Generated Installer for ParaView 3.8.0 reads ParaView 3.9.0

2010-05-27 Thread Mike Jackson
Just built ParaView 3.8.0 (using the .zip file from the paraview.org web site) on Windows 7 x64 using VS 2008 Win32 project and then generated the NSIS installer. The name of the installer, and in fact the name of the installed binaries reads ParaView 3.9.0 which is a bit confusing to say the

Re: [Paraview] NSIS Generated Installer for ParaView 3.8.0 reads ParaView 3.9.0

2010-05-27 Thread Dave Partyka
Thanks for catching that Mike, apparently my script that makes the tar balls didn't properly switch to the release. I have replaced the source with the correct version Thanks again! On Thu, May 27, 2010 at 12:52 PM, Dave Partyka dave.part...@kitware.comwrote: That is weird let me take a look.

Re: [Paraview] ParaView 3.8.0 Not Installing Client Plugins correctly.

2010-05-27 Thread Utkarsh Ayachit
Mike, That was a conscious decision. We deliberately install all plugin dlls in the same directory as the paraview.exe on windows, just to avoid missing dlls issues at runtime. Originally, we had the separate plugins directory to make it easier for users to locate the plugins and load them

Re: [Paraview] ParaView 3.8.0 Not Installing Client Plugins correctly.

2010-05-27 Thread Utkarsh Ayachit
Mike, Attached is a patch that fixes this issue. Can you try if that works? Dave, if that works, can you commit that to the master and release branches? Utkarsh On Thu, May 27, 2010 at 4:54 PM, Mike Jackson mike.jack...@bluequartz.net wrote: Here is some more information about what is going on

Re: [Paraview] PV 3.8.0 remark

2010-05-27 Thread Moreland, Kenneth
Can you be more specific about what you are doing and when it should be suppressed? Removing the vtkValidPointMask functionality from everything would probably be tedious and disastrous. Where specifically is it going wrong? Are you loading a file with a vtkValidPointMask? -Ken On 5/27/10

[Paraview] Trouble with .vtu files over certain size

2010-05-27 Thread William Humber
Hello, I am using the fortran library LIB_VTK_IO to do my translations to the binary xml vtu format and I've been encountering a problem. When my unstructured meshes get over a certain size, ~5 million elements, I get the following error message. Any ideas? ERROR: In

Re: [Paraview] pvserver -display on windows

2010-05-27 Thread Dr. X
Thanks, Ken. You are right, the pop up message box shows no -display option in windows. So for my case, 4 cpu cores and 2 gpus, how shall I set up the pvserver to use all the resources? thanks a lot. Best, x On 5/27/2010 5:52 PM, Moreland, Kenneth wrote: The --display argument is only