Hi guys, What would be the best way in python to select all the materials in a scene, I have this ..
matSelection = Application.SelectObj("Sources.Materials.*.*")
Selection = Application.Selection
But it just seems a bit hacky, and im sure there is a better method of
doing this.
Cheers,
Ogi.

