Part of #743 (Epic: Shaders). Depends on Slice B.
Goal
Surface the stylized presets and their key tunables in the Inspector. The thumbnail grid auto-lists new names; this slice adds the knobs stylized looks need.
Work
qml/PropertiesPanel.qml Material Presets section (~4200–4237): generate sphere-preview thumbnails for the new presets the same way existing presets do.
- Add a small "Stylized" subsection (or extend the preset section) that exposes the high-value params when a stylized preset is active: toon band count, outline width + color, rim color + power, matcap texture picker.
- Bind through new
MaterialPresetLibrary Q_INVOKABLE setters, or reuse MaterialEditorQML pass props where they map cleanly (e.g. cull / polygon mode for outline).
Acceptance
Part of #743 (Epic: Shaders). Depends on Slice B.
Goal
Surface the stylized presets and their key tunables in the Inspector. The thumbnail grid auto-lists new names; this slice adds the knobs stylized looks need.
Work
qml/PropertiesPanel.qmlMaterial Presets section (~4200–4237): generate sphere-preview thumbnails for the new presets the same way existing presets do.MaterialPresetLibraryQ_INVOKABLE setters, or reuseMaterialEditorQMLpass props where they map cleanly (e.g. cull / polygon mode for outline).Acceptance