< Previous | Contents | Next >
FlowView
class FlowView
Parent class: FuView
The FlowView represents the flow with all the tools.
Positions of tools, their selection state and the views zoom level are controlled with this object.
flow = composition.CurrentFrame.FlowView
# Get the current FlowView
> Python usage:
flow = composition.CurrentFrame.FlowView
-- Get the current FlowView
> Lua usage: