meshcat-dev / meshcat

Remotely-controllable 3D viewer, built on top of three.js
MIT License
256 stars 48 forks source link

Fix for static_html logic in meshcat-python #134

Closed RussTedrake closed 1 year ago

RussTedrake commented 1 year ago

It turns out that meshcat-python was using the handle_command_bytearray entry point for the static html content. My PR #132 broke that (sorry!). This restores that interface and functionality.