Re: [Paraview] pvbatch + LoadState('..') +XDMF = empty image

2010-05-29 Thread Kenji Takizawa
Dear Ken, and dear Utkarsh, I sent an email for the bug fix. But Kenneth applied it to different location. Instead of line 148 (which is in UpdateInformationFunction), it was applied to 172 (which is in UpdateInformationUniform). So I would like to inform you this again. I believe this issue is

[Paraview] Building 3.8.0

2010-05-29 Thread BastiL2001
I have build 3.8.0 (source from paraview.org) yesterday and ran into some minor issues: - I hat do set LD_LIBRARY_PATH to both my MPI and QT (I have multiple QTs and MPIs installed on this system). RPATH is turned off. - Afterwards it builds. -The Help misses fome files (e.g. filters). I did

Re: [Paraview] Building 3.8.0

2010-05-29 Thread Sven Buijssen
Hi Bastian, BastiL2001 wrote, On 29.05.2010 11:33: I have build 3.8.0 (source from paraview.org) yesterday and ran into some minor issues: - I hat do set LD_LIBRARY_PATH to both my MPI and QT (I have multiple QTs and MPIs installed on this system). RPATH is turned off. - Afterwards it

Re: [Paraview] Building 3.8.0

2010-05-29 Thread Utkarsh Ayachit
- I hat do set LD_LIBRARY_PATH to both my MPI and QT (I have multiple QTs and MPIs installed on this system). RPATH is turned off. If you turn off rpath, then it's essential to set the LD_LIBRARY_PATH for extra dependencies. Utkarsh ___ Powered by

Re: [Paraview] vtkCellLocator: Python

2010-05-29 Thread Andy Bauer
Are you naming the block in the meta-data? In vtkCompositeDataSet there is a method called GetMetaData ( http://www.vtk.org/doc/nightly/html/classvtkCompositeDataSet.html#abcf79d23fc3a67138da3336e4cda2afe) that may be what you're looking for. Andy On Fri, May 28, 2010 at 3:58 PM, BastiL2001

Re: [Paraview] Building 3.8.0

2010-05-29 Thread BastiL2001
Please set the boolean CMake variable PARAVIEW_GENERATE_PROXY_DOCUMENTATION to ON instead. See http://paraview.markmail.org/message/3nzhngpmaoqtaqld Thanks, forgot to mention this was on in ccmake. Nevertheless, I have these problems. ___ Powered

[Paraview] Add Icon to a Custom Applications (PV 3.8.0)

2010-05-29 Thread Salman SHAHIDI
Hi All, I have created Qt-based custom visualization applications using ParaView's Parallel Visualization framework (Version 3.8.0). I am trying to figure out how to add an icon to this application. I have added these two yellow lines in my CMakeLists.txt file in order to assign the WinIcon.ico to