<div dir="ltr"><div><div>Hi Utkarsh,<br><br></div>Your first interpretation is correct. I want to pass the data directory that the user chose when loading the pvsm state file. The state file contains programmable filters, and I want to insert that directory in each of them.<br><br>I don't expect the user to run any of their own Python source after loading a state file.<br><br></div><div>Thanks,<br></div><div>Roman<br><br></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 11, 2018 at 10:52 AM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Roman,<br>
<br>
I am a little confused. Can you clarify the user workflow, please?<br>
Does the user load a pvsm state file which has Python Programmable<br>
Filters in it and you want to access the data directory that the user<br>
chose when loading the pvsm state file, is that it? Or does the user<br>
load the pvsm state file and then also run some Python scripts from<br>
the Python shell and you want to pass the data directory to these<br>
scripts run in the Python shell.<br>
<br>
Utkarsh<br>
<div><div class="h5"><br>
On Sat, Mar 10, 2018 at 4:26 PM, Roman Kowch <<a href="mailto:rskowch@gmail.com">rskowch@gmail.com</a>> wrote:<br>
> Hi there,<br>
><br>
> I've been developing ways to build data displays through programmable<br>
> filters and their associated Python scripts. After I build a display, I save<br>
> the entire layout as a State File. Then, I can give both the State File and<br>
> data files used to build the display to another user, so they can replicate<br>
> the exact same display on their computer.<br>
><br>
> A new feature in Paraview allows someone to choose the Data Directory when<br>
> they load a State File. However, I don't know a way to pass this Data<br>
> Directory path to my Python scripts. Is the Data Directory accessible as a<br>
> global environment variable through Paraview's Python shell? It would be<br>
> nice if a user could place the data files in any directory they want, then<br>
> choose that directory when loading a State File, and have the underlying<br>
> Python code (stored in Programmable Filters) in the State File access that<br>
> directory.<br>
><br>
> Currently, I need to require the user to put the data directory in a special<br>
> place so that its path matches that written in the Python code. e.g. The<br>
> hard-coded directory I've written is "$HOME/Desktop/pvdata". I'm using<br>
> Paraview 5.4.1 on OS X.<br>
><br>
> Thanks for your help,<br>
> Roman<br>
><br>
><br>
</div></div>> ______________________________<wbr>_________________<br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the ParaView Wiki at:<br>
> <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="https://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">https://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
><br>
</blockquote></div><br></div>