Wings 3D Development Forum

Full Version: Lock Selected Object?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I know there is a command to lock unselected objects but cannot find the command to lock a selected object. I know you can do it in the GG, but I was hoping to be able to hotkey a command. All I want to do is be able to temporarily lock an object via hotkey while working in a scene. Can someone point out the way?
You have the option to invert the selection [CRTL]+[SHIFT]+[I] and then use the Lock Unselected Objects.
Thanks. That's an interesting workaround. But I'm wondering if this is an opportunity for one of your patches/addons?

UPDATE: I have created my own hot keyed macro to solve the problem (AutoHotkey to the rescue again):

Send ^i ; Invert Selection
Sleep 50
Send +k ; Lock Unselected
Send {space} ; Deselect all