On Tue, Nov 27, 2012 at 3:15 PM, Timothy Cale <[email protected]> wrote: > I use save/load state to make viewing more efficient: viewing results during > a simulation. > > Now I would like to make the results of a filter (say smoothing) avialable > to downstream > simulation steps. > > 'Trace' looks (looked) promising, but I don't get an option to save the > trace (under Tools) > after starting and stopping the trace.
I haven't seen that problem before. Do you get the Script Editor window that shows your recorded actions? If not, what version of ParaView are you using. If so, click on it and the OS's window manager changes the menu over from the ParaView menu to the Script Editor's own menu, which has Save in its File menu. > > Does Trace work? If so, what does it take? Yes it does work, nothing special should be required. >From time to time people find particular actions that it doesn't record correctly (usually display related) but we fix those as we find them in each new ParaView version. > I guess the first question might be: "Will Trace let me run in 'batch'? Yes, it saves off a python script which you can play back with pvpython or better yet pvbatch in MPI parallel. > > Tim > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
