TextureNodeMath(TextureNode)

base classes — bpy_struct, Node, TextureNode

class bpy.types.TextureNodeMath(TextureNode)
operation
Type :enum in [‘ADD’, ‘SUBTRACT’, ‘MULTIPLY’, ‘DIVIDE’, ‘SINE’, ‘COSINE’, ‘TANGENT’, ‘ARCSINE’, ‘ARCCOSINE’, ‘ARCTANGENT’, ‘POWER’, ‘LOGARITHM’, ‘MINIMUM’, ‘MAXIMUM’, ‘ROUND’, ‘LESS_THAN’, ‘GREATER_THAN’], default ‘ADD’

Inherited Properties

Inherited Functions

Previous topic

TextureNodeInvert(TextureNode)

Next topic

TextureNodeMixRGB(TextureNode)