Disables the parameter’s control panel GUI element so that it cannot be interacted with or changed by the user. Note that this does not prevent the value from being updated in code using param.set()
.
History
- 1.0Introduced.
Disables the parameter’s control panel GUI element so that it cannot be interacted with or changed by the user. Note that this does not prevent the value from being updated in code using param.set()
.
Notes and Examples