Eyeon:Script/Reference/Applications/Fusion/Classes/Composition/GetFrameList

From VFXPedia

Jump to: navigation, search

Contents

Composition : GetFrameList

Arguments

GetFrameList()

Returns

This function returns a table with a set of ChildFrame objects.

Remarks

ChildFrames are the windowed workspace of Fusion. Interactively, a user can have multiple windows open at a time (Window menu -- New Window). This function allows the user to access each of the available ChildFrame window objects, and their views.

Requirements

  • eyeonScript 5.0
  • Fusion 5.0

Examples

windowlist = composition:GetFrameList()
 
for i, window in windowlist do
    window:ViewOn(tool, 1)
end


Tips for GetFrameList (edit)

EyeonTips:Script/Reference/Applications/Fusion/Classes/Composition/GetFrameList