I felt this was worth sharing: the new Sketchfab Importer add-on lets you search and import hundreds of thousands of Creative Commons models.
Dumb question: Will this work on any model format or does it have to be a .blend?
It works on any model format! We convert all uploads (50+ file formats) to an internal format first, and for download weâll convert them back to glTF which is them imported into Blender.
Iâd say go ahead and give it a try
Hey @bartv , do you know where does the downloaded content go? It would be great if we can define a â library path â for downloads and reuse them later on. Could addon detect the content from path/folder when we try to download/import the same one (Instead of downloading again)?
I asked this on github as well.
I believe it just goes into your current .blend file. If you want to download to a folder, you can click the âdownloadâ button on the website.
I tried this last night and it works great! One issue I had: After downloading a model, then starting a new scene â the import options went away and the initial page of thumbnails was different. It wasnât a big deal; I clicked on the ânext pageâ button and was then able to download again. Itâs a bit annoying (not much) to keep initializing the tool each time you start a new scene, but I understand why that is. At least you donât have to log on each time.
Great tool!
We added the reconnect option to prevent connecting to Sketchfab every time you launch Blender. This would be a bit of a privacy concern. So now weâll only connect when you really need/want to.
I applaud that decision. Thanks.
Donât know if this is the best place to say this but:
There was a little change on the 2.80 addon API today that broke some plugins, like yours:
https://developer.blender.org/rB63fcbfc3a7325d79b9e916457d64c302ddfeadfa
So next daily build tonight will be affected by this.
At least it was easy to fix by renaming references to user_preferences for preferences on init.py inside sketchfab folder.
Iâll pass it on to our team, thank you!