Re: [Paraview] MILI reader still broken for me

2011-07-07 Thread Robert Maynard
Hi Rich, It looks like your VisItBridge submodule is not up to date, so could you run the following commands in the root of your source directory for me and return me the results? git fetch origin --prune git checkout master git pull --rebase git submodule update git status On Tue, Jul 5, 2011

[Paraview] pqAutoApplyReaction

2011-07-07 Thread papa ndéné NDIAYE
I have built a Toolbar plugin in paraview with a button that applies extractblock filter to a multiblock dataset so as to get all the blocks seperately in different objects in the pipeline browser. I achieve getting the number of blocks from the selected multiblock but I don't want to push apply

Re: [Paraview] pqAutoApplyReaction

2011-07-07 Thread papa ndéné NDIAYE
great thanks Robert! it works all fine! I just don't know how to create a bug report 2011/7/7 Robert Maynard robert.mayn...@kitware.com Hi papa, The problem is that we forgot to implement the static method setAutoApply(bool)! If you could create a bug report I will fix this issue. For now

Re: [Paraview] Ongoing Work to Release Unused Memory from Pipeline

2011-07-07 Thread Utkarsh Ayachit
Mike, There are currently no such plans in the near future, at the least. But that's definitely something we should start thinking about more seriously as we start dealing with larger and larger datasets. Utkarsh On Wed, Jul 6, 2011 at 10:12 PM, Michael Jackson mike.jack...@bluequartz.net

[Paraview] Interesting bug when using windbladereader and multiple time steps

2011-07-07 Thread Sohail Shafii
Hi, I've noticed a bug when using the windbladereader; the portion of the code that reads the blade file is one timestep behind the code that reads the field.  For instance, if one is at timestep i, the field data will correspond with timestep i but the blade data will correspond with the last

Re: [Paraview] Interesting bug when using windbladereader and multiple time steps

2011-07-07 Thread Andy Bauer
I'll take a look at it. I may need a time dependent data set if I can't figure it out though. Andy On Thu, Jul 7, 2011 at 9:13 PM, Sohail Shafii sohailsha...@yahoo.comwrote: Hi, I've noticed a bug when using the windbladereader; the portion of the code that reads the blade file is one

Re: [Paraview] Ongoing Work to Release Unused Memory from Pipeline

2011-07-07 Thread Berk Geveci
If this is something that you are interested in exploring, we can help to some extent. On Thu, Jul 7, 2011 at 3:22 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Mike, There are currently no such plans in the near future, at the least. But that's definitely something we should start

Re: [Paraview] Interesting bug when using windbladereader and multiple time steps

2011-07-07 Thread Sohail Shafii
I believe that data set went you (related to the updates I made for the wind blade reader)...the one with ten timesteps, should do the trick.  Do you still have it? Sohail --- On Thu, 7/7/11, Andy Bauer andy.ba...@kitware.com wrote: From: Andy Bauer andy.ba...@kitware.com Subject: Re: