Re: [Paraview] ParaView newbie with a (hopefully) simple question

2017-08-08 Thread Utkarsh Ayachit
> > Would there be anyway to automatically group together all the sources > without looping? > This should work: * GroupDatasets(Input=GetSources().values())* Utkarsh ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] ParaView newbie with a (hopefully) simple question

2017-08-07 Thread u . utku . turuncoglu
Hi, You can use trace feature (under Tools -> Start Trace) of ParaView to generate desired Python script with little bit modification. For example, I generated a Python script to open single pieces of multi-piece dataset and add loop to script to automatically open them, from paraview.simple