Notifications
Clear all

[Closed] View align planar mapping?

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

anyone any idea why this doesnt work?

Cheers!

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