[Paraview] About 2D Glyph orientation

2010-05-11 Thread luc scholtes
Hi all, I am new to Paraview and I could not find any clear information on how 2D glyphs are oriented. Is there a way to control their normals to the the 2D plane? Here is the code I use to generate a cloud of points from a text file to which I would like to assign different filters (it can be 3D

[Paraview] Volume Render of XDMF/HDF5 Data

2010-05-11 Thread weaponfire2005
Hi: I use a .xmf file to read HDF5 raw data. I find that the volume represention option would be not active when I use "Collection Grid". Volume represention can be used until I remove the "Collection Grid". Does this mean that paraview can't volume render multi-block data? or I write a wro

Re: [Paraview] Mac branded packaging

2010-05-11 Thread Eric E. Monson
Hey Utkarsh, Thanks for clearing that up for me. At least that makes it easier to get rid of the Qt dependencies I was running into -- I can just focus on modified server executables packaging which will include my plugin libraries. Talk to you later, -Eric On May 11, 2010, at 5:09 PM, Utkars

Re: [Paraview] git cmake error

2010-05-11 Thread brownlee
that fixed it thanks. Must have been since I cloned each submodule individually. Carson On Tue, 11 May 2010 16:46:29 -0600, Utkarsh Ayachit wrote: > Try: >> git submodule init >> git submodule update > > Utkarsh > > On Tue, May 11, 2010 at 4:42 PM, brownlee wrote: >> I'm getting the followin

Re: [Paraview] git cmake error

2010-05-11 Thread Utkarsh Ayachit
Try: > git submodule init > git submodule update Utkarsh On Tue, May 11, 2010 at 4:42 PM, brownlee wrote: > I'm getting the following cmake error when trying to compile from the new > git repository: > " >  CMake Error at Utilities/VTKClientServer/vtkClientServer.cmake:16 > (INCLUDE): >   includ

[Paraview] git cmake error

2010-05-11 Thread brownlee
I'm getting the following cmake error when trying to compile from the new git repository: " CMake Error at Utilities/VTKClientServer/vtkClientServer.cmake:16 (INCLUDE): include could not find load file: /home/carson/svn/ParaView/build/Utilities/Xdmf2/vtk/Utilities/vtkXdmfKit.cmake Call S

Re: [Paraview] Branding branch

2010-05-11 Thread Utkarsh Ayachit
What do you mean by it does not work? Missing DLLs still? Did you try running the dependency walker to determine which dlls are missing? Ensure that your PATH has those missing dlls. Utkarsh On Tue, May 11, 2010 at 3:28 PM, A M wrote: > Thanks eric > > > I  added the Qt lib path to the PATH too

Re: [Paraview] Branding branch

2010-05-11 Thread A M
Thanks eric I added the Qt lib path to the PATH too but it didn't really make any difference either! I am just installing netbeans on the linux system I have here to see if I can compile and run paraview and the examples, it might work I don't know! best! ~A On Tue, May 11, 2010 at 4:52 PM, Er

Re: [Paraview] Mac branded packaging

2010-05-11 Thread Utkarsh Ayachit
Eric, You are correct, there's no way for pvpython/pvbatch to know about your plugins currently, nor is there a way to create "custom pvbatch or pvpython" executables. You will have to do an explicit LoadPlugin() in your python scripts. Utkarsh On Tue, May 11, 2010 at 2:46 PM, Eric E. Monson wr

Re: [Paraview] Branding branch

2010-05-11 Thread Eric E. Monson
Hey Sam, Maybe this won't make a difference (and I don't remember where I saw to do this), but you have your PATH set to the Qt bin directory rather than the lib directory. I have some notes saying I had trouble unless the lib directory was in my PATH... -Eric On May 11, 2010, at 4:44 PM, A

Re: [Paraview] Mac branded packaging

2010-05-11 Thread Eric E. Monson
Hey again, Okay, so I was able to solve #1: There was a cmake variable that wasn't set (i.e. wasn't carried over from the ParaView build) so the bundle-fixing script wasn't looking in the right spot for the Python libraries. If someone could still help me with the conceptual question in #2 I'd

Re: [Paraview] Branding branch

2010-05-11 Thread A M
Dear David and Eric Thanks for the comments, Davie: I added the path to the environment variable in VS and I still have the same issue. I wrote something like this PATH=C:\Program Files\CMake 2.6\bin; C:\Qt\4.6.2\bin;C:\Program Files\ParaView\bin ;%PATH% this is what I think you meant. Eric: I

Re: [Paraview] Contours of streamlines crashing

2010-05-11 Thread David Borland
I played around with this some more. Looks like I *can* replicate it with RectGrid2.vtk I'm using the regular Stream Tracer with a Point Source (not the Custom Source version with a Mask Points input), and changing the number of points to 10. Then applying a Contour filter on the Integration

Re: [Paraview] Branding branch

2010-05-11 Thread Eric E. Monson
Hey Sam, Instead of trying to build those branded applications separately, did you try first to build ParaView with BUILD_EXAMPLES: ON and see if those applications are built correctly and run okay? I'm not really a Windows developer, either, but I've been able to build Release versions of the

Re: [Paraview] Branding branch

2010-05-11 Thread Dave Partyka
To set the PATH when debugging from the IDE: 1. Right click the project and select Properties 2. In the tree view on the left select Debugging 3. In the main panel there will be an entry called 'Environment' 4. Set the Path by entering something like: PATH=C:\Path\To\Something;%PATH% On Tue, May

Re: [Paraview] Branding branch

2010-05-11 Thread Utkarsh Ayachit
Well, unfortunately, the DLL mess is a Windows OS thing. I am not a regular Windows developer so I cannot tell you exactly how to access that option, but Visual Studio does have an option somewhere that allows you to specify the environment in which the application is running. There you can set the

Re: [Paraview] Branding branch

2010-05-11 Thread A M
As you suggested, I added the dll path (ParaView-3.8.0-bin\bin\Debug) to the environment variable as well as the Qt path, however when I ran the .exe file again I got the same error, so I added the dll files manually to the same directory as the .exe file, at first was asking about some Paraview dl

Re: [Paraview] Manta Download

2010-05-11 Thread Natalie Happenhofer
Great, thanks! N Date: Tue, 11 May 2010 09:51:06 -0400 Subject: Re: [Paraview] Manta Download From: sebastien.jourd...@kitware.com To: natalieh...@hotmail.com CC: paraview@paraview.org Hi Natalie, You should be able to find what you are looking for in that web page. http://mantawiki.sci.utah

Re: [Paraview] Paraview3.8 RC1 crash in remote X

2010-05-11 Thread Francois Bertel
I committed the conservative workaround for indirect rendering. git commit: http://vtk.org/gitweb?p=VTK.git;a=commit;h=d64cfbc286c7e5e51ac7ccaa3669ab02ab92 PV bug report: http://www.vtk.org/Bug/view.php?id=10621 On Tue, Apr 27, 2010 at 2:47 PM, Utkarsh Ayachit wrote: > Initial investigatio

Re: [Paraview] Manta Download

2010-05-11 Thread Sebastien Jourdain
Hi Natalie, You should be able to find what you are looking for in that web page. http://mantawiki.sci.utah.edu/manta/index.php/Main_Page Seb On Tue, May 11, 2010 at 9:37 AM, Natalie Happenhofer < natalieh...@hotmail.com> wrote: > Hi everybody, > > I'm looking for a Manta download to build us

[Paraview] Manta Download

2010-05-11 Thread Natalie Happenhofer
Hi everybody, I'm looking for a Manta download to build use the Plugin in ParaView 3.8.0, but I can't find it anywhere. Could anyone mail me a link? Thanks, Natalie _ Organizar y comparti

Re: [Paraview] XDMF/HDF5 reader memory usage

2010-05-11 Thread Tobias Brandvik
Sure, bug now submitted: http://paraview.org/Bug/view.php?id=10702 Thanks, Tobias On Tue, May 11, 2010 at 1:59 PM, Robert Maynard wrote: > Hi Tobias, > Could you please submit a bug > at http://paraview.org/Bug/bug_report_page.php for the memory leak in > XMDF/HDF5 files. > > On Tue, May 11, 20

Re: [Paraview] XDMF/HDF5 reader memory usage

2010-05-11 Thread Robert Maynard
Hi Tobias, Could you please submit a bug at http://paraview.org/Bug/bug_report_page.php for the memory leak in XMDF/HDF5 files. On Tue, May 11, 2010 at 8:19 AM, Tobias Brandvik wrote: > After doing some more digging, it appears this problem is not only > related to temporal collections, but all

Re: [Paraview] XDMF/HDF5 reader memory usage

2010-05-11 Thread Tobias Brandvik
After doing some more digging, it appears this problem is not only related to temporal collections, but all XDMF/HDF5 files with spatial collections. If repeatedly open and close a file containing a spatial collection, Paraview's memory usage gradually increases until it hangs my machine. I observe

Re: [Paraview] 3.8 RC2 binaries: still a bug in line charts

2010-05-11 Thread Richard GRENON
Marcus D. Hanwell wrote: On Mon, May 10, 2010 at 4:54 AM, Richard GRENON mailto:richard.gre...@onera.fr>> wrote: Hello I have just tested the 3.8 RC2 binaries (Linux 64). If some 3.8 RC1 bugs have been solved in line charts (points 1 and 2 in my previous mail about 3.8 RC1 regr