I have a list / field of vectors in grasshopper but i have some runaways (top left).
My question is now, is there a possibillity to smooth these vectors to get a result without vectors facing in a completely different direction and get a smooth transition.
Hi Daniel, your Gif is very light, which tool are your using ? I still use
//Animated gif maker script - Daniel Piker 24/03/2016
//Using code from NGif: NGif, Animated GIF Encoder for .NET - CodeProject
Have you something newer ?
Yes, the encoder in that old script makes rather large files.
I usually render out the frames from Grasshopper then make them into a gif with an external program. For basic stuff I still use VirtualDub for this.
To create gifs and videos directly from Grasshopper there’s also Tapeworm:
I face the following problem:
The vectors i got are associated with the faces. Your scripts assume that the vectors are assigned to the vertecies. In other words, I have too few vectors than I actually need.
Would you know a solution?