I’m struggling with applying a Data Tree structure to @anon39580149’s rectangular grid script.
I want to modify the script to handle multiple grids instead of just one. While everything works perfectly for a single grid, I can’t figure out how to make Construct Domain² create the correct Data Tree structure when dealing with multiple grids.
Does anyone have advice on how to set up the domains properly or how to adapt the script to support multiple grids?
A basic rule when you set up scripts that you want to use for more projects and with different data structures each time is to avoid flattening and simplifying (I can see from the screenshot, I can’t look at the file right now)