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 |
|
Triggers the node evaluation. |
|
block_evaluation |
|
Blocks all loop evaluations even if the data input contains new items to process. |
|
evaluate_next_item |
|
||
run_until_completion |
|
||
data_item_stride |
|
. |
1 |
data_items |
|
List of data items to be evaluated by group of stride size. |
Outputs#
Name |
Type |
Description |
Default |
|---|---|---|---|
evaluate |
|
Triggers the evaluation of one of the data items in the item input list |
|
current_loop_item |
|
The current item being evaluated |
|
current_loop_index |
|
The current index of the item being evaluated |
|
loop_completed |
|
True all the data items have been evaluated |
|
loop_items_count |
|
Number of items that are currently being evalued. |
0 |