Extending static mesh bounds?

It seems “set bounds scale” on a static component is not enough to prevent it from flickering with large world position offset materials, so if you have a lot of those, you need to access the bound extents on the static mesh itself:

image

But this can’t be done with Editor Utility Scripts?

What do you do if you have literally hundreds of meshes where you want to increase this on?