Skip to content

CompressorType is an integer, not a string

Quincy Wofford requested to merge qwofford/paraview:patch-1 into master

Specifically: {0:None, 1:ZLib, 2:LZ4, 3:LZMA}. If we want to reference compressor types by name in simple.py, that will need to be implemented.

Option 1. Create an exception for CompressorType in the Set_Property method of simple.py. Option 2. Maybe some kind of overloading in vtkXMLWriter?

I'd be willing to implement either option. Let me know if this is something we want. Open to other ideas.

Merge request reports