Enables or disables the parameter’s GUI element. Note that disabling does not prevent the value from being updated in code using param.set()
.
Parameters
val — bool, required
True
to disable the element,False
to enable it.
Enables or disables the parameter’s GUI element. Note that disabling does not prevent the value from being updated in code using param.set()
.
val — bool, required
True
to disable the element, False
to enable it.
Notes and Examples