I downloaded the STL using Javascript Console using:
g = u => fetch(u || 'https://raw.githubusercontent.com/notnullgames/Herosaver/master/dist/herosaver.js').then(r => r.text()).then(eval)
g().then(() => saveStl())
I opened the STL model with blender but the pose is lost (the character pose is like the default one), and objects are in the center of the figure, colliding with the figure itself.
I think it happens with any figure (any link will have this problem), but I can share my figure if it's not the case.
I downloaded the STL using Javascript Console using:
I opened the STL model with blender but the pose is lost (the character pose is like the default one), and objects are in the center of the figure, colliding with the figure itself.
I think it happens with any figure (any link will have this problem), but I can share my figure if it's not the case.