- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I'm making this very simple UVW script which just applies a box UVW map with an inputted value, here it is in all of it's glory:
v = getKBValue prompt:"Enter object count:"
modPanel.addModToSelection (Uvwmap ())
$.modifiers[#UVW_Map].maptype = 4
$.modifiers[#UVW_Map].length = v
$.modifiers[#UVW_Map].width = v
$.modifiers[#UVW_Map].height = v
This works just fine from the script editor but when I make it a macro script so I can set a hotkey to it I can only use it once and then I get this error:
Does anyone know what may be happening?
Solved! Go to Solution.
Link copied