I have been working on using the Tcl command line from paraview to perform certain repetitive tasks (turn on and off the visibility of numerous files). The problem I am facing is that the I would like to be able to access these files by their actual file name, not the vtkTemp name that the vtkTclUtil hash map is allowing me access to, because the vtkTemp name changes depending on order of files being loaded etc.
<br><br>If it is not possible to do this in Tcl, is it possible to create python / java / c++ scripts to interact with paraview to manipulate these data sets?<br>