Re: [Paraview] pvti issue after updating from Paraview 3.14.1

2014-05-13 Thread Berk Geveci
Hi Henrik, There is a small bug in the vti files. It probably worked in earlier version of ParaView by coincidence. You need to set the WholeExtent for each vti file to be the subset that file contains, not what the whole used by the pvti file. So in your case, the WholeExtent and piece Extent sho

Re: [Paraview] particle tracking on top of unsteady flow solution

2014-05-13 Thread Berk Geveci
Hi Tom-Robin, ParaView does not support having a time series of particles within a single csv file. You can have a file series of csv files as described here: http://www.paraview.org/Wiki/ParaView/Users_Guide/Loading_Data Unfortunately, you will not be able to specify a time value in this case.

[Paraview] announce: still room in the upcoming vtk/paraview course

2014-05-13 Thread David E DeMarle
There is still room in the "Scalable Visualization using VTK, ParaView, & Python" course in Boston on June 3, 2014. The early registration deadline has been extended to May 16! Sign up now at http://training.kitware.fr/browse/67. Hope to see you there!

[Paraview] How to automatically load custom filters?

2014-05-13 Thread Joe Ping-Lin Hsiao
I wrapped up a pipeline, created a custom filter by Tools->Create Custom Filter, and exported it as a .xml file. I noticed that once I import the custom filter, ParaView remembers to load it afterwards. But if I am creating an installer for a custom application, how to make the program automaticall

[Paraview] Cannot Automate Vectors with Python and CSV Files

2014-05-13 Thread Darren Pereira
Hey there, I'm working on displaying velocity vectors but have reached a major roadblock. I have a set of CSV files with columns x, y, z, vx, vy, and vz - the positions and velocity components of the velocity vectors I want to show. By manually loading in the CSV files, applying the TableToPoi

[Paraview] Off screen rendering

2014-05-13 Thread Scott, W Alan
I have a user that is having problems with Save Animation. Although it is selected in Settings, it appears that off screen is not being turned on. This is Linux, remote server. What are the rules that ParaView uses to decide if off screen rendering may be used? Is it more complex than just w

Re: [Paraview] [EXTERNAL] Off screen rendering

2014-05-13 Thread Scott, W Alan
OK, I am a little further along. I believe this logic is set up in vtkOpenGLRenderWindow.cxx, possibly in CreateHardwareOffScreenWindow(). Assuming I am hardware rendered on the client side (not Mesa3d), am I correct that I need GL_ARB_texture_non_power_of_two or GL_ARB_texture_rectangle, an

[Paraview] ParaView Qt5 progress

2014-05-13 Thread Andrew Maclean
I attempted a build with ParaView and QT5.3 (RC 3) on the latest version of Ubuntu and I get the following message: CMakeFiles/QtTesting.dir/pqNativeFileDialogEventPlayer.cxx.o: In function `pqNativeFileDialogEventPlayer::start()': /home/amaclean/Development/Kitware/src/ParaView/ThirdParty/QtTesti