Login Page - Create Account

Support Board


Date/Time: Fri, 14 Mar 2025 21:58:40 +0000



Post From: User/Source code controlled settings

[2022-02-05 21:55:18]
Csurles2010 - Posts: 13
I created a new input

SCInputRef Input_SourceCodeControlledSettings = sc.Input[0];

Then I put the code inside this block

if (Input_SourceCodeControlledSettings.GetYesNo()) {...}

If the input is true, the source code controls the settings and manual changes have no effect. If the input is false, the settings are intialized from sc.SetDefaults and I can change settings manually. The purpose of this code was to save time. I can change several subgraph styles with a toggle instead of manually changing each one back and forth.