Closed HagegeR closed 2 years ago
yes that would be great thanks!
could you try reinstalling? i added a new build yesterday evening to solve the problem with the missing requirements (nptyping
and typing_extensions
) and i think this problem should also be fixed in that build...
Hi, I’ve had a second interesting bug (but it’s linked to the viewer again):
After selecting a mesh in the viewer and going to Geometry->Edit Object, an error occur saying that edit()
(in controller.py
) takes one argument but 2 were given. Maybe it’s the nested function? I don’t get why this gives an error :-\
unfortunately I had no time to check yet, but I’ll try this week to re-install the whole thing!
no don't bother. those items in the menu don't work yet. i added them for testing and they somehow made it into the release unintentionally... :)
i think this is solved...
Yes, thanks :)
Le sam. 22 janv. 2022 à 23:26, Tom Van Mele @.***> a écrit :
i think this is solved...
— Reply to this email directly, view it on GitHub https://github.com/compas-dev/compas_cgal/issues/12#issuecomment-1019360756, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE7EEAW7PPCPJQJRWXUJ253UXMOKFANCNFSM46MENRRQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
Describe the bug
While using the library (freshly installed from anaconda) I’ve found out that
meshing.py
function:remesh
does not pass the argumentdo_project
to themeshing.remesh
call…I’ll look out for other miss like that in the future and report here if it’s ok with you