polyscope-py icon indicating copy to clipboard operation
polyscope-py copied to clipboard

default `name=` in `register_surface_mesh` ?

Open alecjacobson opened this issue 3 years ago • 0 comments

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.

alecjacobson avatar Feb 05 '23 22:02 alecjacobson