Hi,
I'm working on a project which involves uploading many models to sketchfab. My estimate is about 100 and more might be added over time. They all should be loaded into the same looking scene: background, lights and environment. Setting this up by hand will be a chore and very error prone. Is there a way to do this through the API?
I can think of three approaches. Either set these properties through the API for each uploaded scene. Or manually setup a sketchfab scene like I want it and then copy it through the API and replace the model in the copy with a newly uploaded model (also through API). Finally I could upload all 100 models into a single scene and use the viewer API to only turn on one model at a time. I assume this will be a pretty heavy scene, or do hidden models not influence the loading time? There are no textures by the way, just models.
I was looking at the google sheets experiment you've posted to manage the uploads.
Would either approach be possible?
Klaas