Notifications
Clear all

[Closed] Check for non-uniformscaled objects?

hi all,

anyone know of a script that can check to see if any objects in a scene have be non-uniformly scaled ?? i have a lot of objects in a scene and i need to know if they need xforms reset.
thanks,
mark tsang

2 Replies

What would you like it to do? If you just want it to select objects with non-uniform scaling, then this one-liner should work:

select (for o in $objects where o.scale.x!=o.scale.y or o.scale.x!=o.scale.z collect o)

RH

Also check out a script at MaxTD.com, it prints them onto a script file for analysis.