Florian-Barthel / splatviz

Full python interactive 3D Gaussian Splatting viewer for real-time editing and analyzing.
MIT License
1.04k stars 69 forks source link

Adding a slider with a name that's already taken crashes #31

Closed w-m closed 1 month ago

w-m commented 1 month ago

Add a slider "x", add a slider "x" again, crash.

Adding one with the same name should probably just overwrite the previous one?

Florian-Barthel commented 1 month ago

Fixed in acf5b23. Sliders have an ID now :)