Is there a way to get a listing of all the parts with their 3D models

I want to find out what parts are missing their 3D models. Is there a report available that has this information. I am hoping there is something similar to the symbol field tools.

Perhaps no response is because your question lacks helpful detail’s

The post’s Title, “Is there a way to get a listing of all the parts with their 3D model” is pretty clear and, the answer to that question is ‘Yes’ but, not easily done inside of Kicad (at least not on my v7).

Outside of Kicad, ‘Yes’, you can use your System’s Finder/File-Browser and can use wildcards and combine search for the typical model’s Kicad uses (STEP and WRL, some STP’s too)

However, you further ask a Contradictory question regarding, “I want to find out what parts are missing their 3D models”

That question, while a simple answer of ‘Yes’, requires constructing Code (usually Python) with Wildcards and Searching the Footprint Directory and comparing all Footprints (.mod files) for the ‘Model’ strings and if the string is missing or if the Model info is missing from the string, then you’d compare with the Footprint folder and list-out those specific files/missing models…

In fact, you could use Wildcard search if Model is missing from .mod, list it… done with your System’s Finder/Browser…

That is simple enough for Programmers and most of us here (that fool around with programming) can do that but, getting a volunteer to do the coding for you may be a challenge…

I recommend rewriting your post to attract User’s… I could do it but, the sun is shinning and my motorcycle is calling me…

And, you could learn some Python and do it yourself (and get plenty of User help here and elsewhere…)

Use Missing 3D Models addon from KiCad Action Tools (available via Plugin and Content Manager):