ShaderNodeTangent(ShaderNode)

base classes — bpy_struct, Node, ShaderNode

class bpy.types.ShaderNodeTangent(ShaderNode)
axis

Axis for radial tangents

  • X X, X axis.
  • Y Y, Y axis.
  • Z Z, Z axis.
Type :enum in [‘X’, ‘Y’, ‘Z’], default ‘X’
direction_type

Method to use for the tangent

  • RADIAL Radial, Radial tangent around the X, Y or Z axis.
  • UV_MAP UV Map, Tangent from UV map.
Type :enum in [‘RADIAL’, ‘UV_MAP’], default ‘RADIAL’
uv_map

UV Map for tangent generated from UV

Type :string, default “”, (never None)
classmethod get_node_type()

Get the identifier of the node type

Returns:Result
Return type:string, (never None)

Inherited Properties

Inherited Functions

Previous topic

ShaderNodeSqueeze(ShaderNode)

Next topic

ShaderNodeTexBrick(ShaderNode)