Non-persistent Parameters¶
Non-persistent parameters are parameters whose values are not saved in the project.
Note
Katana misspells the word “persistent” as “persistant” throughout its APIs. For compatibility reasons this is unlikely to change.
-
Parameter.
isPersistant
() → bool¶ Return True if the Parameter value will be written out. This is True by default.
-
Parameter.
setPersistant
(persist)¶ Set the parameter’s persist flag (if True, value will be written).