Override Color in View

Hi,

I’m following one of the tutorials and for some reason I’m getting an error when I run Element.OverrideColorInView.

I would like this to work because I will be doing the same thing for a live project.

thank you!

OVerrideColorInView

first, what is the error? if you expand that tab it should give you a short message.

My guess is that the node expects a single color, and you are providing a 2d array of colors or a list of lists of colors. Try getting at index twice to grab one color and see if that works.