Hi Joe,<br><br>I can confirm the same behavior.  I&#39;m not sure if that behavior is done on purpose or not.  Here is how you can work around the issue using the python shell:<br><br>for s in GetSources().values():<br>    r = GetDisplayProperties(s)<br>
    if not r.Visibility: GetActiveView().Representations.remove(r)<br><br>You can create a new python macro and assign this code to the macro.  Then just run the macro right before exporting.<br><br>Pat<br><br><div class="gmail_quote">
On Wed, Sep 8, 2010 at 3:35 PM, joseph insley <span dir="ltr">&lt;<a href="mailto:insley@mcs.anl.gov">insley@mcs.anl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
I have recently started experimenting with exporting data objects in ParaView as povray files, and have run into the following issue.  I have an unstructured grid dataset, from which I generate some streamlines and cutting planes.  Inside ParaView I hide the original data and view only the streamlines and cutting planes, and things look great.  However, when I export this as pov, the resulting .pov file includes the original (hidden) data, so that when I try to render this file with povray, all I see is the original mesh.  Not to mention that it makes the size of the resulting pov file much larger than is needed by including this extra data.  Has anyone else seen this behavior?  Is there some way that I&#39;m missing of telling ParaView not to include hidden data objects in the pov file when exporting?<br>

<br>
(btw, this is using the PV3.8.0 Mac binary)<br>
<br>
Thanks,<br>
joe.<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>