Re: [Paraview] Linking problems when compiling ParaView 3.8.1 with OpenMPI 1.4.3 and Python 2.7

2011-01-06 Thread Nenad Vujicic
Hello everyone, 4 Creating library E:\Projects\ParaView-3.8.1\build\bin\Release\MPIPython.lib and object E:\Projects\ParaView-3.8.1\build\bin\Release\MPIPython.exp 4MPI.obj : error LNK2019: unresolved external symbol __imp__lt_dladvise_destroy referenced in function _dlopen_mpi_lib

[Paraview] Transparant color in ParaView

2011-01-06 Thread Xueli Wang
Hello ParaView Users, Is it possible to make one color transparent in the color scale? Thanks a lot! Xueli ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep

Re: [Paraview] Transparant color in ParaView

2011-01-06 Thread Utkarsh Ayachit
No, ParaView does not support setting opacity in a color-scale except when volume rendering. Utkarsh On Thu, Jan 6, 2011 at 7:47 AM, Xueli Wang w...@knmi.nl wrote: Hello ParaView Users, Is it possible to make one color transparent  in the color  scale? Thanks a lot! Xueli

Re: [Paraview] Error when compiling a reader plugin

2011-01-06 Thread Utkarsh Ayachit
You may have to use //BTX and //ETX block marker to hide the offending code in the vtkSgnReader.h which is causing the issue with the wrappers. Would be helpful if you posted relevant sections of that header. Utkarsh 2011/1/6 陈彬斌 binbin0...@163.com: Hi: I encounted a error described below when

[Paraview] D3 doesn't work with double precision points

2011-01-06 Thread Paul Edwards
Hi, I've just spotted a bug where d3 causes paraview to crash if the points are stored a double precision. Regards, Paul ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Re: [Paraview] D3 doesn't work with double precision points

2011-01-06 Thread Andy Bauer
Hi Paul, Can you set up a small case to demonstrate the problem and submit it to mantis? I can take a look at it. Andy On Thu, Jan 6, 2011 at 8:41 AM, Paul Edwards paul.m.edwa...@gmail.comwrote: Hi, I've just spotted a bug where d3 causes paraview to crash if the points are stored a

Re: [Paraview] Linking problems when compiling ParaView 3.8.1 with OpenMPI 1.4.3 and Python 2.7

2011-01-06 Thread David Partyka
Hi Nenad, Turn OFF ENABLE_MPI4PY. Apparently there is a compatibility header in there that references symbols (_lt_dlopen...) that part of the gnu tool chain. I have to ask a higher power first, but most likely I will disable MPI4PY for Windows. Thank you for bringing this to our attention. On

[Paraview] ANN: Early registration deadline ending tomorrow

2011-01-06 Thread Lisa Avila
Reminder: the early registration deadline for the February training course (covering ITK, VTK, ParaView, and CMake) in Lyon, France is tomorrow, January 7th. Please visit our web site for more information and registration details at either: http://www.kitware.com/products/protraining3.html (in

[Paraview] Re : Re : Multiple selections: points and cells

2011-01-06 Thread R M
So, to explain my probllem, I want to select cells and then points on a geometry. No one can tell me if such a selection tool is possible ? Otherwise, how could I contourn this problem ? Thank you for ideas ! De : R M mlok...@yahoo.fr À : Utkarsh Ayachit

Re: [Paraview] D3 doesn't work with double precision points

2011-01-06 Thread Paul Edwards
I've created a Python script to demonstrate the problem (you will need to start you parallel server and connect to it at the top): 8--- # connect to the parallel server (2 procs are enough) Sphere1 = Sphere( guiName=Sphere1, EndTheta=360.0,

[Paraview] Is there a detailed example for a reader plugin?

2011-01-06 Thread 陈彬斌
Hi Firstly,thanks for the help to solving my last problem. It may be a easy process how to write a reader plugin, so I can only find some simple guide and examples.But I am still puzzled when writing the part of .cxx, so it will be very helpful if there is a detailed and completely