animated loader blender

Is there any possible way to load a scene with an animated loader?

Thanks

Blender doesn’t support dynamic loading yet. The whole engine just freezes until everything in the the scene has finished loading.

I guess you could script something that adds objects to the current scene one by one. While one object has finished importing, you could update the screen “Loading 12%” and then start importing the next model, setting object properties or global variables, ect