[Paraview-developers] Building a module pipeline offline

David E DeMarle dave.demarle at kitware.com
Thu Oct 20 07:42:23 EDT 2016


python scripting (macro functionality) is the way to go.

Simplest way to get started is:
open gui
tools->Start Trace
do something in the gui
tools->Stop Trace
save that to filename.py
then from command prompt: "pvbatch filename.py"

See the documentation and tutorials for much more information.



David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909

On Thu, Oct 20, 2016 at 7:34 AM, Oliver Fernandes <
Oliver.Fernandes at visus.uni-stuttgart.de> wrote:

> Hello all,
>
>
> I have a question regarding the component pipeline.
>
> Is there an easy way to build this pipeline 'offline', i.e. not using the
> GUI, but by some third party code?
>
>
> Stuff I have tried:
>
> - I tried reverse-engineering the .pvsm state files, which seem to do
> exactly what I want, but without any specification describing them, this
> seems too tedious a  task. With some docs for the state file composition
> this would be my favored m.o.,i.e. being able to manually write state files.
>
> - A colleague of mine also suggested using the python macro functionality,
> I have yet to look into that though.
>
>
> Maybe there is an even better option I didn't think of.
>
>
> Any advice would be great, thanks in advance!
>
>
> BR,
>
> Oliver
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Search the list archives at: http://markmail.org/search/?q=
> Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20161020/019e4d3f/attachment.html>


More information about the Paraview-developers mailing list