Paraview Glance - loading multiple files

Yes that way it works.
So I’m trying to find a template *.glance file to change the file name in code to pass for visual.

The problem is, the current.glance file still has the whole image as vtk vector in it.

I managed to manually remove the entire vector and put url instead. But it’s a big file to clean up.

Though maybe if the bug gets fixed, then the save state actually gives json file with urls. Then we can easily use that inside our code.

Thanks for the help.