Notifications
Clear all
[Closed] View align planar mapping?
Feb 08, 2006 9:31 am
Hey guys, how do i go about planar mapping from the viewport, the same way as is done in the unwrap_uvw modifier?
Ive tryed using the following two commands, but they dont work in maxscript for some reason…
<void>[b]mappingAlignToView/b
myObj.modifiers[#unwrap_uvw].unwrap5.[b]mappingAlignToView/b
<void>[b]mappingFit/b
myObj.modifiers[#unwrap_uvw].unwrap5.[b]mappingFit/b
<void>mappingAlign <integer>axis
myObj.modifiers[#unwrap_uvw].unwrap5.mappingAlign 3
Thanks
2 Replies
Feb 08, 2006 9:31 am
Can someone try this for me?
I have noticed that if i put the line in manually it works, but not when running via the script…
Cheers