Does anyone know if the save/load state works fine when the state pipeline includes a Transform filter? I consistently received errors while loading a state that incudes the Transform filter. When I did not include the Transform filter in the pipeline, I can load the state just fine. Here’s a little info:
-ParaView 5.9.0
-Windows 10
-I made sure that the data file is in the same directory as the state file
-Here is some snapshots of the error message:
That works, thank you! So, any filter that requires the polydata input should not be included while building the state pipeline? And, is there an easy lookup table that lists all the filters that require the polydata input?
Below is my pipeline. First, I opened the vts file manually. Then, I ran a macro to generate the remaining portion (like everything up to the “Arrow1”). Does it mean that I cannot include macros to build the state?
Macros and actually very close to python state files, so in a sense, theyr are the same, however macros appears in the macros menus and can be applied generally on a active pipeline, while python state file generally setup a complete pipeline.
.pvsm state file however are XML based, so hard to manually edit and changes, but they are more resilient when sharing with a colleague for example.