stamp expression function

Returns a copy stamping floating point value.

Replaced by: hou.Node

All Usage Examples

Usage

stamp(scope, token, value)

Retrieves a stamping variable, usually from a downstream Copy node. See copy stamping.

This function retrieves floating-point number values. For string values, use stamps.

Examples of stamping operators include: Cache, Copy, and LSystem surface nodes, and the Copy channel node.

Examples

stamp("../copy1", "sides", 5)
stamp("..", "fuzzy", 0.5)