hello, I want to make script
I want to create a Python script in Grasshopper that will work like a button, but instead of clicking the button, I want the trigger to activate when the value from the input panel changes.
hello, I want to make script
I want to create a Python script in Grasshopper that will work like a button, but instead of clicking the button, I want the trigger to activate when the value from the input panel changes.
trigger = True if input_string == "string1" else False # Make sure `input_string` input's type hint is set to "str"