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

Class ShaderNode


The Shader Node Object

Material shader node.

(no references to this struct found)

Instance Variables [hide private]
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)
string name
Node name. (Inherited from bpy.types.Node)
Collection of NodeSocket (readonly) outputs
Outputs (Inherited from bpy.types.Node)
enum (readonly) type
Type in...
Instance Variable Details [hide private]

type

Type in...
  • OUTPUT
  • MATERIAL
  • RGB
  • VALUE
  • MIX_RGB
  • VALTORGB
  • RGBTOBW
  • TEXTURE
  • NORMAL
  • GEOMETRY
  • MAPPING
  • CURVE_VEC
  • CURVE_RGB
  • CAMERA
  • MATH
  • VECT_MATH
  • SQUEEZE
  • MATERIAL_EXT
  • INVERT
  • SEPRGB
  • COMBRGB
  • HUE_SAT
  • SCRIPT
Type:
enum (readonly)