Is it possible for me to use a script and set a shortcut key to select a model without clicking the model under the mouse position capture? [MouseLButton], is this command possible? thanks
yes like that:
[IButton,"???","Only work with hotkey assigned !\nSelect the subtool under the cursor.",
// Use Ifreeze to freeze the ZBrush UI
[IFreeze,
// do the ALT + Click on the canvas at the horizontal/vertical position of the cursor.
[IKeyPress,ALt,[CanvasClick,[MouseHPos],[MouseVPos]]]
]//end IFREEZE
,,1]
thank you very much