mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Revert "Use board stackup colors by default in 3D render job."
This reverts commit f7380ae0155058fd16ea5940aebd4401ce9e79d0
This commit is contained in:
parent
c08109d63e
commit
bc533de0a3
@ -667,7 +667,6 @@ int PCBNEW_JOBS_HANDLER::JobExportRender( JOB* aJob )
|
||||
45, 135, 225, 315, 45, 135, 225, 315,
|
||||
};
|
||||
|
||||
cfg.m_UseStackupColors = true;
|
||||
cfg.m_CurrentPreset = aRenderJob->m_appearancePreset;
|
||||
cfg.m_UseStackupColors = aRenderJob->m_useBoardStackupColors;
|
||||
boardAdapter.m_Cfg = &cfg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user