Re: [Paraview] Shapefiles to Paraview (or VTK) format

2011-07-06 Thread Takuya OSHIMA
Hi, I may be a bit persistent about this and may be complicating things more, but went on to port VisIt Shapefile database reader as a ParaView plugin via VisItBridge https://gitorious.org/avtshapefilefileformat_plugin because I wanted to examine as much options as possible. So now we have

Re: [Paraview] Shapefiles to Paraview (or VTK) format

2011-07-06 Thread Aashish Chaudhary
Hi Takuya, First of all thank you so much for testing and improving vtkGDALVectorReader and for this nice comparison.. On Wed, Jul 6, 2011 at 8:38 AM, Takuya OSHIMA osh...@eng.niigata-u.ac.jp wrote: Hi, I may be a bit persistent about this and may be complicating things more, but went on to

[Paraview] crystal eyes stereo in 3.10.1

2011-07-06 Thread Jack
Hi all, Does the current binary release work in crystal eyes stereo? If so is the command paraview --stereo-type=Crystal Eyes ? Thanks -- Jack Gundrum Research Computing and Cyberinfrastructure Penn State University ___ Powered by www.kitware.com

Re: [Paraview] crystal eyes stereo in 3.10.1

2011-07-06 Thread Robert Maynard
Hi, Crystal Eye support is built into the current binary release. You will need run paraview with the following command arguments: --stereo --stereo-type=Crystal Eyes You will also have to make sure your video card supports quad buffering and has it enabled. On Wed, Jul 6, 2011 at 9:34 AM,

[Paraview] Multi-touch

2011-07-06 Thread Terry Jordan
Does the latest version of ParaView support multi-touch input via Windows 7 or any other way? Thanks, Terry ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep

Re: [Paraview] Multi-touch

2011-07-06 Thread Wayne Wu
This is interesting. I was also wondering if the ParaView Mac version would support the multi-touch gestures of the trackpad. It will be really useful. Thanks Wayne On 6 July 2011 15:02, Terry Jordan terry.jor...@netl.doe.gov wrote: Does the latest version of ParaView support multi-touch input

Re: [Paraview] Multi-touch

2011-07-06 Thread Robert Maynard
Hi, Currently ParaView doesn't support multi-touch input. I would start by reading http://doc.qt.nokia.com/4.7/qtouchevent.html. You can add support by extending pqRenderViewBase or QVTKInteractorAdaptor to convert the touch events to current mouse events. If you want the ability to change what

Re: [Paraview] Make install still does not work in 3.10.1

2011-07-06 Thread bastil2...@yahoo.de
Utkarsh, thanks for your help. I have no problem running paraview out of the build directory and ldd ./bin/paraview points to the correct QT libraries. However, after a make install I cannot start the installed paraview and LD_LIBRARY_PATH=lib/paraview-3.10 ldd lib/paraview-3.10/paraview

Re: [Paraview] Make install still does not work in 3.10.1

2011-07-06 Thread Utkarsh Ayachit
Ok. Let's do one step at a time though. I find it much easier to debug issues remotely that way. Next step, do make install into a /tmp/ParaViewInstall directory. You'll have to ensure that the CMAKE_INSTALL_PREFIX to point to /tmp/ParaViewInstall. Once the install happens, execute the following

[Paraview] How do you set LIC parameters in a python trace script?

2011-07-06 Thread Burlen Loring
Hi, I am able to use a script written from python trace to render a LIC but when I try to change any of the LIC parameters also from python trace I get attribute errors (below). In the python shell launched from PV a dir shows these attributes, however dir run from in the script shows they

Re: [Paraview] How do you set LIC parameters in a python trace script?

2011-07-06 Thread Utkarsh Ayachit
Burlen, Are you sure the plugin is loaded? Utkarsh On Wed, Jul 6, 2011 at 4:29 PM, Burlen Loring blor...@lbl.gov wrote: Hi, I am able to use a script written from python trace to render a LIC but when I try to change any of the LIC parameters also from python trace I get attribute errors

Re: [Paraview] How do you set LIC parameters in a python trace script?

2011-07-06 Thread Burlen Loring
Yep, it's loaded using the LoadPlugin function along with our reader plugin. PV_PLUGIN_DEBUG=1 verified it. If I don't change any of the LIC attributes the script runs and I get a LIC successfully rendered. What I just now noticed is that if the LIC plugin gets loaded before other plugins

Re: [Paraview] Text Sources in 2D Render Views

2011-07-06 Thread Scott, W Alan
Michael, No - Paraview won't display text on top of a 2D rendered view. This sounds like very useful functionality - I wrote up a feature request in the bug tracker. Thanks, Alan From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Tinning, Michael (UK)

[Paraview] Ongoing Work to Release Unused Memory from Pipeline

2011-07-06 Thread Michael Jackson
Is there any ongoing or upcoming work in ParaView to have some sort of option to dispose of unused memory from filters that are higher up in the pipeline? We are thinking of basing our Materials Science based software package on VTK and then make the filters available in ParaView but our data