setContextOption(option, value)
If the named context option doesn’t already exist, it is created as part of
the set of default cook context options that are stored with the hip file.
Passing a value of None
will remove the named context option from the set of
default options. The value may be either a string or a number.
Note that the value for “automatic” context options can be overridden by this
method, but setting them to None
will not remove these context options. It
will cause them to revert to their automatically generated values.
See also |