[Paraview] Re: Python wrapping
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Fri Mar 31 08:57:14 EST 2006
Hi Fabian,
Yes, that's correct. Although, I don't think ParaView will ever be
writing out a batch file in python. However, one can use the "SMState"
file to achieve the same effect as the batch file written out by
paraview. (Look at the tests I mentioned earlier).
Utkarsh.
Fabian Braennstroem wrote:
> Hi Utkarsh,
>
> * On 31 Mar 2006 * Utkarsh Ayachit wrote:
>
>
>>Python wrapping in ParaView provides a Python scripting interface for
>>the ServerManager. When enabled, it will build a pvpython executable
>>which is a python interpretor. Once can access the proxy manager, create
>>new proxies, modify their properties etc using a python script. This is
>>similar to the current batch script written out by ParaView, except that
>>batch (*.pvb) is in tcl.
>
>
> This sounds nice! If I understand it correct, I will be able
> to write batch file using python!?
>
> Great!
> Fabian
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
More information about the ParaView
mailing list