blender-addons/io_mesh_ply
Bastien Montagne 04c0573ee7 Fix T78278: Cannot import some binary PLY file generated by Rhinos3D 6.0
Issue was that in binary file reading, python only recognize `'\n'`
character as line separator... PLY seems to allow (or at least, use)
other OS-related variants of lines terminators, so we have to implement
our own line iterator for those cases...
2020-08-07 16:38:40 +02:00
..
__init__.py Fix T78278: Cannot import some binary PLY file generated by Rhinos3D 6.0 2020-08-07 16:38:40 +02:00
export_ply.py PLY: binary export 2020-07-22 07:28:43 +04:00
import_ply.py Fix T78278: Cannot import some binary PLY file generated by Rhinos3D 6.0 2020-08-07 16:38:40 +02:00