|
|
|
|
|
by tombert
744 days ago
|
|
Just to play devil's advocate to my own point, there's really no reason you couldn't do source control for regular CAD programs is there? I know Git doesn't play super well with binaries from a space efficiency perspective, but it does work, and you could use something like Mercurial which does play ok with binaries I believe. |
|
The difference is that OpenSCAD/CadQuery are dense logic formats (code) rather than just serialization formats.
Large amounts of human intent are encoded in the order of evaluation, function calls, etc.