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
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
Hi Isaak, Thank you for your response. Do you know whether there is any ongoing effort to upgrade the Python bindings? Best wishes, Botond
Hi Botond, we are currently working on upgrading the Python bindings. However, I can't give you a time estimate for when we will have finished this process. Best, - Isaak On 01.12.20 13:24, btyukodi@brandeis.edu wrote:
Hi Isaak,
Thank you for your response. Do you know whether there is any ongoing effort to upgrade the Python bindings?
Best wishes, 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
Hi Botond, the python bindings now support OpenMesh 8.1. Best, - Isaak On 01.12.20 13:24, btyukodi@brandeis.edu wrote:
Hi Isaak,
Thank you for your response. Do you know whether there is any ongoing effort to upgrade the Python bindings?
Best wishes, 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
participants (2)
-
btyukodi@brandeis.edu
-
Isaak Lim