[Paraview] Problem compiling master on windows

2012-02-22 Thread Edwards, Paul
I get the following error when building on win64 vista with Microsoft c++: [ 83%] Building CXX object ParaViewCore/ServerImplementation/CMakeFiles/vtkPVServerImplementation.d ir/vtkPVSessionBase.c xx.obj vtkPVSessionBase.cxx d:\scratch\paraviewsource\paraviewcore\serverimplementation\vtkSMMe

[Paraview] Glpyh in Spreadsheet view

2012-02-22 Thread Heusslein, Edith (PH/EWB-VS)
Hello, I'm a newbie in ParaView. I hope you can help me with some basic problems. I try to postprocess my PIV-data (which I get in csv-format) in ParaView. Therefore I wrote a programme in C which turns the data from the csv-file (x, y, z coordinates (structured), velocity U, V, W and velocity

[Paraview] Add overlay logo

2012-02-22 Thread Deij, Menno
Dear all, I'd like to add an overlay logo to a render view, containing the institute logo. I have a png file available, but I find no way how to load this into PV, such that it shows in the lower left corner of my view. Any tips? I expected it to work similarly as Sources->Text where an overlay

Re: [Paraview] Add overlay logo

2012-02-22 Thread Sebastien Jourdain
Hi Menno, in the View setting you can set an image as a background. I know that is not exactly what you ask for, but that could be a way to do it. Seb On Wed, Feb 22, 2012 at 8:49 AM, Deij, Menno wrote: > Dear all, > > I'd like to add an overlay logo to a render view, containing the institute

Re: [Paraview] ParaView 3.12.0 hanging

2012-02-22 Thread Goodwin Lawlor
The problem seems to be server side on an aws instance - a remote pvserver 3.14.0-RC2 works fine on an Ubuntu desktop. I haven't got access any longer to the instance but when I do I'll debug the server side. Goodwin On 21/02/2012 23:51, Utkarsh Ayachit wrote: IN that case, can you check wh

Re: [Paraview] ParaView 3.12.0 hanging

2012-02-22 Thread Utkarsh Ayachit
Goodwin, Thanks for the update. Utkarsh On Wed, Feb 22, 2012 at 8:53 AM, Goodwin Lawlor wrote: > The problem seems to be server side on an aws instance - a remote pvserver > 3.14.0-RC2 works fine on an Ubuntu desktop. > > I haven't got access any longer to the instance but when I do I'll debug

Re: [Paraview] mpirun ./pvserver

2012-02-22 Thread Utkarsh Ayachit
Verify that the paraview is built with mpi enabled (PARAVIEW_USE_MPI cmake flag must be ON). In most likelihood, it's not. Utkarsh On Wed, Feb 22, 2012 at 2:45 AM, Kaster Might wrote: > Hi all, > > I have issues with running parallel pvserver on linux machine. When I try > this `mpirun -np 3 ./

Re: [Paraview] Add overlay logo

2012-02-22 Thread Sven Buijssen
Hi Menno, Add a plane via Sources->Plane, position and scale it to your liking, then go to the Display tab and select your PNG file from "Apply Texture - Load...". You may want to play with the Opacity and Lighting setting (same tab) afterwards if the logo is too bright/gray. Sven Deij, Menno w

Re: [Paraview] [EXTERNAL] mpirun ./pvserver

2012-02-22 Thread Scott, W Alan
Kaster, Only pvserver process 0 tries to connect through port 1. Be sure that you don't have a rogue client process running - this can tie up the port, blocking new clients from connecting. Check the same thing on the serer side. Alan -Original Message- From: paraview-boun...@para

[Paraview] copy/pase of clip filter crashes ParaView (tested in 3.14)

2012-02-22 Thread Nehme Bilal
Hello, Just to let you know that copying and pasting of a clip filter causes a crash. I think it will be the same for all filters using a 3D widget. I implemented a copy/paste few years ago for ParaViewGeo (based on ParaView 3.4) and I think that it was able to copy the 3D widgets correctly. The

Re: [Paraview] Problem compiling master on windows

2012-02-22 Thread Edwards, Paul
Doesn't anyone else get this problem? I noticed the build shows: Scanning dependencies of target protobuf_code_generation [ 77%] Generating vtkPVMessage.pb.h, vtkPVMessage.pb.cc [ 77%] Built target protobuf_code_generation [ 77%] generating modules But, I cannot find the vtkPVMessage

Re: [Paraview] Problem compiling master on windows

2012-02-22 Thread Utkarsh Ayachit
Paul, vtkPVMessage should have been generated by protobuf. It must have failed to run or something. Try this, touch ParaViewCore/ServerImplementation/Resources/vtkPVMessage.proto and build. You should see something like: > Generating vtkPVMessage.pb.h, vtkPVMessage.pb.cc [ 84%] Built target proto

Re: [Paraview] Problem compiling master on windows

2012-02-22 Thread Edwards, Paul
It doesn't give any hints! Here is the output (and I did "nmake VERBOSE=1") "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\nmake.exe" -f ParaViewCore\ServerImplementation \CMakeFiles\protobuf_code_generation.dir\build.make /nologo -L ParaViewCore\Serve

Re: [Paraview] Problem compiling master on windows

2012-02-22 Thread Edwards, Paul
I just modified ExecuteProtoC.cmake to print the variable ${OutDir}: message(STATUS "OUTDIR = " ${OutDir}) execute_process( COMMAND "D:/scratch/RollsRoyceParaView/${OutDir}/protoc" "--cpp_out=dllexport_decl=VTK_PROTOBUF_EXPORT:D:/scratch/RollsRoyceParaView/ParaViewCore/ServerImplementation" --

Re: [Paraview] mpirun ./pvserver

2012-02-22 Thread Kaster Might
Actually, I didn't build anything, because when I tried it took 3 hours and threw some error on 89%, so I just gave up and downloaded ready-to-go version. I believe that's the reason then. Is there any MPI enabled precompiled distro for linux? Thanks. -- Kaster Might On Feb 22, 2012, at 7:03

Re: [Paraview] [EXTERNAL] mpirun ./pvserver

2012-02-22 Thread Kaster Might
Alan, I checked that first, so there's no process listening 1. -- Kaster Might On Feb 22, 2012, at 7:39 AM, Scott, W Alan wrote: > Kaster, > Only pvserver process 0 tries to connect through port 1. Be sure that > you don't have a rogue client process running - this can tie up the port

[Paraview] ANN: ParaView 3.14.0 Available for download

2012-02-22 Thread Utkarsh Ayachit
Folks, ParaView 3.14.0 is now available for download (http://paraview.org/paraview/resources/software.php). These notes give a summary of the major additions to this release. The detailed change-log can be found at http://paraview.org/Bug/changelog_page.php. 'Find Data' dialog used to select ele

Re: [Paraview] mpirun ./pvserver

2012-02-22 Thread Utkarsh Ayachit
There are on http://www.paraview.org/paraview/resources/software.php, however you have to use mpiexec provided by the package. Utkarsh On Wed, Feb 22, 2012 at 1:53 PM, Kaster Might wrote: > Actually, I didn't build anything, because when I tried it took 3 hours and > threw some error on 89%, so

Re: [Paraview] copy/pase of clip filter crashes ParaView (tested in 3.14)

2012-02-22 Thread Utkarsh Ayachit
Thanks for reporting Nehme. I've added a bug report: http://paraview.org/Bug/view.php?id=12959 Utkarsh On Wed, Feb 22, 2012 at 11:42 AM, Nehme Bilal wrote: > Hello, > > Just to let you know that copying and pasting of a clip filter causes > a crash. I think it will be the same for all filters us

Re: [Paraview] Problem compiling master on windows

2012-02-22 Thread Utkarsh Ayachit
Ah! I think I know the problem. It might work fine if you use Visual Studio IDE and not nmake. Can you try the attached patch please? Utkarsh On Wed, Feb 22, 2012 at 12:54 PM, Edwards, Paul wrote: > I just modified ExecuteProtoC.cmake to print the variable ${OutDir}: > > message(STATUS "OUTDIR =

[Paraview] Plotting Distances in Zoomed View (Python Scripting)

2012-02-22 Thread Alex Evanovic
Hi, I am new to paraview python scripting. I wrote a script which can automate visualization of my .vtu file. Additionally, it can zoom into the view (which I need). Now, I need to plot the distances in x-axis & y-axis only for this zoomed part (not the whole domain). For example, if the domain is

Re: [Paraview] 3D point cloud with color

2012-02-22 Thread David Doria
>> I have been working with 3D stereo reconstruction. So, I have huge 3d point >> clouds co-registered with color in this format [X Y Z R G B] (the first >> three vector columns specify the location of the single point and the last >> three one its color in RGB space). I have been trying to disp

Re: [Paraview] Plotting Distances in Zoomed View (Python Scripting)

2012-02-22 Thread Alex Evanovic
Hi, Can someone please help me with this? I need it a bit urgently. Thanks, Alex ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the