PresetManager
8 tools in this family (folder Editor/Tools/PresetManager/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
presets_apply_to_generator | writes | Closes the loop: load a preset by id and dispatch its payload into the matching |
presets_export_for_share | writes | Bundle a single preset into a portable .buril-preset archive containing the spec |
presets_gallery_html | writes | Render every preset into a self-contained, browsable HTML gallery grouped by |
presets_get | read-only | Resolve a single preset by id, returning the full PresetSpec including the kind-specific payload. |
presets_import_from_url | writes | Download a preset from an HTTPS URL and install it locally. The URL may point to |
presets_list_all | read-only | List EVERY preset across global (~/.config/Buril/Presets) and project-local |
presets_list_by_kind | read-only | List presets for a single generator family (preset_kind). |
presets_save | writes | Save a preset to the local catalogue. Two modes: |