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

Class ShaderNodeMath


The Math Object

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

operation

Operation in...
  • ADD
  • SUBTRACT
  • MULTIPLY
  • DIVIDE
  • SINE
  • COSINE
  • TANGENT
  • ARCSINE
  • ARCCOSINE
  • ARCTANGENT
  • POWER
  • LOGARITHM
  • MINIMUM
  • MAXIMUM
  • ROUND
  • LESS_THAN
  • GREATER_THAN
Type:
enum