# Inkscape Layer Locking Extensions
https://github.com/hemelbesem90s/Lock-Unlock-All-Layers.git
This repository contains three Inkscape extensions for managing layer locking:
## 1. Lock/Unlock All Layers
This extension provides a convenient way to toggle the lock state of all layers in your Inkscape document.
**Functionality:**
* If any layer is unlocked, the extension will lock all layers.
* If all layers are locked, the extension will unlock all layers.
**Usage:**
1. Install the extension by placing the `lock_unlock_all_layers.inx` and `lock_unlock_all_layers.py` files in your Inkscape extensions directory.
2. Open your SVG document in Inkscape.
3. Go to `Extensions > Layer > Lock/Unlock All Layers`.
## 2. Lock All Layers
This extension locks all layers in your Inkscape document, regardless of their current state.
**Usage:**
1. Install the extension by placing the `lock_all_layers.inx` and `lock_all_layers.py` files in your Inkscape extens
...
Right-click on a layer and 'lock/unlock all layers' doesn't work? I guess this is an experiment to learn programming/test AI programming, but not something anyone would really need?
Same here as with my other comment. An experiment and I sort-off overlooked the menu function in my excitement to build and extension.