This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # set_sfm_light_colors.py | |
| # | |
| # Source Filmmaker script. | |
| # | |
| # Finds every animation set in the current document that targets a light | |
| # (ambient / directional / point / spot), shows a checkbox list so you can | |
| # pick which ones to touch, then lets you pick a single RGB color (via a | |
| # native color picker or manual R/G/B fields) and writes that color onto | |
| # every selected light's color_red / color_green / color_blue controls. | |
| # |