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

Class FModifierNoise


The Noise F-Modifier Object

Gives randomness to 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)
int in [-32768, 32767] depth
Amount of fine level detail present in the noise
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)
float in [-inf, inf] phase
A random seed for the noise effect
float in [-inf, inf] size
Scaling (in time) of the noise
float in [-inf, inf] strength
Amplitude of the noise - 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