Hi,
I have a mesh object with specific data information displayed by various vertex colors. In my case, each color value represents a specific time point from red (earliest) to purple (latest).
Now, I would like to make an animation in a way that all vertices with the same color data light up at the same time.
And finally I would like to automate the process in a python script, if possible.
At the moment I’m not really sure how to solve this problem. Hope anyone can help