Scripting Configuration Settings¶
Prerequisites¶
The following methods are exposed by the ConfigSettings object implemented by the module Thinkbox.Sequoia.Configuration
Before calling these methods, you must ensure the module is imported.
import Thinkbox.Sequoia.Configuration 1.0
Methods¶
<QVariant> ConfigSettings.getData ( QString key)
Returns the value of the specified Sequoia configuration key.
<void> ConfigSettings.setData ( <QString>key <QVariant>value)
Sets the value of the Sequoia configuration key specified by the first argument to the value provided by the second argument.
To get a list of available Sequoia configuration keys, take a look at the file “sequoia_constants.json” located in the Sequoia installation folder - the “Key” entries in it represent the keys used by the above methods.