Expand description
App settings — one JSON file at %APPDATA%\SimpleEditor\settings.json.
Structs§
- Curve
Preset - A saved keyframe curve for one property. Key times are normalised to 0..1 of the clip length unless
absolute(seconds from the clip start); values are absolute. - Effect
Preset - A saved effect chain (a
Vec<Effect>as JSON) or node graph (aNodeGraph), captured from a clip by engine::presets. Machine-local like the other presets: it lives here, never in the project file. - Layout
Profile - A saved editor layout (egui_tiles tree + popped-out panes), as JSON (see ui/layout.rs).
- Motion
Preset - A saved motion: curves for several properties at once (“slide in”, “Ken Burns”, …).
Property names as in
Clip::props_mutlabels (“Position X”, “Scale”, …) or “: ”. - Recent
Asset - Settings
- Template
- A reusable group of clips (relative times) + the assets they need, serialised by engine::presets.