
Hi Botond, the current C++ OpenMesh version is 8.1. However, the python bindings only support OpenMesh version 8.0 so far (since there were several changes in 8.1 that makes upgrading the python bindings a little bit more complicated). My guess would be that your issue is related to this. Best, - Isaak On 01.12.20 00:56, btyukodi@brandeis.edu wrote:
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 _______________________________________________ OpenMesh mailing list -- openmesh@lists.rwth-aachen.de To unsubscribe send an email to openmesh-leave@lists.rwth-aachen.de https://lists.rwth-aachen.de/postorius/lists/openmesh.lists.rwth-aachen.de