PDA

View Full Version : copy uvw_unwarp and past.....plz


hogobingo
11-19-2006, 11:02 AM
hi everybody i'm still beginner in maxscript and i have a problem i need to make script to copy uvw_unwarp cord. from chanel 3 and past it to same uvw_unwarp in chanel 1 i think it's simple but i can't do it i try some scripts like

"copyMapChannel" but this script is very complex i need something more simple becouse this script i make it is very long


or some script to save it and load it but it must be auto...

please anybody help me...

arketip
11-19-2006, 08:27 PM
if you look for something simple, try this :

obj = selection[1]
channelInfo.CopyChannel obj 3 3 -- from channel
channelInfo.PasteChannel obj 3 1 -- to channel

plz

hogobingo
11-20-2006, 02:07 PM
thank you i will try it and call back

CGTalk Moderation
11-20-2006, 02:07 PM
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.