Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
Lock Selected Object?
04-09-2014, 01:46 AM (This post was last modified: 04-09-2014 01:53 AM by MikeJ.)
Post: #1
Lock Selected Object?
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?
Reply
04-09-2014, 01:27 PM (This post was last modified: 04-09-2014 01:27 PM by micheus.)
Post: #2
RE: Lock Selected Object?
You have the option to invert the selection [CRTL]+[SHIFT]+[I] and then use the Lock Unselected Objects.

@MicheusVieira MicheusVieira Micheuss micheus4wings3d
* Wings3D Team stands for: Björn and Dan
Reply
04-09-2014, 03:30 PM (This post was last modified: 04-09-2014 07:08 PM by MikeJ.)
Post: #3
RE: Lock Selected Object?
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
Reply


Forum Jump:


User(s) browsing this thread: 1 Guest(s)