[Paraview] Changing the label in the pipeline browser through python scripts

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Jun 18 09:33:06 EDT 2010


You can use "RenameSource".

> from paraview.simple import *
> help(RenameSource)

Utkarsh

On Fri, Jun 18, 2010 at 4:22 AM, Jérôme <jerome.velut at gmail.com> wrote:
> Hi,
> I wonder how I can change the label of a filter in the pipeline
> browser through python commands.
>
> Thanks a lot!
> Jerome
> _______________________________________________
> 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
>


More information about the ParaView mailing list