
1 Dec
2020
1 Dec
'20
12:56 a.m.
Hi All, I have generated a binary .om file where I also save basic edge and face properties (both integers). The file is generated by C++. Then I am trying to read the same file with Python, however, I'm getting a version error: In [2]: import openmesh as om In [3]: om.read_trimesh('omtest10000.om') File uses .om version 2.1 but reader only supports up to version 2.0. Please update your OpenMesh. Is there an easy fix to this? Is there a newer version of the Python bindings which support .om version 2.1? Thank you, Botond