Graphics.TurnOnShadowsByDefault - lordmundi/wikidoctest GitHub Wiki
Turn on Shadows by Default
There are two ways to do this
-
add "-shadows" to your "DOUG_SPEEDY_ARGS" define. If you don't already have a DOUG_SPEEDY_ARGS define in your userdata, you can find the default in the edge_settings.cfg.
-
The other way, and the way I find easier, is to just add a tcl script to the GUI block for the display context you are working with… something like "shadows_on.tcl" and in there, it would just be one line:
doug.plugin dsp_speedtest3.shadow set -enabled 1
The nice thing about this method is that it is easy to put the script into the display contexts where you want shadows on by default and not include it in others.