Notifications
Clear all
[Closed] uvw
Apr 05, 2009 11:26 am
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
Apr 05, 2009 11:26 am
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())