ap_bridge_set_enabled
Control ArmorPaint's bridge polling: enable to keep the app responsive for remote control, disable to let it idle when no agent works. Disabling stops request reads, so re-enable via the Plugins tab.
Instructions
Turn the bridge's per-frame polling on or off. This has a real cost: while enabled the plugin calls iron_delay_idle_sleep() every frame, which keeps ArmorPaint rendering at full rate even when unfocused (that is also what makes remote control of a background window possible). Disable it when no agent is working. WARNING: disabling it stops the bridge from reading requests, so this is the last tool that will work until someone re-enables it from the Plugins tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | True to poll every frame; false to let the app idle. |