For each node#

For each node.

Installation#

To use this Node, you must enable omni.houdini_engine.data_components in the Extension Manager.

Inputs#

Name

Type

Description

Default

exec_in

int

Triggers the node evaluation.

block_evaluation

bool

Blocks all loop evaluations even if the data input contains new items to process.

evaluate_next_item

bool

run_until_completion

bool

data_item_stride

int

.

1

data_items

bundle

List of data items to be evaluated by group of stride size.

Outputs#

Name

Type

Description

Default

evaluate

bool

Triggers the evaluation of one of the data items in the item input list

current_loop_item

bundle

The current item being evaluated

current_loop_index

int

The current index of the item being evaluated

loop_completed

bool

True all the data items have been evaluated

loop_items_count

int

Number of items that are currently being evalued.

0