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

Class FModifierCycles


The Cycles F-Modifier Object

Repeats the values of the modified F-Curve.

(no references to this struct found)

Instance Variables [hide private]
boolean active
F-Curve Modifier is the one being edited (Inherited from bpy.types.FModifier)
float in [-inf, inf] after_cycles
Maximum number of cycles to allow after last keyframe.
enum after_mode
Cycling mode to use after last keyframe.
float in [-inf, inf] before_cycles
Maximum number of cycles to allow before first keyframe.
enum before_mode
Cycling mode to use before first keyframe.
boolean (readonly) disabled
F-Curve Modifier has invalid settings and will not be evaluated. (Inherited from bpy.types.FModifier)
boolean expanded
F-Curve Modifier's panel is expanded in UI. (Inherited from bpy.types.FModifier)
boolean muted
F-Curve Modifier will not be evaluated. (Inherited from bpy.types.FModifier)
enum (readonly) type
F-Curve Modifier Type in... (Inherited from bpy.types.FModifier)
Instance Variable Details [hide private]

after_cycles

Maximum number of cycles to allow after last keyframe. (0 = infinite)
Type:
float in [-inf, inf]

after_mode

Cycling mode to use after last keyframe. in...
  • NONE
  • REPEAT
  • REPEAT_OFFSET
  • MIRROR
Type:
enum

before_cycles

Maximum number of cycles to allow before first keyframe. (0 = infinite)
Type:
float in [-inf, inf]

before_mode

Cycling mode to use before first keyframe. in...
  • NONE
  • REPEAT
  • REPEAT_OFFSET
  • MIRROR
Type:
enum