Lock/Unlock all layers - README

# 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 extensions directory.
2.  Open your SVG document in Inkscape.
3.  Go to `Extensions > Layer > Lock All Layers`.

## 3. Unlock All Layers

This extension unlocks all layers in your Inkscape document, regardless of their current state.

**Usage:**

1.  Install the extension by placing the `unlock_all_layers.inx` and `unlock_all_layers.py` files in your Inkscape extensions directory.
2.  Open your SVG document in Inkscape.
3.  Go to `Extensions > Layer > Unlock All Layers`.

## Acknowledgements

This extension was developed with the help of [Gemini Advanced](https://sites.research.google/gemini), Google's next-generation AI model. 

Special thanks to the Inkscape community for their valuable contributions and support, particularly the following resources:

*   Inkscape Forum: [https://inkscape.org/forums/](https://inkscape.org/forums/)
*   Inkscape Wiki: [https://wiki.inkscape.org/wiki/](https://wiki.inkscape.org/wiki/)
*   Inkscape Extensions Documentation: [https://inkscape.gitlab.io/extensions/documentation/](https://inkscape.gitlab.io/extensions/documentation/)