TextureNodeBricks(TextureNode)

base classes — bpy_struct, Node, TextureNode

class bpy.types.TextureNodeBricks(TextureNode)
offset
Type :float in [0, 1], default 0.0
offset_frequency

Offset every N rows

Type :int in [2, 99], default 0
squash
Type :float in [0, 99], default 0.0
squash_frequency

Squash every N rows

Type :int in [2, 99], default 0
classmethod get_node_type()

Get the identifier of the node type

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

Inherited Properties

Inherited Functions

Previous topic

TextureNode(Node)

Next topic

TextureNodeChecker(TextureNode)