Function reuse_sections

Source
fn reuse_sections(
    project: &Project,
    settings: &Settings,
) -> Vec<(&'static str, Vec<Reuse>)>
Expand description

The reusable sections, read straight off the project and settings.json each frame. ponytail: linear scans + a JSON decode per template (is_adjustment_template), same as the Presets pane — the lists are short. A dedicated presets store plugs in here as extra Reuse items.