mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Makes model substitution (VRML->STEP in STEP Export) optional. This can prevent nasty surprises where the user doesn't see/can't affect the outcome Also, when substituting models, do not maintain scale factor. So a VRML model with non-unity scaling will not be export as a STEP file (of the same name) with non-unity scaling. This is the first step to address https://gitlab.com/kicad/code/kicad/-/issues/1781