<div dir="ltr">good news:<div>programmable source/filter has a property called Parameters that lets you pass in arbitrary values.<div>See an example of its use in the standard benchmark here: <a href="https://gitlab.kitware.com/paraview/paraview/blob/master/Wrapping/Python/paraview/benchmark/manyspheres.py#L168" target="_blank">https://gitlab.kitware.com/<wbr>paraview/paraview/blob/master/<wbr>Wrapping/Python/paraview/<wbr>benchmark/manyspheres.py#L168</a></div><div><br></div><div>bad news:</div><div>To my knowledge we have never exposed that property to the end user in the Qt parts of the GUI. If someone can provide a good example of a qt plugin or otherwise that exposes parameters to the end user, please advise on this thread.</div></div><div class="gmail_extra"><br clear="all"><div><div class="m_6982375072491987133gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>David E DeMarle<br>Kitware, Inc.<br>Principal Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div></div></div></div></div></div>
<br><div class="gmail_quote">On Wed, Apr 18, 2018 at 4:41 AM, Arno Mayrhofer <span dir="ltr"><<a href="mailto:arno.mayrhofer@dcs-computing.com" target="_blank">arno.mayrhofer@dcs-computing.<wbr>com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hi all,
    <p>I have made a small Programmable Filter that converts my input
      data. Now I have one parameter (resolution) that I would like to
      be modifiable by the user. My script currently looks as follows:</p>
    <pre style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'monospace'">resolution = 20
val </span><span style="font-family:'monospace';color:#666666">=</span><span style="font-family:'monospace'"> {</span><span style="font-family:'monospace';color:#ba2121">'resolution'</span><span style="font-family:'monospace'">: resolution, </span><span style="font-family:'monospace';color:#ba2121">'self'</span><span style="font-family:'monospace'">: </span><span style="font-family:'monospace';color:#008000">self</span><span style="font-family:'monospace'">}</span></pre>
    <pre style="margin-top:0px;margin-bottom:12px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'monospace';color:#008000">execfile</span><span style="font-family:'monospace'">(</span><span style="font-family:'monospace';color:#ba2121">'/path/to/filter.py'</span><span style="font-family:'monospace'">, val)

</span><span style="font-family:'monospace'"></span>
</pre>
    Ideally I want my users to not have to replace the 20 by whatever
    value they desire, but instead make a Custom Filter with either a
    text input field or a slider that will pipe its value to the
    Programmable Filter. Is something like this possible at all?<br>
    <br>
    Thanks in advance for your help,<br>
    Arno<br>
    <pre style="margin-top:0px;margin-bottom:12px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'monospace'"></span></pre>
  </div>

<br>______________________________<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 <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</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/mai<wbr>lman/listinfo/paraview</a><br>
<br></blockquote></div><br></div></div>