File Icon
 

Show all layers

A simple extension to make all layers visible

https://github.com/hemelbesem90s/Show-all-layers.git

Inkscape Extensions

Size
2,7 KB
Created
Tipe
application/zip
MIT License (MIT)

Link

Maren Hachmann wrote :

Right-click on a layer and 'show all layers' doesn't work? I guess this is an experiment to learn programming/test AI programming, but not something anyone would really need?

Jacob Grobler wrote :

I guess you can call it an experiment and part ignorance (could you believe I was so fixated on playing with my own extension that I completely overlooked the right-click menu option). I used the AI to handle the nuances of the syntax and calls to Inkscape. Although that did not go smoothly. I am no programmer, but I have enough knowledge to guide the AI to a solution. I spent some time finetuning the AI on documentation and examples to ultimately get what I want. This was the real goal with this experiment:

https://github.com/hemelbesem90s/Reset-Standard-Config

A function to reset all the layers to a specific view state which I use for work.

Maren Hachmann wrote :

Yep, that one makes a lot more sense! It's not using functionality Inkscape provides for layers as well as visibility (they are available much more directly, I guess Gemini hasn't read the API documentation...), but if it works, it may be useful.

Maren Hachmann wrote :

(one can use classes in Inkscape for things like this, though - it's not more difficult than adding (STD) to every layer.)

Jacob Grobler wrote :

More like I was also too lazy to read the API documentation more carefully.

Jacob Grobler wrote :

How would I use classes in Inkscape for things like my reset to standard config extension?

Please log in to leave a comment!