Remove mangling of VTK dlls in Windows' Python wheels

VTK SDK is no longer usable on Windows since !10095 (merged) has been merged due to mangling issues.
This removes mangling for the VTK DLLs.
Also the MR add the full version number to the VTK DLLs names when building the wheel and will match the SDK complete version number. This will mitigate the "DLL hell" problem.


Example of projects using the VTK SDK. They are stuck with VTK 9.2.5 on Windows due to mangling issues:

Please review @ben.boeckel @jcfr
FYI: @sebastien.jourdain @dgobbi @finetjul

Edited by Alexy Pellegrini

Merge request reports

Loading