Notifications
Clear all
[Closed] Check for non-uniformscaled objects?
Sep 23, 2004 10:46 pm
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
Sep 23, 2004 10:46 pm
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