Changing the color of an instanced cubiod using Python

Hi! You can set the color of item like rhis:

redBox.color = Color("FF0000")

And set_property method is for storing custom data within an object as string.

1 Like