shapesmith icon indicating copy to clipboard operation
shapesmith copied to clipboard

DEPRECATED. Open source 3D modelling in your browser

Results 14 shapesmith issues
Sort by recently updated
recently updated
newest added

Progress indicators for rendering and Ajax calls

feature

When a variable is created and the name entered, moving to the expression input marks it in red.

enhancement

https://waffle.io/

In the graph replacement algorithm this used to be the code: ``` javascript var fromHash = fromGraph.hashForId(id); var toHash = toGraph.hashForId(id); if (fromHash !== toHash) { listener({vertexReplaced: {from: fromGraph.get(id), to:...

feature