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

From VFXPedia

Jump to: navigation, search

Contents

ChildFrame - ViewOn()

Arguments

ViewOn( [[tool,] view] )

  • tool (object, optional)

The Operator object to be view. If this is nil, the view will be cleared. If this is omitted completely, the currently active tool will be viewed.

  • view (number, optional)

This is the number of the image view to view the tool on, as numbered within the Fusion user interface. 1 is the Left image view, 2 is the Right image view, and higher numbers may be available depending available floating views or hardware. If omitted, all views will be cleared.

Returns

This function does not return a value.

Remarks

Views a given tool or the active tool on the specified view. If no arguments are specified, all views are cleared.

Requirements

  • eyeonScript 5.01
  • Fusion 5.01

Examples

comp.CurrentFrame:ViewOn(tool, 1)


Tips for ViewOn (edit)

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