Hi all!
I’m about to build a definition that need to often change “state” back and forth. Saving and loading.
(with “state” I mean the current value of sliders, panels, toggles, etc in the .gh file)
Imagine dozens of different saved states, all changing 20+ sliders and stuff… numbers, booleans, etc to describe the shape of a “bottle”.
I need to quickly open an old version of the bottle, edit it, save it (by overwriting old state or by giving it a new name)
- … save state10
- open state03 and edit some value, bake on rhino, save state03
- open state02 , some edit, save state02
- open state59, etc
- etc
- etc …
Current built-in “Save state” is not good for me, as editing the “current state” directly is tricky, and you have to re-type the exact name to overwrite it.
What do you use?
Some well formatted excel table? CSV?
There are some reliable plugin?
For now I’m thinking of using an excel table where each row is a different state. Editing the values and creating new rows directly (and only) from excel.
Make sense?
Alternatives?