Hi, I try to figure out how i can assign a script to a hotkey (right-arrow button in this case). I like to make a rotation of 5 degrees in the z-axis of my selected object with my right arrow button. Is this possible through maxscript? It would be part of a bigger script.
(
(
local axis = [0,0,1]
rotate selection -90 axis
)
)
Thank you.
content i've check out but couldn't make sense of:
https://knowledge.autodesk.com/search-result/caas/CloudHelp/cloudhelp/20…