Message 1 of 4

Not applicable
01-22-2019
05:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am using the maxscript method <Unwrap_UVW>.selectByMatID and <Unwrap_UVW>.setSelectMatID. However it seems to only update the UI spinner value and not execute it.
Does anyone know how to “Enter” this value or what Im doing wrong?
Here is example on how Im using it.
( for i=1 to listA.count do ( $.modifiers[#unwrap_uvw].selectByMatID listA[i] $.modifiers[#unwrap_uvw].setSelectMatID listB[i] ) )
Solved! Go to Solution.