Both the default and the selected appearance's paint property blocks already exist in the properties buffer — the dedup pool populated them at parse time. Toggling the Museum is a single indirection-table write; the properties buffer is never touched.
indirection[2] (a single 4-byte write) and the properties buffer is left alone. This is the cheapest update path the UBO model supports today; the "representation index" work described in the Epilogue extends it so every paint-only switch lands here by construction.