UVObject = #()
if (selection as array).count != undefined then
UVObject = (selection as array)[1]
tst = #()
for h in UVObject.modifiers do (if classof h == uvwmap then (append tst h) )
if tst.count != 0 then
(
modPanel.setCurrentObject UVObject.modifiers[#UVW_Map]
subobjectLevel = 1
)
dear friends
i made this code for uv move
but that is still error
what problem ?