View Full Version : collect objs withs missing UVWs
djlane 09-11-2007, 09:16 AM Hi All,
Been looking in the docs and searched the forums to see if I can find out how to get maxscript to collect only objects that have missing uvw channels. But Cant find anything, does anyone know if this is possible and how.
Thansk for reading
Dan
|
|
Zbuffer
09-11-2007, 11:50 AM
Hi,
Interesting question ;)
out of the box I think you could try :
select (for obj in geometry where not (meshop.getMapSupport obj.mesh 1) collect obj)
not tested, though...
djlane
09-11-2007, 11:56 AM
Hi,
Many thanks for the suggestion will try it.
thanks again
Dan
MikeOwen
09-13-2007, 05:01 PM
easy function:
val=#()
render missingUVWList:&val missingUVWAction:#(#logmsg,#abort) quiet:true
--sort val
print val
djlane
09-17-2007, 11:48 AM
Hi Mike
Thanks for that but it seems to invoke a render. Is there a way to do this without doing that?
Cheers
Dan
CGTalk Moderation
09-17-2007, 11:48 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.