Gimp-Forum.net

Full Version: Export Layers Plugin not working with 2.10?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello guys, I had similar problem on linux (debian). installing "gimp-python" solved the issue

Code:
sudo apt-get install gimp-python
(04-30-2018, 02:30 PM)Imc7r Wrote: [ -> ]http://registry.gimp.org/node/28268

This is quite useful but as of 2.10 I'm unable to see the File - Export Layers To / Export All Layers after pasting the PY in plugins folder along with its export_layers folder. Alternatives, fixes or any news for its fixing?

As this plugin is out dated or may be it is inactive on current issues, I made scripts for the same purpose. Please find it in Gimp Scripts - Export layers - https://github.com/desmarty/gimp_script . (This is an essential part of gimp. So I had to develop it by myself. It is a script, so it may not be broken in future releases of gimp. I am working on other essential modules for gimp too. Hope it is helpful to someone. Thank you)
(06-04-2021, 01:53 AM)desmarty Wrote: [ -> ]
(04-30-2018, 02:30 PM)Imc7r Wrote: [ -> ]http://registry.gimp.org/node/28268

This is quite useful but as of 2.10 I'm unable to see the File - Export Layers To / Export All Layers after pasting the PY in plugins folder along with its export_layers folder. Alternatives, fixes or any news for its fixing?

As this plugin is out dated or may be it is inactive on current issues, I made scripts for the same purpose. Please find it in Gimp Scripts - Export layers - https://github.com/desmarty/gimp_script . (This is an essential part of gimp. So I had to develop it by myself. It is a script, so it may not be broken in future releases of gimp. I am working on other essential modules for gimp too. Hope it is helpful to someone. Thank you)

Also: https://www.gimp-forum.net/Thread-ofn-ti...ort-layers
Pages: 1 2