I’m using the latest KiCad nightly build for some commercial boards. Recently, my 3D models which I added to my footprints won’t show up anymore in any 3D view.
Is this an intentional behavior and if not, is there a possibility of displaying .stp models again?
Does it display 3D WRL files?
Can you browse / add STEP(.stp) files? Does it show as an option in the supported file types?
If not, It maybe something related with STEP plugin and how your package is (if it is) handling it.
But I have no suggestions how to fix it
WRL are shown without problem, but thanks for the file type info: STP does indeed not show up anymore.
With an older nightly build the file type .stp shows up, however.
I’m pretty sure OCE support needs to be turned on for step loading. It should be enabled according to the build page. Definitely an issue for the packager.
The KICAD_USE_OCE is used for the 3D viewer plugin to support STEP and IGES 3D models. Build tools and plugins related to OpenCascade Community Edition (OCE) are enabled with this option. When enabled it requires OCE to be available, and the location of the installed OCE library to be passed via the OCE_DIR flag. This option is enabled by default.