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 ¶
Returns whether this parameter will be written out when saving XML. This flag is
True
by default.
- Parameter.setPersistant(arg0: bool) None ¶
Sets whether this parameter will be written out when saving XML. This flag is
True
by default.