Notifications
Clear all

[Closed] uvw

hi all…am a beginner in in 3d max and i need your help plz
i want to do uvw mapping using max script …can anybody help me plz

1 Reply

Can you be more specific with what you need?
If you just want to add mapping to an object search the reference for “addModifier()” and “UVWmap – modifier”. Here is a sample code that adds an UVWMap modifier to a selection of objects:


for s in selection do addModifier s (UVWMap())