Eyeon:Script/Reference/Applications/Fusion/Classes/Fusion/ShowPrefs
From VFXPedia
< Eyeon:Script | Reference | Applications | Fusion | Classes | Fusion
Contents |
Fusion : ShowPrefs
The ShowPrefs function will display the Preferences dialog. Optional arguments can be used to specify which page or panel of the preferences will be opened.
Usage
Fusion:ShowPrefs([string pageid[, boolean showall]])
Arguments
- pageid [optional, string]
The name of the specific page (or panel) of the preferences to show. The name should be chosen from one of the following :
- PrefsGeneral
- PrefsAppearance
- PrefsBinSecurity
- PrefsBinServers
- PrefsBins
- PrefsCluster
- Prefs Defaults
- Prefs Flow
- PrefsFrameFormat
- PrefsAVI
- PrefsQuickTime
- PrefsEDLImport
- PrefsLayout
- PrefsMemory
- PrefsNetwork
- PrefsPathMap
- PrefsPreview
- PrefsPrimatte4
- Prefs Script
- PrefsSplines
- PrefsTimeline
- PrefsTweaks
- Prefs View
Note: The above list was valid as of Fusion 5.21. To see a list of values for any new prefs pages, try entering the following into the console.
for i,v in fu:GetRegList(CT_Prefs) do print(v:GetAttrs().REGS_ID); end
- showall [optional, boolean]
unknown
Returns
none
Requirements
- eyeonScript 5.0
- Fusion 5.0
Examples
fusion:ShowPrefs()
Tips for ShowPrefs (edit)
EyeonTips:Script/Reference/Applications/Fusion/Classes/Fusion/ShowPrefs