hydra_drop
Removes a Hydra block from the composition, blanks its outputs if no other block draws there, and restores alternative blocks that share those outputs to prevent frozen frames.
Instructions
Remove one block from the composition and blank the outputs it drew into (unless another block still draws there) — Hydra keeps showing whatever an output was last given, so forgetting the code alone would leave its picture frozen on screen.
Returns blanked (outputs that went black) and restored (blocks run again because
they also draw into one of the same outputs — otherwise the dropped chain, having run
last, would stay on screen there). Human-written blocks need take=true. The code is gone
afterwards; hydra_save first if you might want it back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| take | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |