Thomas Auzinger

Results 3 issues of Thomas Auzinger

When trying to use the function `all_boundary_loop` (as defined in [boundary_loop.cpp#71](https://github.com/libigl/libigl-python-bindings/blob/4d80ed847f4cf26c2cab0e0e4701b242e9f5adca/src/boundary_loop.cpp#L71)), I get the error message `AttributeError: module 'igl' has no attribute 'all_boundary_loop'`. Strangely, this function is also not listed...

### 🔍 Before submitting the issue - [x] I have searched among the existing issues - [x] I am using a Python virtual environment ### 🐞 Description of the bug...

bug

When running the following trivial Python script in a Windows 11 PowerShell: ``` PS ...> python Python 3.13.1 (tags/v3.13.1:0671451, Dec 3 2024, 19:06:28) [MSC v.1942 64 bit (AMD64)] on win32...