Skip to content

vtkPLYWriter: Fix can't change the texture coordinates name after writing data once

Due to the static vertProps in the function of vtkPLYWriter::WriteData, in the same program instance, once a PLY file is written with the vtkPLYWriter, the TextureCoordinatesName cannot be changed anymore

Merge request reports