How can I set a default control_after_generate_value for INT type seed? #4362
Unanswered
MohammadAboulEla
asked this question in
Q&A
Replies: 1 comment
-
At present, the only method available is direct control through front-end code. Perhaps what's needed is a feature in the front-end to temporarily disable the control_after/before_generate functionality for all nodes? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how can I set a default control_after_generate_value for INT type
I mean like in none working code
"seed": ("INT", {"default": 0,"control_after_generate_value":"fixed", "min": 0, "max": 0xffff})
Beta Was this translation helpful? Give feedback.
All reactions