https://github.com/hemelbesem90s/Reset-Standard-Config.git Inkscape Reset to Standard Configuration Extension This extension resets the visibility of all layers in an Inkscape document to a predefined standard configuration. Functionality The extension works with SVG files that have a hierarchical layer structure, where: Top-level layers represent option groups. Sub-layers represent specific options within those groups. Layers are made visible or invisible to enable or disable corresponding options. Layers that are part of the standard configuration have "(STD)" appended to their names. The extension resets the visibility of all layers so that only the layers with "(STD)" in their names (and their parent layers) are visible. Usage Install the extension by placing the reset_to_std_config.inx and reset_to_std_config.py files in your Inkscape extensions directory. Open your SVG document in Inkscape. Go to Extensions > Layer > Reset to Standard Configuration. Acknowledgements This extension was developed with the help of Gemini Advanced, 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/ Inkscape Wiki: https://wiki.inkscape.org/wiki/ Inkscape Extensions Documentation: https://inkscape.gitlab.io/extensions/documentation/
# 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/)
A simple extension to make all layers visible https://github.com/hemelbesem90s/Show-all-layers.git