polyscope-py
polyscope-py copied to clipboard
add initialized checks with nice error
Right now, failing to call ps.init() manifests as a segfault. Add nice sanity checks at least on the register() functions so we give better errors.
also remove errors on double-init... why?