What's your largest Grasshopper script? [The Hall Of Shame]

Off the top of my head, I think this is my biggest at 1136 components, but most of those are just controlling visualization since I tend to tack that on at the end and I like to leave it exposed so I can tinker as it goes. Most of the actual functional work is done in python scripts (there are 40+ in this definition) or cleaned up enough to remove the bloat (I also don’t follow the param-out, param-in practice, which cuts down on the numbers a lot).

This definition created a 5-minute long animation all ‘in-camera’ (that is straight from GH screen capture, no post-processing). It formats a street network into a Half-Edge mesh, runs a handful of analyses, and activates a multiagent network that modifies the base network in place, proposing architectural remediations and displaying them in a HUD way.