Reference 〉 Function

Param.disabled(valbool)

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.

Notes and Examples

  1. Contribute a Note

    Your email address will not be published. Required fields are marked *

    You may use limited HTML for formatting. Please embed blocks of code in <pre><code> </code></pre> tags.

History