Hello there (again! 🙂 )
I take this doesn't exist (or anyway: if it does, I failed to spot it), but what I would find very useful would be to have a simple configuration file (TOML seems a great option here).
What happens today is that at every start of the server, all checkboxes and tools are reset to their default as per software author.
What I would like is that at every start of the servere, everything would be reset to my liking 😉 .
Something like a yacv_defaults.toml file with a content on these lines:
[ helpers ]
show_faces = false
show_edges = true
show_vertices = false
axis_width = 3
grid_width = 1
[ parts ]
show_faces = true
show_edges = true
show_vertices = false
[colors.helper]
faces = "#FF0000"
edges = "#FFAA00"
vertices = "#000000"
...etc... (the syntax / content does not need to be exactly that, but you get the drift...)
Hello there (again! 🙂 )
I take this doesn't exist (or anyway: if it does, I failed to spot it), but what I would find very useful would be to have a simple configuration file (TOML seems a great option here).
What happens today is that at every start of the server, all checkboxes and tools are reset to their default as per software author.
What I would like is that at every start of the servere, everything would be reset to my liking 😉 .
Something like a
yacv_defaults.tomlfile with a content on these lines:...etc... (the syntax / content does not need to be exactly that, but you get the drift...)