I have been working with some blocks lately and I came across some very annoying, frustrating and counterintuitive behavior regarding blocks inside Rhino, specifically related to locking layers.
What I often do as best practice when working with blocks is, with layers, separate the original geometry inside blocks from the instances of said blocks.
Now, what I have noticed is that if I lock my BLOCK GEOMETRY like so:
All block instances (despite not being locked) become locked too!
I should definitely be able to move instances around despite the geometry inside of it being locked. An instance is a separate individual object.
File here: BLOCKS FILE.3dm (268.6 KB)
What is funny, is that if I lock all layers except one like so:
I can still select the locked geometry! (WHICH MAKES SENSE BTW, JUST THAT IT SHOULD ALSO WORK IF ALL THREE LAYERS (01, 02 AND 03) ARE LOCKED.