Good afternoon. Can anyone explain why there is no switching between move and scale modes in the example? Any object and Point named Point001 is present in the scene
___________________________________________________________________________________________
try (DestroyDialog Test) catch()
rollout Test "Test"
(
pickbutton pbtn_Select_Object "Select Object"
on pbtn_Select_Object picked obj do
(
select obj
max scale
toolMode.coordsys $Point001
toolMode.transformCenter()
)
)
createDialog Test pos:[100,100] style:#(#style_titlebar, #style_border, #style_sysmenu, #style_minimizebox)
_____________________________________________________________________________________________
I'm using Max 2015. After executing the script, the main Toolbar is set to Move, not to Scale.
miauu · 2018-12-12