EyeonTips:Script/Reference/Applications/Fusion/Classes/FlowView
From VFXPedia
- NOTE: Don't bother with SelectUpstream(). According to Stuart at Eyeon, this function does not have a working implementation and was removed from 6.x versions of Fusion.
- Get the current FlowView object like this:
flow = composition.CurrentFrame.FlowView
- Two functions have been added in Fusion 6.1 that aren't listed here yet (but can be found via Help "FlowView" in the console):
FlowView:QueueSetPos() -- Queues the moving of a tool to a new position -- Usage: QueueSetPos(object Tool, number x, number y)
FlowView:FlushSetPosQueue() -- Moves all tools queued for positioning with QueueSetPos -- Usage: FlushSetPosQueue()
These functions improve performance if you want to move a lot of tools at the same time.