Notifications
Clear all
[Closed] copy uvw_unwarp and past…..plz
Nov 19, 2006 12:02 pm
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” [color=white]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…
[/color]
2 Replies
Nov 19, 2006 12:02 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