Grasshopper Panel Wish

I think it would be cool if you could set up synchronized scrolling of panels Seems like I am always putting panels side by side to see the data outputs corollate to each other constantly have to scroll each panel, when the lists get long…

1 Like

I second this - this is something I’m often doing to look across consistencies in data. Perhaps an ability to auto-snap adjacent panels so they’re able to scroll synchronously? Similar to the sync view feature in bluebeam… Thanks!

Panels in GH2 will display individual inputs in separate columns side-by-side. The rows in each column are padded to the longest list. You can disable this behaviour if you want though.

6 Likes

A really nice quality of life improvement, thank you

1 Like

Amazing, that’s a wonderful upgrade. Thanks for the update, @DavidRutten

GH2 would be wonderful but most of us will likely stay around GH1 for a while…Any existing solutions for GH1 as is? Perhaps a py/C# script?

Here’s a python script for synchronized panel scrolling.

-Kevin

2 Likes

@DavidRutten great to display individual inputs in separate columns side-by-side in v2. Maybe add option to do a quick text/data compare, and highlight the differences between input lists?

Did this feature make it to release? I cannot seem to find a way to make it work.

Hi @Chris37 ,

If you plug in multiple outputs into a single panel it will “split” the panel for each separate input list.

Ironically I don’t see a way to scroll the results vertically though? Perhaps I’m missing something?