ParaView/Python/Visibility: Revision history

From KitwarePublic
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 October 2018

5 January 2011

22 May 2009

  • curprev 20:5020:50, 22 May 2009Berk talk contribs 158 bytes +158 New page: <source lang="python"> #!/usr/bin/pvpython from paraview.simple import * # Create some sources ... for px in GetSources().values(): Hide(px) </source>