Bastien Montagne
04c0573ee7
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... |
||
---|---|---|
.. | ||
__init__.py | ||
export_ply.py | ||
import_ply.py |