Showcases

A weekly deep dive into the computational design resources inside Scripository.

3rd May 25
Animations in Grasshopper
Creating animations in Grasshopper is simpler than you think, Manakin helps handle the tricky setup for you.
28th Apr 25
False Start Toggle
A toggle that always defaults to false. It has saved many headaches and accidental re-runs.
21st Apr 25
Bulk Import DWGs
Importing many DWGs manually was driving me nuts. so I wrote a script to do it for me. Bulk import and auto-layer in one click.
14th Apr 25
Extend Surface
Fix messy surface intersections by extending and trimming them cleanly. Great for analysis models
5th Apr 25
Replacing Rhino Geometry
Update Rhino geometry without losing user data. This script swaps geometry in place. .
29th Mar 25
Solving the "Which File Goes Where?" Problem
Grasshopper and Rhino are a match made in heaven, but managing which Rhino file belongs to which Grasshopper script is a problem. Recall Rhino is a plugin that makes scripts remember Rhino files
26th Mar 25
Using RTrees for Faster Search
Speed up your closest point searches in Grasshopper using RTrees. When dealing with thousands of elements, this data structure makes geometric searches exponentially faster.
19th Mar 25
Relative Items
Get consecutive pairs in Grasshopper efficiently using shift list + shortest list.
12th Mar 25
How to Visualize Data in a Model
Creating legends with Conduit UI to display data directly alongside your 3D models
5th Mar 25
Tell People What Your Script Needs
Plugins are great, but they make your script really hard to share around. Listing them reminds you and others to be intentional with them
26th Feb 25
Bring Some Colour to Your Grasshopper Scripts
Make coloring your Grasshopper groups painless with these two automatic approaches
19th Feb 25
Your Scripts Deserve Some Structure
Our computational tools are incredibly flexible, but that flexibility comes at a cost. It makes scripts hard to read, use templates to make them more welcoming and easier to understand
13th Feb 25
Automating Element Cutting in Revit
Automate element cutting in Revit using Grasshopper & Dynamo scripts