Re: [Paraview] LIC surface Color by variable lost on Screenshot with offscreen rendering

2011-02-14 Thread Aurélien Marsan
Thanks Utkarsh. That solved things for me too. Aurélien 2011/2/11 Utkarsh Ayachit utkarsh.ayac...@kitware.com Richard, The problem is indeed due to offscreen rendering. I've added a bug (http://paraview.org/Bug/view.php?id=11847). Until this is resolved, the work-around would be to

Re: [Paraview] Show Widget in CompoundSourceProxy

2011-02-14 Thread Utkarsh Ayachit
Christoffer, You need to redefine the Hints for the PropertyGroup on the CompoundSourceProxy as well. Also the properties that the widget is controlling, such as Point1WorldPosition, Point2WorldPosition, Resolution must be exposed from the CompoundSourceProxy. Utkarsh On Mon, Feb 14, 2011 at

Re: [Paraview] pvserver disconnecting...

2011-02-14 Thread Karl Battams
Yes, this seems to work very well! Thank you so much for the help! Cheers, Karl On Fri, Feb 11, 2011 at 12:55 PM, Berk Geveci berk.gev...@kitware.comwrote: Actually, it may be leaking display properties. Try: Delete(dp) The best thing to do in scripts is to be consistent in whether you use

Re: [Paraview] moving cameras

2011-02-14 Thread Utkarsh Ayachit
I was able to reproduce it. The problem was hiding itself when only 2 views were created. I've committed a fix to git-master. I'll try to get it into 3.10. Thanks for reporting. Utkarsh On Mon, Feb 14, 2011 at 1:50 AM, Jérôme jerome.ve...@gmail.com wrote: Hi, I just tried the steps to

Re: [Paraview] Fwd: Amazon EC2 Cluster + Paraview

2011-02-14 Thread Fabian, Nathan
Actually, the error I saw was related to it trying to include a wrong renderwindow.h .. However, your error is similar. It looks like it's got the wrong directory for including exodus headers, since it includes ${CMAKE_SOURCE_DIR}/Utilities/exodusii/include when it should probably be

Re: [Paraview] portland group compiler issues

2011-02-14 Thread David Partyka
Hi Burlen, Your changes are on git master and release branches. Please give them a try and let me know if you find anything else. Thanks! On Sun, Feb 13, 2011 at 6:53 PM, burlen burlen.lor...@gmail.com wrote: Thanks Dave, I'll give it a try. On 02/13/2011 01:30 PM, David Partyka wrote:

[Paraview] failed to launch paraview.exe

2011-02-14 Thread Xunlei Wu
Hi All, I am trying to run paraview.exe after built it (Debug version) on a Windows7 64bit + MSVC2010 machine. However the application failed to run the following call stack: vtksys.dll!vtksys::SystemTools::FileExists(const char * filename=0x) Line 928 + 0xd bytes C++

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread Utkarsh Ayachit
Are you sure there isn't some dll conflict issue? Do you have other installations of ParaView? Utkarsh On Mon, Feb 14, 2011 at 1:10 PM, Xunlei Wu xun...@renci.org wrote: Hi All, I am trying to run paraview.exe after built it (Debug version) on a Windows7 64bit + MSVC2010 machine. However the

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread Xunlei Wu
Hi Utkarsh, This is the only copy of ParaView I am building from git source. I have no ther VTK installation. BTW, do you see many issues with MSVC2010? I am frustrated with ParaView building process and not sure whether it is compiler/IDE related. Thanks a lot. Best, x -Original

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread Utkarsh Ayachit
Honestly, I am not the best guy to comment about windows, I use linux for most of my development. Dave, any insights? What is the value of config_file variable in pqApplicationCore.cxx:725? Utkarsh On Mon, Feb 14, 2011 at 1:15 PM, Xunlei Wu xun...@renci.org wrote: Hi Utkarsh, This is the only

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread David Partyka
We do test nightly with VS10 and one of our developers actively uses it as well so it should work. Have you tried running paraview with -dr command? In the mean time I will try and run the vs10 build on the dashboard machine. On Mon, Feb 14, 2011 at 1:20 PM, Utkarsh Ayachit

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread Xunlei Wu
Hi Utkarsh and Dave, It is C:/ParaViewGit/bin/Debug/../.plugins It looks all valid. However, even extracting the QString content before calling LoadPluginConfigurationXML(), say const char* fn_c_str = config_file.toStdString().c_str(); std::string fn_std_str =

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread Xunlei Wu
Thanks, David. Please give me a day or two. I just flooded the VS10 build directory with my previous successful VS08 build in order to get some work done. I will build through VS10 tomorrow night. Best, x From: David Partyka [mailto:david.part...@kitware.com] Sent: Monday, February 14, 2011

Re: [Paraview] calling apply from inside a filter (reader)

2011-02-14 Thread Utkarsh Ayachit
The only way is to write a custom panel for your filter that calls apply() on the panel and requests a render everytime the slider moves. Utkarsh On Mon, Feb 14, 2011 at 10:55 AM, Felipe Bordeu felipe.bor...@ec-nantes.fr wrote: Hello everybody, I have a reader and I will like to update my

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread David Partyka
Just to confirm. The VS10 x64 build on our nightly dashboard launches without issue. On Mon, Feb 14, 2011 at 1:27 PM, Xunlei Wu xun...@renci.org wrote: Thanks, David. Please give me a day or two. I just flooded the VS10 build directory with my previous successful VS08 build in order to get

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread Xunlei Wu
Hi Dave, I presume your build has all the compnents, e.g. Python, MySQL, MPI, ... enabled, right? x From: David Partyka [mailto:david.part...@kitware.com] Sent: Monday, February 14, 2011 1:36 PM To: Xunlei Wu Cc: Utkarsh Ayachit; paraview@paraview.org Subject: Re: [Paraview] failed to launch

Re: [Paraview] failed to launch paraview.exe

2011-02-14 Thread David Partyka
Python and MPI but not MySQL. If you don't mind, can you send us your CMakeCache.txt from the root of your build tree? I am curious if I can glean anything from that. (feel free to send it off list). On Mon, Feb 14, 2011 at 1:46 PM, Xunlei Wu xun...@renci.org wrote: Hi Dave, I presume your

[Paraview] coprocessing update

2011-02-14 Thread Andy Bauer
I just wanted to give an update on some small changes for the coprocessing library that will be in ParaView 3.10. It is aimed more at the users who aren't interested in using the coprocessing python script generator and would rather use C++ to drive their coprocessing pipelines. The changes are:

[Paraview] Polyvertex Topology

2011-02-14 Thread Matthias Kaczorowski
I'm trying to visualize some particles in a fluid flow using xdmf (loading an HDF5 file). From the info in the mail archives I tried to generate a simple example using Polyvertexes. However, this simple example file causes ParaView to crash. I guess, I haven't fully understood the use of the