Hi OSTexo,
For this part:
> Yes, I'd like to be able to select a surface and toggle lock it via keyboard shortcut.
You can make a keyboard shortcut that does the same as pushing the Edit > Lock button by putting in this for the "Command" part of the shortcut key:
script: moi.geometryDatabase.lock();
- Michael
|