View Full Version : Check for non-uniformscaled objects?
marktsang 09-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
|
|
LFShade
09-24-2004, 08:54 AM
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
djlane
09-24-2004, 10:09 AM
Also check out a script at MaxTD.com, it prints them onto a script file for analysis.
CGTalk Moderation
01-19-2006, 09:00 AM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.