kicad/utils/kicad2step/pcb
Seth Hillbrand b891b5e1e2 Do not blindly substitute model names
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
2021-06-08 16:38:47 -07:00
..
3d_resolver.cpp Change environmental variables to human-readable 2021-01-01 16:20:35 +00:00
3d_resolver.h Change environmental variables to human-readable 2021-01-01 16:20:35 +00:00
base.cpp Add const specifiers 2020-11-18 19:50:36 +00:00
base.h Handle polygons in step export 2021-02-25 09:50:01 -08:00
kicadcurve.cpp kicad2step: fix incorrect Bezier curve handling. 2021-03-22 11:08:40 +01:00
kicadcurve.h Handle polygons in step export 2021-02-25 09:50:01 -08:00
kicadfootprint.cpp Do not blindly substitute model names 2021-06-08 16:38:47 -07:00
kicadfootprint.h Do not blindly substitute model names 2021-06-08 16:38:47 -07:00
kicadmodel.cpp Don't export hidden models to STEP. 2020-09-03 22:59:45 +01:00
kicadmodel.h Don't export hidden models to STEP. 2020-09-03 22:59:45 +01:00
kicadpad.cpp Add const specifiers 2020-11-18 19:50:36 +00:00
kicadpad.h Add const specifiers 2020-11-18 19:50:36 +00:00
kicadpcb.cpp Do not blindly substitute model names 2021-06-08 16:38:47 -07:00
kicadpcb.h Do not blindly substitute model names 2021-06-08 16:38:47 -07:00
oce_utils.cpp Do not blindly substitute model names 2021-06-08 16:38:47 -07:00
oce_utils.h Do not blindly substitute model names 2021-06-08 16:38:47 -07:00