Eyeon:Script/Reference/Applications/Fusion/Classes/Operator/GetCurrentSettings
From VFXPedia
< Eyeon:Script | Reference | Applications | Fusion | Classes | Operator
Contents |
Tool : GetCurrentSettings
Summary
Returns the index of the tool's current settings slot.
A tool has 6 different collections ("slots") of settings. By default, it uses slot 1.
Arguments
slot = GetCurrentSettings()
Returns
A numerical index of 1 or greater.
Example
slot = tool.GetCurrentSettings() print(tool.Name.." is current using settings slot "..slot)
Requirements
- eyeonScript 5.0
- Fusion 5.3
See Also
Tips for GetCurrentSettings (edit)
EyeonTips:Script/Reference/Applications/Fusion/Classes/Operator/GetCurrentSettings