[Paraview-developers] Building a module pipeline offline

Oliver Fernandes Oliver.Fernandes at visus.uni-stuttgart.de
Fri Oct 21 08:54:14 EDT 2016


The python method works like a charm.

Thanks David & Grzegorz!

-Oli

________________________________
Von: David E DeMarle <dave.demarle at kitware.com>
Gesendet: Donnerstag, 20. Oktober 2016 13:42
An: Oliver Fernandes
Cc: paraview-developers at paraview.org
Betreff: Re: [Paraview-developers] Building a module pipeline offline

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<mailto: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<http://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/20161021/5214d0c0/attachment.html>


More information about the Paraview-developers mailing list