Here's a link to a Wiki page describing the macro functionality: http://www.paraview.org/Wiki/Python_GUI_Tools
Utkarsh On Fri, Feb 5, 2010 at 6:56 PM, Tristan Salles-Taing <[email protected]> wrote: > Thanks for your help, > > I was not able to find any documentation about the macro tool? > How can I assign my python script to a macro? > How to create a macro? > > Cheers > > Tristan > > 2010/2/5, Moreland, Kenneth <[email protected]>: >> In ParaView 3.6.2 you can assign your python script to a "macro" which can >> appear as both a menu entry and a toolbar button. Is that sexy enough? >> >> -Ken >> >> >> On 2/5/10 6:50 AM, "Tristan Salles-Taing" <[email protected]> wrote: >> >> Hi guys, >> >> Is there a way of applying a transformation (increase the Z scale for >> example) to several loaded files without having to change all files >> individually? >> I made a python script which could be launch from the python shell but >> I am looking for something a bit more sexy! >> Maybe you have some better ideas. I don't know if I can make it with a >> plugin because it need to be apply on all the files loaded >> (.pvd,.vtu...) >> >> Any help or ideas are welcome! >> >> Cheers >> >> Tristan >> _______________________________________________ >> 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 >> >> >> >> >> **** Kenneth Moreland >> *** Sandia National Laboratories >> *********** >> *** *** *** email: [email protected] >> ** *** ** phone: (505) 844-8919 >> *** web: http://www.cs.unm.edu/~kmorel >> >> > _______________________________________________ > 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
