Convert True value to temporary True value for baking

To prevent the new baking component from triggering a baking loop in certain situations, you may need to pass a True value for a limited time and then have it revert back to a False or Null value.

Here’s one solution I found using Heteroptera, however, I cannot get it to work with a True input from my script that’s not a boolean toggle.

Convert True Value to Temporary True.gh (9.2 KB)

And here’s a native solution:

Convert True Value to Temporary True_Native.gh (7.3 KB)