After the recent update I can nolonger see any 3d models. After checking the default path (/usr/share/kicad/modules/packages3d) I noticed it’s gone. Instead there’s a (/usr/share/kicad/3dmodels) directory. Changing the path to that one doesn’t seem to solve the issue.
This was an inadvertent side effect of moving things in master. Jean-Samuel is splitting the 3d models build repository into a v5 branch that will restore the previous behavior.
What is the future of the way the footprints and models work together?\
I have spent enough time working with KiCAD to find that it would be nice to have a function like…
Get part from either locally or remote and place to board.
Board preserves a read and writeable file locally with the 3d file attached to it.
In other words, instead of having this giant crazy web of libraries configured for each project, either single or globally, just have all libraries considered external in which one picks parts from, then when the user uses the part on a board in a project, there is either automatically another library bonded to the board, or to a necessary local user library, that includes the 3d image.
Every single part that I have ever used from the provided libraries has been modified by me and then must be saved into my own personal library. So in doing so, I also have to seek out the 3d image file and copy that file to another personal folder. Then I have to go through the process of editing each part to connect it to that 3d file… I find it a little extreme that we must download a GIG to use just a few 3d files for a project.
Any insight as to what the future holds for this?
Thank You
I would think that nearly everyone finds themselves having to deal with similar issues when dealing with footprints. Sometimes we have to create our own simply because it isn’t part of the pre-provided libraries. Think about it, imagine being able to just pull a part from the standard libraries and use it. Using it creates another personal library and links the part to the newly created personal library. This part can now be edited and saved without fears of being overwritten by updating the software. It would be nice for it to also get the 3d file and save that locally as well. This I would consider a solution and save huge amounts of labor having to know all these tricks.