Anton Tetov

Results 34 comments of Anton Tetov

Haha, see https://github.com/compas-dev/compas_fab/commit/2703f30a6f683a059b4ee14f12122e273ca661fa. I could go through the source and fix it when I have time.

Tested here: https://github.com/tetov/home-manager/tree/release-23.11 Not sure if that's helpful to provide :shrug:

This is not a problem for Py3 installs on Rhino 8. :)

Hi @Idclip, I've just force pushed after `git commit --amend -s`. Thanks!

@Idclip I see now that https://github.com/AcademySoftwareFoundation/openvdb/commit/922675c255bd3c413daf417aba63ef06ccadf2fe was also signed-off, am I missing something else?

Thanks! Going to test it out later today!

@ricardoavelino2: Updated now I think: https://compas.dev/compas/latest/userguide/cad.rhino8.html

Updated to reflect @tomvanmele's comment [above](https://github.com/compas-dev/compas/pull/1383#discussion_r1733271483) In [642594f](https://github.com/compas-dev/compas/pull/1383/commits/642594f45bf0309af1cfd1a52ce6f5b0818e81fe) we now get: ``` $ python -m compas_rhino.uninstall -v 8.0 Uninstalling COMPAS packages from Rhino 8.0 scripts folders: ['C:\\Users\\tetov/.rhinocode/py27-rh8/Lib/site-packages', 'C:\\Users\\tetov\\AppData\\Roaming\\McNeel\\Rhinoceros\\8.0\\scripts', 'C:\\Users\\tetov\\AppData\\Roaming\\McNeel\\Rhinoceros\\8.0\\Plug-ins\\IronPython (814d908a-e25c-493d-97e9-ee3861957f49)\\settings\\lib']...

I'm looking into this as well and sent a message to @gonzalocasas to make him aware of this PR. :)

I just ran into this, and I'd like to suggest using a github action to attach a zip with correct directory name that could run on release or tag. Would...