Notes
Reset Cached Pass
This option is available in the Block Begin
to refresh the block and to verify that edits are reflected in the geometry or downstream operations.
Access Metadata Detail Attributes
This node is accessible via the Block Begin
and generates detail attributes which can assist in randomizing by each iteration.
A few different methods can be used to utilize the detail attributes:
iteration
numiterations
value
ivalue
within the For Loop Metadata node.
Method 1
i@id = detail("op:../foreach_count1", "iteration", 0);
Method 2
i@id = detail(1, "iteration", 0);
Pipe meta into index 1
Method 3
i@id = detail(-1, "iteration", 0);
Add spare param, drag/drop meta into items
Method 4
detail("../foreach_count1", "iteration", 0)