I'm modifying the DayCycleController from Farmers Market. When I removed the huge moon and made the sun smaller, I found the sun was moving across the sky twice--once by day and once by night. I think I can turn off visibility at night ("night," "dawn," etc. are defined in the script) but what would be cooler is if I could change the shape property so that it's a moon at night and a sun disc during the day. The Sun Light component has a smart property called Shape that has a dropdown that includes types of sun discs and types of moon discs, which makes this data a string. What line do I add to the script when I want the smart property to change? The script includes changes in smart properties, but all of them are floats so I can't copy the pattern.
If anyone can help, thanks!