Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can't get this to work. I get the error: -- Unknown property: "snap" in Unwrap_UVW:Unwrap UVW. Is this just a missing / broken function, or am I doing something wrong?
I've tried many things, but this is a general test case:
b = box()
u = unwrap_uvw()
addmodifier b u
max modify mode
modPanel.setCurrentObject u
u.edit()
b.unwrap_uvw.snap()
From Maxscript help:
<void><Unwrap_UVW>.snap()
Presses the Snap button in the edit floater.
Exposed via unwrap interface in 3ds Max 4 and higher.
Solved! Go to Solution.