Re: [Paraview] [EXTERNAL] Color problem in version 3.14

2012-03-16 Thread wang
Hello Ken, I downloaded version3.14, because I had problems. But the with version3.14 I couldn't properly adjust the color map. I need to make a distinction between ocean and land. With version3.10 this is not a problem. The new version seems can't make a sharp border which is important to

Re: [Paraview] Gaussian cube files

2012-03-16 Thread Roberto Di Remigio
The package is DIRAC and is dedicated to relativistic calculations. For our purposes we produce cube files, that is we simply calculate the properties to be visualized on a grid of points and then print to file. As I said, this is ok if you want to plot one thing at a time but for more elaborate

[Paraview] compiling Paraview with cygwin

2012-03-16 Thread Habbinga, Sonja
Hi, I have some Problems compiling ParaView under cygwin with mingw compilers. It stucks with the following message: Scanning dependencies of target protoc [ 34%] Building CXX object Utilities/protobuf/src/CMakeFiles/protoc.dir/google/protobuf/compiler/code_generator.cc.obj [ 34%] Building CXX

Re: [Paraview] Color problem in version 3.14

2012-03-16 Thread Moreland, Kenneth
Can you be more specific about that? I can still make sharp transitions in the color map. It looks like the new version might have added a feature to merge coincident control points, but you can still make them some delta apart and have a sharp transition. -Ken On 3/16/12 2:55 AM, wang

Re: [Paraview] --use-offscreen-rendering

2012-03-16 Thread Utkarsh Ayachit
Paul, I verified that the option was never available (at least since 3.10, didn't test before that). The rationale is that pvpython would be used as a client similar to the Qt GUI, in which case offscreen option is never presented. With pvbatch, you are going to be using it as a batch processor,

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Utkarsh Ayachit
Ok. Next, can you try to locate protoc.exe under the ParaView build tree and manually run it? You may get some missing dlls errors and those are the ones we need to identify. In the mean time I'm going to try to see if we can build protoc.exe statically without any dependencies to ensure that it

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Francisco Caraballo
The DLL that is missing is zlibd1.dll Saludos/greetings, Francisco Caraballo On Fri, Mar 16, 2012 at 3:49 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Ok. Next, can you try to locate protoc.exe under the ParaView build tree and manually run it? You may get some missing dlls errors

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Utkarsh Ayachit
Interesting. Where is it? Isn't it already in the ParaVIew build tree? Utkarsh On Fri, Mar 16, 2012 at 11:32 AM, Francisco Caraballo francisco.caraba...@gmail.com wrote: The DLL that is missing is zlibd1.dll Saludos/greetings, Francisco Caraballo On Fri, Mar 16, 2012 at 3:49 PM, Utkarsh

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Francisco Caraballo
This file in my computer is in C:\Program Files (x86)\zlib\bin. Should I add this folder somewhere? Saludos, Francisco Caraballo On Fri, Mar 16, 2012 at 4:35 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Interesting. Where is it? Isn't it already in the ParaVIew build tree?

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Utkarsh Ayachit
Better yet, can you try the attached patches please? What I've done is removed the dependency of protoc.exe on these unnecessary extra libraries making it possible to avoid such traps. Patch the files as follows (from ParaView Source Tree): # discard any changes from previous patches git

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Francisco Caraballo
I didn't originally get the code via git, so git checkout -f is not working. Should I restore the whole Paraview 3.14 tree to what I originally downloaded and then apply the new patches? Saludos/greetings, Francisco Caraballo On Fri, Mar 16, 2012 at 4:53 PM, Utkarsh Ayachit

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Utkarsh Ayachit
In that case, just put the two attached files in the source tree as follows (ensure that you replace the exisiting files): PV.CMakeLists.txt == ParaViewSource/ParaViewCore/ServerImplementation/CMakeLists.txt PROTOBUF.CMakeLists.txt == ParaViewSource/Utilities/protobuf/src/CMakeLists.txt Utkarsh

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Francisco Caraballo
Now I'm getting this error all over the place: error C2491: 'google::protobuf::compiler::CodeGeneratorRequest::_default_parameter_' : definition of dllimport static data member not allowed Saludos, Francisco Caraballo On Fri, Mar 16, 2012 at 5:10 PM, Utkarsh Ayachit

Re: [Paraview] Problem when compiling Paraview 3.12 on Visual Studio 2010.

2012-03-16 Thread Utkarsh Ayachit
Francisco, Hopefully this should do it. I tested on my Windows build as well and seems to work as expected. Attached as the new set of files to be placed as follows: PV.CMakeLists.txt == ParaViewSource/ParaViewCore/ServerImplementation/CMakeLists.txt PROTOBUF.CMakeLists.txt ==

Re: [Paraview] Extract VOI problems

2012-03-16 Thread Utkarsh Ayachit
Any more details to reproduce the issue? Can you reproduce it with Wavelet source? I tried with Wavelet and seems to work fine. Utkarsh On Tue, Mar 6, 2012 at 8:32 AM, Dominik Szczerba domi...@itis.ethz.ch wrote: Hi, As soon as I specify resample rate 1, the output image is damaged (sort of

[Paraview] transient chombo data files

2012-03-16 Thread Márcio Ricardo Pivello
Hi all. I've been using paraview to read sets of transient chombo data files that were written for VisIt. I manage to read all the .hdf5 files, but I can't make paraview understand the files as a time series. VisIt has an additional file which just lists the names of the files in time-order. How

Re: [Paraview] Extract VOI problems

2012-03-16 Thread Paul Melis
Hi Dominik, Just curious, but does your output resemble the pics in this bug report? http://paraview.org/Bug/view.php?id=12509 Paul On 03/16/12 19:50, Utkarsh Ayachit wrote: Any more details to reproduce the issue? Can you reproduce it with Wavelet source? I tried with Wavelet and seems to