ScriptSpot

Forum topic · General Scripting

in max 2013 , there is script error

By dussla · 2014-01-22

Description

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 ?

Comments (2)

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