<div dir="ltr">The only reason was to only expose a subset of filters, while we were trying the dynamic generation of the UI.<div>Ideally we should be able to expose any filter that ParaView support.</div><div>But nobody spent enough time to list all the filters that should and should not be exposed.</div>
<div><br></div><div>So no reason to not expose it.</div><div><br></div><div>Seb</div><div><br></div><div>PS: If you expose more of them and find out they work just fine, just send me the diff, and I'll do the change in the main repo.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Dec 3, 2013 at 1:14 PM, Bogdan Daqui Herrera <span dir="ltr"><<a href="mailto:bdaqui@simscale.de" target="_blank">bdaqui@simscale.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I believe the warpbyVector filter is missing from ParaViewWeb in<br>
protocols.py:<br>
lib/paraview-4.0/site-packages/paraview/web/protocols.py<br>
and<br>
lib/paraview-4.1/site-packages/paraview/web/protocols.py<br>
<br>
Adding<br>
{<br>
'name': 'WarpByVector',<br>
'icon': 'filter',<br>
'category': 'filter'<br>
}<br>
<br>
To the list in listFilters method in protocols.py is all what is needed<br>
to make it expose it to the browsers.<br>
<br>
Was there perhaps a reason not to have it included?<br>
<br>
Kind regards,<br>
Bogdan<br>
<br>
--<br>
Bogdan Daqui<br>
Software Development<br>
<br>
SimScale GmbH<br>
Lichtenbergstraße 8<br>
85748 Garching bei München<br>
<br>
Phone: <a href="tel:%2B49%20%280%2989%203398%204078" value="+498933984078">+49 (0)89 3398 4078</a><br>
Email: <a href="mailto:bdaqui@simscale.de">bdaqui@simscale.de</a><br>
<br>
Amtsgericht München, HRB 201813<br>
Geschäftsführer: Vincenz Dölle & David Heiny<br>
<br>
<a href="http://www.simscale.de" target="_blank">http://www.simscale.de</a><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>