[Paraview] Modify font size

2009-08-03 Thread Jerome Soumagne
Hi, I have a problem when using ParaView on my laptop. When I go to filters->alphabetical, all the filters are displayed so that it covers all my screen and I can't even select those I want. Is there a simple way to decrease the font size? why is there not a scroll bar instead of displaying all th

Re: [Paraview] Modify font size

2009-08-03 Thread Utkarsh Ayachit
Alternatively you can use Ctrl+Space or Alt+Space to popup a "quick search" dialog in which you can type to create the filter/source you want. Utkarsh On Mon, Aug 3, 2009 at 4:45 AM, Jerome Soumagne wrote: > Hi, > > I have a problem when using ParaView on my laptop. When I go to > filters->alphab

Re: [Paraview] qvtk problems with the pipeline

2009-08-03 Thread Dominik Szczerba
So that other poor souls save some time... the problem was this single line of code executed at the beginning of the apply function: image->GetPointData()->SetActiveScalars(comboBoxFieldName->currentText().toStdString()); I would not expect setting the active scalars to modify the object, but

Re: [Paraview] ParaView Mac OS X and Cocoa ... again

2009-08-03 Thread Michael Jackson
Here is what I do in my current projects, I think ParaView is similar: I have a file called CompleteBundle.cmake.in that I 'Configure' with cmake to fill in to the blanks. I then manually copy a "qt.conf" file and the qt_menu.nib into the proper location in the Application Bundle. Here is

[Paraview] Transforming Points IDs to Global IDs

2009-08-03 Thread Rafael March
Hi, what is the easiest way to transform Points IDs to Global IDs ? I have a Multiblock Dataset, and I can iterate through its blocks, get each cell of each block and get the ids of its points. These points ids are unique and global, since my model is being read with the Ensight reader. Now, I

Re: [Paraview] ParaView Mac OS X and Cocoa ... again

2009-08-03 Thread Sean McBride
On 7/31/09 5:01 PM, Berk Geveci said: >I would like to have the cvs ParaView working with Cocoa (hopefully >while still preserving Carbon build functionality). Do you have >patches to do this? If not, can we work together to get this working? See also: I

[Paraview] vtk ascii to binary

2009-08-03 Thread Rafael Pacheco
Berk regarding your email below, could you please be kind to provide me an example on how to load the ascii file in ParaView and saving it as binary format using a python script? I have a series of output files a00*.vtk (vtk legacy) written in fortran and I would like to create movie, but l

Re: [Paraview] vtk ascii to binary

2009-08-03 Thread Ondrej Certik
On Mon, Aug 3, 2009 at 6:51 PM, Rafael Pacheco wrote: > Berk > > regarding your email below, could you please be kind to provide me an > example on how to load the ascii file in ParaView and saving it as binary > format using a python script?  I have a series of output files a00*.vtk (vtk > legacy)