GlyphLegacy issues

paraview_error.txt (3.1 KB)

I have a c++ library that I use, which outputs my data to be read in Paraview.

I have just upgraded Paraview to 5.10.ish and I think my c++ library has a different set of parameters.

I get this error that

(filters, GlyphLegacy)  has been deprecated in ParaView 5.6 and will be removed by ParaView 5.7. 
        It has been replaced by 'GlyphWithCustomSource'. Please consider using that instead.

I have attached the complete list of errors when I load my psvm state file.

Any ideas what to do?

It’s a warning, the error is:

ERROR: In ./VTK/Common/Misc/vtkFunctionParser.cxx, line 1226
vtkFunctionParser (0x55f652830d40): Syntax error: expecting a variable name;  see position 5

ERROR: In ./VTK/Common/Misc/vtkFunctionParser.cxx, line 1226
vtkFunctionParser (0x55f652830d40): Syntax error: expecting a variable name;  see position 5

Please share the pvsm file

Cant believe I am taking this long to reply.
20230719_T6SS_FourState_Capsules_V4.pvsm (1014.7 KB)

Please share the data as well.

1 Like

chaste-paraview.zip (1.6 MB)

Thanks.

I am happy to learn, I have found the jumping off point for paraview elusive.

In your multiple “Calculators” filter, you need to add quotes around the field names.

eg:

Cell orientation → "Cell orientation"

Corrected state file:
20230719_T6SS_FourState_Capsules_V4_kw.pvsm (1.2 MB)

Thank you for that. That helps.

Though when I load it on my M1, I get these errors.

paraview-5.10.1-loaderror.txt (11.7 KB)

No idea then, try using the calculator array name shortcut instead.