-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random crashes with ValueError: Attribute a_vertexNormals has no buffer attached
#264
Comments
Uh oh, that's no good, thanks for reporting. This is the first I've heard of this bug. Two questions to help me debug:
|
Found a reproducer! It happens only when the camera views have been added to the scene (it doesn't matter whether they're
|
Hi Nicholas! Any leads on this? :) Just checking in since it's been a recurring issue for me... I am pretty confident your hunch about building the picking buffers is correct! |
Thanks for the helpful info! Looks like that was indeed almost-certainly the underlying problem. Should be fixed in the main repo as of #267. It sounds like you're using Polyscope via Python on PyPi---I'll need to rebuild wheels and deploy a new version for the fixes to propagate there, I should be able to do that in the next few days. |
That is fantastic - thanks so much for looking into it! :) |
Hi!
Thanks a lot for the amazing package! I use it to visualize a scene with a point cloud (one color quantity attached) and a few of camera views (images attached). Unpredictably, the visualizer is crashing with the error
ValueError: Attribute a_vertexNormals has no buffer attached
. It is unfortunately not perfectly reproducible. In case it matters: I'm running polyscope on MacOS with the PyPI build, on version 2.1.0.The text was updated successfully, but these errors were encountered: