Re: [Paraview] Surface streamlines are slow

2009-03-23 Thread John Biddiscombe
Bastil I cannot comment on the surface streamlines directly, as I'm not familiar with the class that is used...but if it internally makes use of the vtkStreamTracer filter code, then I can make the following observation. The vtkStreamTracer class uses vtkDataSet FindCell to locate the start p

[Paraview] installation of ParaView 3.4

2009-03-23 Thread Yixun Liu
Hi, As I install ParaView3.4 I specify the QT_QMAKE_EXECUTABLE as c:/qt-win-opensource-src-4.5.0/bin/qmake.exe in CMake. However I got the error "Qt4.3.0 or greater not found. Please check the QT_QMAKE_EXECUTABLE variable" I'm sure qmake is located at c:/qt-win-opensource-src-4.5.0/bin/ . Vista,

Re: [Paraview] setting filename in python on ImageTexture

2009-03-23 Thread Eric E. Monson
Also, if I try to access: tex.GetProperty('FileName').GetElement(0) I get a "Bus error". This is related to the fact that it thinks that "This property requires 0 values" -Eric On Mar 23, 2009, at 2:43 PM, Eric E. Monson wrote: Hey Jean, This has got to be a bug with ImageTexture. I ca

Re: [Paraview] Surface streamlines are slow

2009-03-23 Thread bastil2...@yahoo.de
Fabian, all: http://paraview.org/Wiki/Custom_Filters I would be very happy about some feedback. Regards BastiL Fabian Braennstroem schrieb: Hi Bastil, I am not able to help, but would you post the wiki link? Thanks! Fabian bastil2...@yahoo.de wrote: Hi group, I tried creating some surface

Re: [Paraview] setting filename in python on ImageTexture

2009-03-23 Thread Eric E. Monson
Hey Jean, This has got to be a bug with ImageTexture. I can't get this FileName set, either. Another example like sources.VectorText with a String VectorProperty (.Text) still works fine in CVS. I'm stumped, but I'll let you know if I come across anything. -Eric On Mar 23, 2009, at 11:0

Re: [Paraview] Standalone vs client-server mandelbrot source

2009-03-23 Thread David E DeMarle
Utkarsh has just updated CVS to fix the bug: Qt/Components/pqDisplayProxyEditor.cxx -> 1.74 Servers/ServerManager/vtkSMTwoDRenderViewProxy.cxx -> 1.4 Please try your plugin again and see if that works better now. David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12

Re: [Paraview] Qt4.5...

2009-03-23 Thread John Biddiscombe
LD_LIBRARY_PATH should contain Qt dll location. Make sure old Qt versions do not appear. JB I actually have Qt-4.5 in the proper PATH, still I get this error: The procedure entry point ?fillr...@qpainter@@QAEXABVQRectF@@ABVQColor@@@Z could not be located in the dynamic link library QtGui4

Re: [Paraview] Problems in loading plugin

2009-03-23 Thread Takuya OSHIMA
Hi Rafael, I'm not sure if this helps, but I noticed one thing while I was solving a DLL problem about which I reported recently. If you run the Qt assitant binary included in paraview-3.4.0-win32-x86.exe (you may have to add a .exe suffix since it is simply named "assistant") and select Help->Ab

[Paraview] Problems in loading plugin

2009-03-23 Thread Rafael March
Hi, As Berk corrected me, I've compiled my plugin under the same Qt version of the ParaView distro which is in the website. Now, it is built under the following environment: plugin: Operating System: Windows Vista Business - SP1Microsoft Visual Studio 2005 Professional Edition 8.0.50727.867no py

Re: [Paraview] Properties tab for Extract Block

2009-03-23 Thread Paul Edwards
It is a QTreeWidget that is created in the createWidgets function in pqNamedObject.cxx. The spacing is occurring because the final row in the layout is given a stretch factor. This is useful if you only have widgets that do not stretch well (such as a line edit). I have added a flag that is chec

Re: [Paraview] Qt4.5...

2009-03-23 Thread Hom Nath Gharti
Thanks for the suggestion. I actually have Qt-4.5 in the proper PATH, still I get this error: The procedure entry point ?fillr...@qpainter@@QAEXABVQRectF@@ABVQColor@@@Z could not be located in the dynamic link library QtGui4.dll. Many thanks, Hom Nath On Mon, Mar 23, 2009 at 9:09 AM, Utkarsh Ay

Re: [Paraview] Surface streamlines are slow

2009-03-23 Thread Fabian Braennstroem
Hi Bastil, I am not able to help, but would you post the wiki link? Thanks! Fabian bastil2...@yahoo.de wrote: Hi group, I tried creating some surface streamlines as described in the wiki. Process seemed to work but was extremly slow for me so I could not wait it. I have large CFD models import

Re: [Paraview] Readers and multiple arrays

2009-03-23 Thread Thorsten Hater
Thanks a lot, my plugin is working quite nice. One question remains: how do I get the GUI to take non-default values for Sliders for example? More concrete: I have got a file on disk, parsed its metainfo and now I want to put some of it in the GUI to allow subdomain selection. The paraview book me

[Paraview] material properities

2009-03-23 Thread N O
I'm trying to change the diffusive and specular properties of the material in Paraview (3.4.0). I have one of the .xml files from the wiki (SmoothPlastic for example), but when I am unable to browse for the material in the display->style->Material section of the object inspector. Is there anot

[Paraview] setting filename in python on ImageTexture

2009-03-23 Thread Jean Favre
CVS users, how does one set the FileName of a tex = servermanager.rendering.ImageTexture(SourceProcess=16) tex.FileName="/tmp/foobar.jpg" ? I am getting an error while setting the FileName. The code used to work under 3.4 thanks for any hint Jean-- Swiss National Supercomputing Center ___

Re: [Paraview] line chart view in cvs

2009-03-23 Thread Paul Edwards
Yeah, I don't expect perfectly debugged code in the CVS head ;) I just thought I would let you know! BTW would it be easy to add a checkbox to fix the aspect ratio in the XY plot? Thanks, Paul 2009/3/23 Utkarsh Ayachit > Thanks for the bug report. As you must have realized, we are currently >

Re: [Paraview] Properties tab for Extract Block

2009-03-23 Thread Paul Edwards
I've tried modifying sizeHint (adding extra number of rows for default and just returning a huge QSize) for pqTreeWidget. I've also tried setting the sizePolicy to MinimumExpanding but still no luck. It doesn't seem to be effecting the size at all. Any ideas? Thanks, Paul 2009/3/23 Utkarsh Ay

[Paraview] using netcdf in paraview

2009-03-23 Thread Carbonari, Katie (IS)
Hi there. I'm trying to read netcdf data into paraview, but am having lots of issues. I was following these directions (from here: http://www.cscs.ch/index.php?option=com_content&task=view&id=96&Itemid=132): Please build ParaView using the CMake advanced option PARAVIEW_EXTRA_EXTERNAL_MODULES

Re: [Paraview] Qt4.5...

2009-03-23 Thread Utkarsh Ayachit
Make sure that your environment variable PATH is set to include the directory containing the Qt dlls. 2009/3/21 Hom Nath Gharti : > I tried to compile paraview from CVS with qt 4.5. Compilation is just fine. > But when I run paraview I get the error > > Could not be located in the dynamic li

Re: [Paraview] Transform surface independently from axes and boxes

2009-03-23 Thread Utkarsh Ayachit
Apply the "Transform" filter to your data to transform it. However, also turn on the visibility of your original data source i.e input to the transform filter, switch the representation type to outline and then show cube axes etc. on that original data. Utkarsh On Sat, Mar 21, 2009 at 5:05 PM, Ka

Re: [Paraview] Properties tab for Extract Block

2009-03-23 Thread Utkarsh Ayachit
If I am not mistaken, that happening because we use a custom subclass, pqTreeWidget for the tree. I'd look at pqTreeWidget and it's size-related code sections. 2009/3/23 Paul Edwards : > Hello, > > I would like make the tree view use all the available space in the > properties tab for the Extact

Re: [Paraview] line chart view in cvs

2009-03-23 Thread Utkarsh Ayachit
Thanks for the bug report. As you must have realized, we are currently working on those so we will be addressing these issues soon. If you notice any other discrepancies, please feel free to point those out. Utkarsh 2009/3/23 Paul Edwards : > Hi, > > I've just updated CVS and I like the new line

[Paraview] line chart view in cvs

2009-03-23 Thread Paul Edwards
Hi, I've just updated CVS and I like the new line chart view :) Just one minor bug. If you use points to plot X vs Y and then switch to a 3D view and then back it will reset the X-Axis component to Distance. Regards, Paul ___ Powered by www.kitware.co

[Paraview] Properties tab for Extract Block

2009-03-23 Thread Paul Edwards
Hello, I would like make the tree view use all the available space in the properties tab for the Extact Block filter. At the moment this is split 50/50 with the checkbox. Is there an easy way to do this? Or could someone point me in the direction for the file that I will need to be editing in o

[Paraview] inconsistent UPDATE_TIME_STEPS with multi-port reader

2009-03-23 Thread Olesen, Mark
I'm noticing some very odd behaviour when using the OpenFOAM library-based reader (the one that is part of OpenFOAM, not the one shipped with VTK). The reader uses SetNumberOfOutputPorts(2), with port 0 corresponding to normal cell-based volume/point data and port 1 corresponding to any Lagrangian

[Paraview] open position at EDF (France)

2009-03-23 Thread Stephane PLOIX
[cross posting paraview@paraview.org, vtk-develop...@vtk.org and vtkus...@vtk.org] Dear ParaView and VTK developers, EDF is seeking a young and motivated engineer in Scientific Visualization, candidates from the VTK and ParaView community are welcome. EDF is the leader of electricity productio

[Paraview] Compiling the cvs

2009-03-23 Thread Alin M Elena
Hi I try to compile the CVS version of paraview with all the plugins. I use the cvs of cmake, qt45 and intel 11 compilers. -- Plugin: Array enabled -- Plugin: ChartViewFrame enabled -- Plugin: ClientAttributeView enabled -- Plugin: ClientChartView enabled -- Plugin: ClientGeoView enabled -- Pl