base class — bpy_struct
Bezier curve point with two handles defining a Keyframe on an F-Curve
Coordinates of the control point
| Type : | float array of 2 items in [-inf, inf], default (0.0, 0.0) |
|---|
Coordinates of the first handle
| Type : | float array of 2 items in [-inf, inf], default (0.0, 0.0) |
|---|
Handle types
| Type : | enum in [‘FREE’, ‘AUTO’, ‘VECTOR’, ‘ALIGNED’], default ‘FREE’ |
|---|
Coordinates of the second handle
| Type : | float array of 2 items in [-inf, inf], default (0.0, 0.0) |
|---|
Handle types
| Type : | enum in [‘FREE’, ‘AUTO’, ‘VECTOR’, ‘ALIGNED’], default ‘FREE’ |
|---|
Interpolation method to use for segment of the curve from this Keyframe until the next Keyframe
| Type : | enum in [‘CONSTANT’, ‘LINEAR’, ‘BEZIER’], default ‘CONSTANT’ |
|---|
Control point selection status
| Type : | boolean, default False |
|---|
Handle 1 selection status
| Type : | boolean, default False |
|---|
Handle 2 selection status
| Type : | boolean, default False |
|---|
The type of keyframe
| Type : | enum in [‘KEYFRAME’, ‘BREAKDOWN’, ‘EXTREME’, ‘JITTER’], default ‘KEYFRAME’ |
|---|
Inherited Properties
Inherited Functions
|
References