< Previous | Contents | Next >

Methods

FuFrame.GetPreviewList([include_globals])

Retrieves a table of previews.

> Parameters:

include_globals (boolean) – include_globals

> Returns: previews

> Return type: table

FuFrame.GetViewList()

Returns the list of views within this frame.

> Returns: views

> Return type: table

FuFrame.SwitchView(id)

Displays a given view within this frame.

> Parameters: id (string) – id

FuFrame.ViewOn([tool][, view])

Displays a tool on a numbered view.


> Python usage:


comp.CurrentFrame.ViewOn(tool, 1)


> Lua usage:


comp.CurrentFrame:ViewOn(tool, 1)


> Parameters: tool (Tool) – tool

view (number) – view


image