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

Class CompositorNodeVecBlur


The Vector Blur Object

(no references to this struct found)

Instance Variables [hide private]
boolean curved
Interpolate between frames in a bezier curve, rather than linearly
float in [-inf, inf] factor
Scaling factor for motion vectors; actually 'shutter speed' in frames
Collection of NodeSocket (readonly) inputs
Inputs (Inherited from bpy.types.Node)
float array of 2 items in [-10000, 10000] location
Location (Inherited from bpy.types.Node)
int in [-32768, 32767] max_speed
Maximum speed, or zero for none
int in [-32768, 32767] min_speed
Minimum speed for a pixel to be blurred; used to separate background from foreground
string name
Node name. (Inherited from bpy.types.Node)
Collection of NodeSocket (readonly) outputs
Outputs (Inherited from bpy.types.Node)
int in [-32768, 32767] samples
Samples
enum (readonly) type
Type in... (Inherited from bpy.types.CompositorNode)