How to modify glyph properties through python

Does anyone know a way to change glyph properties through a python script?

https://gitlab.kitware.com/paraview/paraview/-/issues/21273

Ah, got it, one needs to go through

glyph1.GlyphType.TipResolution = 32

etc.

1 Like