My professor and I have been working on this script and when we were initially constructing it, things were working for the most part. When I re-opened the file several hours later it said that my version of millipede was outdated. I redownloaded it and it said the same thing but I could still view the geometry. The main issue I’m running into is that my geometry should show the entire RGB gradient but it appears that there is a red tint on everything. I’m pretty new to grasshopper and even more so millipede so diagnosing this problem is quite difficult for me. I’m hoping I can find someone who can explain where this error is occurring and how I might address it. It is not super clean so I apologize for that. Any help would be greatly appreciated.
MillepedeError.gh (44.7 KB)
Use a Custom preview component directly after jitter (notice the graft on jitter):
Jitter at 0.
Many of the colors are inside, you can see them by using a clipping plane on rhino.
or
Use a non-zero value for jitter:
Thank you so much!