Eyeon:Script/Reference/Applications/Fusion/Classes/ChildFrame/GetMainViewList

From VFXPedia

Jump to: navigation, search

Contents

ChildFrame - GetMainViewList()

Arguments

list = GetMainViewList()

This function does not take any arguments.

Returns

  • list (table, required)

A table of string IDs.

Remarks

Returns a table of the string IDs of all the views being displayed within the primary multiview. This table will typically include:

  • "FlowView"
  • "ConsoleView"
  • "TimelineView"
  • "SplineEditorView"
  • "InfoView"

A given view ID may be displayed within Fusion's UI with SwitchMainView().

Requirements

  • eyeonScript 5.01
  • Fusion 5.01

Examples

list = comp.CurrentFrame:GetMainViewList()
comp.CurrentFrame:SwitchMainView(list[1])


Tips for GetMainViewList (edit)

EyeonTips:Script/Reference/Applications/Fusion/Classes/ChildFrame/GetMainViewList