Author Topic: check/clean-up scenes that takes ages to load?  (Read 1105 times)

2025-09-10, 14:30:40

Jens

  • Active Users
  • **
  • Posts: 242
    • View Profile
    • Ikonoform
What are you guys using to clean up scenes that are taking ages to load?

I remember some years ago using sini to remove anim layers or something like that, that could help a lot, but now it no longer seems to find that type when running it. I have a scene now that takes 10-20mins to load and I would like to be able to troubleshoot it. I.e. is it due to some specific assets on a network drive making trouble, is it Forestpack having issues or missing enscape assets from the fbx export etc.

The file is huge and bloated (2.5gb without compress on save and 800mb with compres). Can't share due to very strict client NDAs.
My small 3D model shop: www.ikonoform.com/shop
My arch viz blog: www.ikonoform.com/blog

2025-09-10, 14:38:43
Reply #1

Aram Avetisyan

  • Corona Team
  • Active Users
  • ****
  • Posts: 998
    • View Profile
Hi,

From my experience, specifically with large files over the past few years, big files just take long to load. And i have seen this pattern with other software too, e.g. Revit. A 500MB file for Revit can be considered big, and I had one which opened for 35 minutes. My max files usually do not go longer than 5 minutes to open, but I guess they are not big enough :)
I would suggest XRefing the scene to parts and opening each of them to see which one takes long.

Surely, if any of them have a specific Corona related object, which you think takes long to open (e.g. we had optimization for Volume objects, which in rare cases could load quite long), report it and we will have a look.
Aram Avetisyan | chaos-corona.com
Chaos Corona QA Specialist | contact us

2025-09-10, 16:12:09
Reply #2

danio1011

  • Active Users
  • **
  • Posts: 387
    • View Profile
Do you have any XREFs?  I have a scene (condo tower) where I pulled all the furniture out and xrefed it all to keep the compressed max file below 2.5gb.  Scene load time jumped from 5 minutes to 20 minutes.  It would just sit on the infamous ‘loading corona assets’ or whatever it says in the lower left bar (I know that’s not an accurate ‘Status.’). I nuked the xrefs and voila, back go normal.  So then I brought in the furny using Corona Proxies and load time went up slightly but not nearly as much.  I sometimes wonder if it’s a Xrefs don’t like Network storage thing…although I have 10gbe but still Max doesn’t always love networks.

Long story short, you using xrefs?  Possible to remove all and test?

2025-09-11, 16:15:32
Reply #3

mase

  • Active Users
  • **
  • Posts: 122
    • View Profile
Not sure how much each of the steps contributes to the total reduction of opening time but some routine we have in an office is this:
1. Prune scene, inspect with SiNi and delete any missing plugins / animation layers etc.
2. Make sure you don't have many external paths in your 3ds max settings. There are different views on this but generally the more paths you have on Customize > Configure Project paths, the longer each file will load as 3ds max will check each folder before opening the file to see if it can find missing bitmaps there. This is even more annoying when opening old files, as paths are usually lost so max tries to scan each folder, and there might not even be anything project related there. Sometimes this can even crash the file so better practise is to have few paths in there and later relink missing bitmaps manually, or with some scripts.
3. As others have mentioned, xrefs play a huge role too.  There used to be a script that disables xrefs when opening a file (can't find it right now), but I found another script that could also be useful - it disable all "missing this and that" pop-ups when opening the file. This is extremely frustrating when opening large files again, as you might forget about opening a large file for a while and when you press on it you suddenly realise it was waiting for you to press SKIP. You can find it here - https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-suppress-Waning-dialogs-when-opening-a-scene-in-3ds-Max.html
4. And lastly of course, if you work over network it's highly recommended to copy file locally, do what you got to do and then copy it back to the server. This can cause massive lag depending on your network setup, file paths etc. I sometimes forget that I have Everything running in the background, scanning all of our server and it just freezes the server completely if it needs to load anything.
5. Final advice, after opening an old scene I recommend merging everything into a new file, doing some quick cleaning and re-saving it. Sometimes, depending on how old some projects are, because of many new Corona / 3ds Max versions old things tend to break even though nothing got changed. So this merging procedure allows you to double-check if everything is alright (merging in parts of course) and generally is a good time to setup your scene nice and clean.

Hope that helps.