Houdini 21.0 Nodes TOP nodes

Attribute from Parameters TOP node

Creates a dictionary attribute filled with parameters from a target node

On this page
Since 21.0

This node creates a new dictionary attribute named parms that contains the parameter name/value pairs from a target node. The target node can be from any network and doesn’t have to be a TOP node. Parameters on the target node are evaluated at the time value specified on the Attribute from Parameters node.

TOP Attributes

This node create a single attribute named parm by default. The name of the attribute can be changed using the Attribute Name parameter.

parms

dict

The dictionary of key/value pairs for each of the parameters on the target Node Path.

Parameters

Generate When

Determines when this node will generate work items. You should generally leave this set to “Automatic” unless you know the node requires a specific generation mode, or that the work items need to be generated dynamically.

All Upstream Items are Generated

This node will generate work items once all of the input nodes have generated their work items.

All Upstream Items are Cooked

This node will generate work items once all of the input nodes have cooked their work items.

Each Upstream Item is Cooked

This node will generate work items each time a work item in an input node is cooked.

Automatic

The generation mode is selected based on the generation mode of the input nodes. If any of the input nodes are generating work items when their inputs cook, this node will be set to Each Upstream Item is Cooked. Otherwise, it will be set to All Upstream Items are Generated.

Node Path

The absolute or relative path to the target node. The parameters from the node fill key/value pairs in a dictionary attribute, determined by the __Attribute Name_ parameter.

Parameter Filter

Filters the parameters on the Node Path using an expression written in the Attribute Pattern Syntax.

Evaluate Parameters

Whether or not parameters should be evaluated/expanded.

Evaluation Time

Determines how the time value the node should use when evaluating parameters.

Work Item Frame

The parameters are evaluated at the frame value specified on the upstream work item.

Network Evaluation Time

The parameters are evaluated at the Houdini playbar time that was set when the TOP network began to cook.

Custom Time

The parameters are evaluated at the Custom Time value.

Custom Time

When Evaluation Time is set to Custom Time, this parameter specifies the time value in seconds to use for parameter evaluation.

Attribute Name

The name of the dictionary attribute to create.

Existing Attribute

Determines how the node should handle a name conflict when an existing attribute is aleady present with the specified Attribute Name.

See also

TOP nodes