You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been looking at using the new meshlib python build, but due to the automatic conversion, there are a lot of typing issues we're now having with types previously defined.
>>> from meshlib import mrmeshpy as mm
>>> help(mm.std_vector_std_vector_Id_EdgeTag)
Help on class std_vector_std_vector_Id_EdgeTag in module meshlib.mrmeshpy:
class std_vector_std_vector_Id_EdgeTag(pybind11_builtins.pybind11_object)
| Aliases: std_vector_EdgeLoop, EdgeLoops, std_vector_EdgeLoop, std_vector_EdgePath, std_vector_EdgePath, std_vector_EdgePath, std_vector_EdgeLoop
Also c++ namespaces are now respected in python bindings
Hi all,
I've been looking at using the new meshlib python build, but due to the automatic conversion, there are a lot of typing issues we're now having with types previously defined.
And some issues with functions no longer existing 🤔
I'll experiment some more next week to see if I can find any other inconsistencies
The text was updated successfully, but these errors were encountered: