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

Class ShaderNodeMapping


The Mapping Object

(no references to this struct found)

Instance Variables [hide private]
boolean clamp_maximum
Clamp the output coordinate to a maximum value
boolean clamp_minimum
Clamp the output coordinate to a minimum value
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)
float array of 3 items in [-inf, inf] maximum
Maximum value to clamp coordinate to
float array of 3 items in [-inf, inf] minimum
Minimum value to clamp coordinate to
string name
Node name. (Inherited from bpy.types.Node)
Collection of NodeSocket (readonly) outputs
Outputs (Inherited from bpy.types.Node)
float array of 3 items in [-inf, inf] rotation
Rotation offset for the input coordinate
float array of 3 items in [-inf, inf] scale
Scale adjustment for the input coordinate
enum (readonly) type
Type in... (Inherited from bpy.types.ShaderNode)