Most people seem to like the python scripting stuff over the custom filter. With macros you can create a GUI button for running the python script as well. The custom filter may be able to expose some of the calculator inputs in the way that you want to in the gui though. I think the custom filter can somehow be saved so that you can share it with other people but I'm not sure how to do that.
On Wed, Sep 8, 2010 at 5:41 PM, <[email protected]> wrote: > Thanks. I really like the Python trace method. > > I tried the Custom Filter but I didn't like the fact that all the > calculations were hidden and I need the ability to modify some constants. > > The Python script method looks very powerful and the trace functionality > makes it very easy to get started. > > David Parker > Chromalloy - TDAG > > > > From: Andy Bauer <[email protected]> > To: [email protected] > Cc: [email protected] > Date: 09/08/2010 05:16 PM > Subject: Re: [Paraview] Calculator Filter Scripting? > ------------------------------ > > > > You can try creating a customizable filter under Tools or recording a > python trace and then create a macro from it under Tools as well. > > Andy > > On Wed, Sep 8, 2010 at 5:01 PM, > <*[email protected]*<[email protected]>> > wrote: > I have several variables that have to be calculated using a series of > calculator filters. How can I automate the task of setting up the calculator > filters? > > David Parker > Chromalloy - TDAG > 730 SE Indian Street, Stuart, Florida, 34977 > 561-935-9737 (W) > 561-307-2939 (M) > _______________________________________________ > Powered by *www.kitware.com* <http://www.kitware.com/> > > Visit other Kitware open-source projects at * > http://www.kitware.com/opensource/opensource.html*<http://www.kitware.com/opensource/opensource.html> > > Please keep messages on-topic and check the ParaView Wiki at: * > http://paraview.org/Wiki/ParaView* <http://paraview.org/Wiki/ParaView> > > Follow this link to subscribe/unsubscribe:* > **http://www.paraview.org/mailman/listinfo/paraview*<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
