polyscope-py
polyscope-py copied to clipboard
default `name=` in `register_surface_mesh` ?
When using polyscope for a quick visualization I don't always have or care about a meaningful "name" for my mesh. Could there be a default?
If I understand correctly calling register_surface_mesh twice with the same name will overwrite the first call's data. So I guess there's a question whether a default would be default1, default2, etc. or just keep overwriting default. I kind of like overwriting default because avoiding that clearly gives the non-default name a sense of purpose.