Repeat set of actions - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: Repeat set of actions (/Thread-Repeat-set-of-actions) Pages:
1
2
|
Repeat set of actions - grit - 12-19-2017 I have made a layer. I want to rotate it and duplicate then rotate it for the same amount of angle as in previous step. Is there a shortcut for repeating these actions ? RE: Repeat set of actions - Espermaschine - 12-19-2017 Gimp doesnt have actions. You can install the Clone Layer Tool: http://registry.gimp.org/node/25422 It can duplicate layers (or autocropped objects on layers) and perform repeated actions, like Move, Scale, Rotate and several effects like Blur or Colorize. [attachment=1137] RE: Repeat set of actions - grit - 12-19-2017 Ok, I'll try. I want to achieve this https://youtu.be/PXsJjjlF9Y8?t=96 RE: Repeat set of actions - Espermaschine - 12-19-2017 Should be possible with the Clone Layer Tool. The coordinates are a bit tricky. Here you go: [attachment=1138] RE: Repeat set of actions - grit - 12-19-2017 In what folder do I need to install Clone Layer Tool? I tried 3 folders and I didn't work . RE: Repeat set of actions - Espermaschine - 12-19-2017 Its an .exe so it goes into plug-ins. C:\Users\grit\.gimp-2.8\plug-ins But its zipped, you must unzip it first. RE: Repeat set of actions - grit - 12-19-2017 (12-19-2017, 01:42 PM)Espermaschine Wrote: Its an .exe so it goes into plug-ins. Doesn't work. [attachment=1139] RE: Repeat set of actions - Espermaschine - 12-19-2017 Probably doesnt work with the development version of Gimp. You should fall back to the latest stable version. Development versions are not meant for work. They are meant for review and bugtesting. RE: Repeat set of actions - rich2005 - 12-19-2017 Gimp 2.9 does not support 32 bit plugins. Need to be 64 bit. Remove whatever you installed There is one there that works: http://registry.gimp.org/files/gimp-clt-v0.2b-src-64bits.zip unzip and put the file clone-layer-tool.exe (size 77312 B) in the Gimp 2.9 plug-ins folder C:\Users\your-name\Appdata\Roaming\GIMP\2.9\plug-ins You might get something out of it this https://i.imgur.com/kzSruxJ.jpg produces this https://i.imgur.com/La7BfZk.jpg Since that PS example was manipulating a vector, might be worth trying Inkscape. RE: Repeat set of actions - Espermaschine - 12-19-2017 (12-19-2017, 03:19 PM)rich2005 Wrote: Since that PS example was manipulating a vector, might be worth trying Inkscape. Its not manipulating a vector. The shape was drawn with the Pen Tool, but the transform and repeat was applied to raster layers. I wouldnt recommend switching to Inkscape for this effect. The tiled clones dialogue is very hard to understand for beginners. |