Hello. I've been trying to change the values of the sunsky object, I I have been able to, but not fully: I stored the sun line this: sun = scenetree.sunsky then I can change the brightness like this: sun.brightness = 10 and it works, it change the value. But the changes are not visible unless I hide and show the sunsky object in the editor. Looks like it needs to be updated. so my first question is, is there a command to force update the sky/scene? And more important, how do I change the sunsky nightColor attribute?. I can see is a ColorF variable type, but I can't find a documentation or a lua command that will do something like this. Thanks