Re: [Paraview] LCD/3D monitors

2011-09-26 Thread Biddiscombe, John A.
has anyone here has experience using paraview with these new 3D LCD monitors? I have one and it works ok. My monitor is a Zalman 3D trimon something and when I use interlaced L/R mode in paraview all is well. The gui parts are a bit unreadable, but the 3D display is fine. JB

[Paraview] stl file generation using python shell

2011-09-26 Thread guillaume caillaud
Hello I have a limited experience in python programming and Im encountering an issue trying to generate a stl file out of a xyz file in Paraview. My plan is to use TableToPoints Command then Delaunay2D to create a stl file in the python shell. The main issue is that after changing the initial

Re: [Paraview] non ordered composite distributor and IceT

2011-09-26 Thread Stephane PLOIX
Hi John, I see two solutions to your pb : 1/ you can setup special keys to tell the renderpass if a given actor should be rendered or not by this pass. You can then branch your renderpasses on two paths, one that does your special compositing and post-processing on the actors that you flagged

Re: [Paraview] non ordered composite distributor and IceT

2011-09-26 Thread Moreland, Kenneth
That all sounds correct. Option 2 might get a little dodgy because the IceT parallel render manager does all sorts of funny things with the renderer and render window buffers to handle tile displays. There will also be some oddness with an actor compositing an image that gets pasted to a

[Paraview] Mac OS X 10.5+ dmg crashes

2011-09-26 Thread Fred Fred
Hello,just downloaded ParaView-3.10.1-Darwin-x86_64.dmg, put the paraview exe in Applications, lauched it and... it crashed from the beginning (error message, several tries, same result).My config: Mac OS X 10.6.8Any other such experience?

Re: [Paraview] How to superbuild?

2011-09-26 Thread Fred Fred
Hello,back to this issue, which I did not fix yet.so I typed 'make FFMPEG' as required and got the same error: ParaView-3.10.1_SUPERBUILD $ make FFMPEG[ 40%] Performing build step for 'FFMPEG'HTML doc/developer.htmlOption number is ambiguous (number-footnotes, number-sections)Utiliser «

Re: [Paraview] Mac OS X 10.5+ dmg crashes

2011-09-26 Thread David Partyka
What are the error messages? On Mon, Sep 26, 2011 at 2:02 PM, Fred Fred stan1...@hotmail.fr wrote: Hello, just downloaded ParaView-3.10.1-Darwin-x86_64.dmg, put the paraview exe in Applications, lauched it and... it crashed from the beginning (error message, several tries, same result). My

Re: [Paraview] Scaling up 3-D area in screenshots

2011-09-26 Thread Marco Nawijn
Hi, One way zooming is the following: cam = GetActiveCamera() cam.GetPosition(). # Returns the current camera position cam.SetPosition(xpos, ypos,zpos) Render() There are many other usefull properties for cameras. You can easily experiment in the python shell by generating the cam

Re: [Paraview] LCD/3D monitors

2011-09-26 Thread David Pont
I have a Planar SA 2311W Monitor with NVidia 3D Vision Kit (shutter glasses) and NVidia Quadro 4000 GPU. Had initial hassles getting it to work. I had to download some OLDER NVidia drivers for my NT 64bit workstation to make it all go. Paraview is launched with: C:\Program Files (x86)\ParaView

Re: [Paraview] Problem with making animation with paraview

2011-09-26 Thread Karl König
Sriram, I'm guessing you are using ParaView 3.10.1 64-bit on Windows Vista or 7? Then you are affected by the bug documented at http://www.paraview.org/Bug/view.php?id=12359 It may help to install the CVID codec as David suggested in a posting earlier this year

[Paraview] Reading nii RGB images

2011-09-26 Thread Philip A Cook
Hi all, I have images with the datatype NIFTI_TYPE_RGB24 (128): bitpix = 24 datatype = 128 dim[0] = 3 dim[1] = 192 dim[2] = 256 dim[3] = 160 However when I load an image into Paraview, the slices don't show up as RGB. I think the data is being written correctly. To