shapesmith
shapesmith copied to clipboard
DEPRECATED. Open source 3D modelling in your browser
Results
14
shapesmith issues
Sort by
recently updated
recently updated
newest added
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