Eyeon:Script/Reference/Applications/Fusion/Classes/BezierSpline
From VFXPedia
< Eyeon:Script | Reference | Applications | Fusion | Classes
Parent Class: Operator
BezierSpline
Contents |
Methods:
Tips for BezierSpline (edit)
From Fusion's console help:
BezierSpline:AdjustKeyFrames()
Set, Offset or Scale a range of key frames
Usage: AdjustKeyFrames(number start, number end, number x, number y, string operation[, number pivotx [, number pivoty]])
- start, end
- Time range of keypoints to adjust (inclusive)
- x, y
- Time and Value offsets/factors
- operation
- Can be "set", "offset" or "scale" (case sensitive)
- pivotx, pivoty
- optional values to scale around. Default is zero
BezierSpline:DeleteKeyFrames()
Delete key frames
Usage: DeleteKeyFrames(number start[, number end])