Scaling in the box edit in proportion

Hi every body

is it possible to change size in the box edit but in a proportion way
not line by line

thank you

If you want it proportionally, you probably could just use Scale3D on the object. Or am I missing something?

Maybe he wants to scale multiple objects. I agree BoxEdit needs a uniform scaling option. It’s on the radar

You can try the script below for uniformly scaling objects about their centers…

ScaleObjsAboutCtrs.py (1018 Bytes)

–Mitch