Closed adamkewley closed 2 months ago
A basic form of this is now implemented in main
. It's available from Tools > Experimental Tools > Export Multibody Graph to Dotviz
. Running that and then Ctrl+V
ing the dotviz into https://dreampuf.github.io/GraphvizOnline yields:
Ideally, it would also show the offset frames. This can be added seperately. This feature was whacked out very quickly as a "it's better than nothing and I know the trick right now" 15 minute thing.
Idea from @mjhmilla
It would be useful to visualize the multibody system topology graph, a bit like how it's available in OpenSim GUI's
Topology Viewer
panel.For OSC, the long-term UI goal would be to have a live-updating graph visualizer that's integrated as an open-able window. However, for now, it would still be useful to emit a
dotviz
graph representation that can be viewed in an external visualizer (i.e. "it's better than nothing"). This issue covers doing that.