mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 14:14:13 +01:00
The stack scan likes to look at iterables like lists for objects, but unlike the way it treats local variables, it tries to put them in a Compound() object. That doesn't work for elements like build123d Location/Pos/Rot which aren't shapes. Just skip them in those contexts.