Package bpy :: Module types :: Class FCurve
[hide private]
[frames] | no frames]

Class FCurve

The F-Curve Object

F-Curve defining values of a period of time.

References

Instance Variables [hide private]
int in [-inf, inf] array_index
Index to the specific property affected by F-Curve if applicable.
float array of 3 items in [-inf, inf] color
Color of the F-Curve in the Graph Editor.
enum color_mode
Method used to determine color of F-Curve in Graph Editor.
Driver (readonly) driver
Channel Driver (only set for Driver F-Curves)
enum extrapolation
Extrapolation in...
Collection of BezierSplinePoint (readonly) keyframe_points
User-editable keyframes
FCurveModifiers Collection of FModifier (readonly) modifiers
Modifiers affecting the shape of the F-Curve.
string rna_path
RNA Path to property affected by F-Curve.
Collection of FCurveSample (readonly) sampled_points
Sampled animation data
Instance Variable Details [hide private]

color_mode

Method used to determine color of F-Curve in Graph Editor. in...
  • AUTO_RAINBOW
  • AUTO_RGB
  • CUSTOM
Type:
enum

extrapolation

Extrapolation in...
  • CONSTANT
  • LINEAR
Type:
enum

rna_path

RNA Path to property affected by F-Curve. (maximum length of 0)
Type:
string