libigl-python-bindings icon indicating copy to clipboard operation
libigl-python-bindings copied to clipboard

igl::readXYZ names don't match

Open alecjacobson opened this issue 3 years ago • 0 comments

For igl functions like igl::readDMAT, the python bindings use a different format igl.read_dmat.

Probably, the igl functions should be using lower_case_format, but until then perhaps it's better to maintain that C++ name == python name. Any particular reason not to match?

alecjacobson avatar Apr 30 '22 23:04 alecjacobson