$.modifiers[#UVW_Map].maptype = 4
cant seem to get this command to work on my selected group.
thanks in advance
Forum topic · General Scripting
By Mrjacks2o · 2022-01-30
$.modifiers[#UVW_Map].maptype = 4
cant seem to get this command to work on my selected group.
thanks in advance
obaida · 2022-01-31
$[1].modifiers[#UVW_Map].maptype = 4
or
selection[1].modifiers[#UVW_Map].maptype = 4