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

Class FModifierSound


The Sound F-Modifier Object

Modifies an F-Curve based on the amplitudes in a sound.

(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] delay
The delay before the sound curve modification should start
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)
enum modification
Method of modifying the existing F-Curve.
boolean muted
F-Curve Modifier will not be evaluated. (Inherited from bpy.types.FModifier)
Sound sound
Sound datablock used by this modifier.
float in [-inf, inf] strength
Amplitude of the sound - the amount that it modifies the underlying curve
enum (readonly) type
F-Curve Modifier Type in... (Inherited from bpy.types.FModifier)
Instance Variable Details [hide private]

modification

Method of modifying the existing F-Curve. in...
  • REPLACE
  • ADD
  • SUBTRACT
  • MULTIPLY
Type:
enum