Within grasshopper the nodes disappear when zooming out on occasions. Particularly with more node heavy files. I’m running rhino on a macbook pro m1. It was never an issue on my previous laptop with much lower specs (windows)
Does this happen with all files, or just with ones that contain that graph-mapper like object?
for now nearly every file I made has a graph mapper in it. I have smaller files without it, but I wouldn’t know if the problem is due to the size of the file or the graph mapper being in it
Can you create a copy of the file, delete the graph mappers and try again for a bit?
One thing which may explain this is that some component is setting a clipping region on the display to prevent it from drawing anything outside the lines (the graph mapper does this), and then this clipping is not undone. Either because the developer forgot to undo it, or because there was some error during the drawing which short-circuited the code.
alright, Ill give it a shot when I have access to the file and let you know
Hi, I hadn’t gotten to doing as you requested, but was working on another file and I think I found the source. Immediately as I changed the graph type to “bezier 2”, elements started disappearing around. I made a screen recording of it.
Then whoever wrote the Bezier2 type must fix their code. It’s not one of the standard graph types that ships with Grasshopper, and neither is the object which hosts those graphs. I don’t know what plugin adds that one.
Yea. It’s a useful graph type times, but hopefully this will be brought to the attention of the developer
Dag Arnoud -
Have you done so?
As David writes, we don’t know what plug-in this component comes from…
-wim