I have quite a few meshes in the scene and I usually adjust screen size for LODs when I import FBX.
However, it turned out that it’s not always accurate and I need to tweak it afterward. It’s pretty much impossible/impractical to do with 1000s of meshes manually and bulk edit matrix doesn’t have screen size exposed.
How can I adjust screen size for LOD0, 1 and 2 (some times it’s just 0 and 1 or 0,1,2,3) via Python script on selected (in the Content browser) meshes? Thanks