First pass at handling more than 2 sketches

This commit is contained in:
Pierre Jacquier
2024-11-29 10:09:10 -05:00
parent 0c2cd24bda
commit e984b20664
4 changed files with 34 additions and 48 deletions

View File

@ -586,7 +586,10 @@ export const ModelingMachineProvider = ({
return doesSceneHaveSweepableSketch(kclManager.ast)
}
// TODO: check if we need a check like this for loft
console.log('isSketchPipe(selectionRanges)', isSketchPipe(selectionRanges))
console.log(
'isSketchPipe(selectionRanges)',
isSketchPipe(selectionRanges)
)
// if (!isSketchPipe(selectionRanges)) return false
const canLoft = canLoftSelection(selectionRanges)