Apologies for a very basic question to which I still haven’t found an adequate answer to. When I import a mesh (obi), what is the best way to promote it to variable so that I can refer to it, for example to change its material, from the code after loading the model?
I have my own attempts and can reliably refer to individual mesh component within the function loop after import them.