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

From VFXPedia

Jump to: navigation, search

Contents

ChildFrame - GetControlViewList()

Arguments

list = GetControlViewList()

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 Controls multiview. This table will typically include:

  • "ControlView"
  • "ModifierView"

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

Requirements

  • eyeonScript 5.01
  • Fusion 5.01

Examples

list = comp.CurrentFrame:GetControlViewList()
comp.CurrentFrame:SwitchControlView(list[1])


Tips for GetControlViewList (edit)

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