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

Copyright/left marching cubes status?

Open kpasko opened this issue 4 years ago • 2 comments

Saw some months back that marching cubes had been moved out of copyleft, is there an estimate when it will be available in the py bindings?

kpasko avatar Jun 16 '21 15:06 kpasko

Not in master yet (and not in conda package) but if you want this functionality "today" you can clone this PR: https://github.com/libigl/libigl-python-bindings/pull/76

And install directly (ideally in pipenv or similar) with python setup.py install

Unsure of timeline from PR --> Conda, but this method will atleast get you the functionality required!

daviesthomas avatar Jun 22 '21 20:06 daviesthomas

Great, thank you for the info!

On Tue, Jun 22, 2021 at 1:52 PM Thomas @.***> wrote:

Not in master yet (and not in conda package) but if you want this functionality "today" you can clone this PR: #76 https://github.com/libigl/libigl-python-bindings/pull/76

And install directly (ideally in pipenv or similar) with python setup.py install

Unsure of timeline from PR --> Conda, but this method will atleast get you the functionality required!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/libigl/libigl-python-bindings/issues/94#issuecomment-866324921, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABI2ZZ3OH3MLAGBJ23HK7LTUDZXNANCNFSM46ZXNINA .

kpasko avatar Jun 22 '21 20:06 kpasko