Adding Presets to Global Context Variables: Difference between revisions
Jump to navigation
Jump to search
Created page with "Global context variables can be useful for ensuring a context variable is always accessible and set for the entire script. Unless it is overridden by a [https://www.gafferhq.org/documentation/1.4.8.0/Reference/NodeReference/Gaffer/ContextVariables.html ContextVariables] or [https://www.gafferhq.org/documentation/1.4.8.0/Reference/NodeReference/Gaffer/ContextVariableTweaks.html ContextVariablesTweaks] node, all nodes will see the global context variable. There are some g..." |
(No difference)
|
Revision as of 14:34, 16 July 2024
Global context variables can be useful for ensuring a context variable is always accessible and set for the entire script. Unless it is overridden by a ContextVariables or ContextVariablesTweaks node, all nodes will see the global context variable. There are some global context variables added by Gaffer by default when creating a new script. You can see these, and add your own, from the Variables
tab in the Settings
dialog accessed from the File.Settings
menu item.