radiance
radiance copied to clipboard
Add support for loading decks
Regression Could be fancier, maybe pre-loaded at the bottom of the UI to select from?
Added serialize/deserialize to Model. Still needs UI to action load/save.
serializeshould probably take an optional list of nodes to serialize (e.g. a selection)- Right now
VideoNode * -> QStringserialization is handled byNodeRegistrywhich is gross; it should get serialized to a JSON blob andNodeRegistryshould delegate toVideoNodeto perform both ser/des. - Need to figure out how/if to handle
Outputinfo - Unclear if
Model::serializeshould use the unflushed or the "for rendering" state.
It would be really great to get partial model load / save implemented soon. Right now I achieve this by cp radiance_state.json cool_deck.json