in max 2013
i made box and apply uvwmodifer
and i test
o.modifiers[#UVWMapping] != undefined
but that is false always
in max9 , that is good
pls why ?
Forum topic · General Scripting
By dussla · 2014-01-22
in max 2013
i made box and apply uvwmodifer
and i test
o.modifiers[#UVWMapping] != undefined
but that is false always
in max9 , that is good
pls why ?
barigazy · 2014-01-22
Name of modifier is changed probably.
This should works
$.modifiers[#Uvwmap] != undefined
--or
$.uvwmap != undefined
dussla · 2014-01-23
work good
really really thank you always