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

From VFXPedia

Jump to: navigation, search

Contents

ChildFrame - SwitchControlView()

Arguments

SwitchControlView( viewID )

  • viewID (string, required)

This is the ID of the view to display within the Controls multiview.

Returns

This function does not return a value.

Remarks

This is used to display any one of the views available within the secondary multivew's list of tabs. Available view IDs include (but may not be limited to):

  • "ControlView"
  • "ModifierView"

A complete list of view IDs can be obtained from GetControlViewList().

Requirements

  • eyeonScript 5.01
  • Fusion 5.01

Examples

comp.CurrentFrame:SwitchControlView("ModifierView")


Tips for SwitchControlView (edit)

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