Monday, November 6, 2023

Sliding Into Place Animation

 (Slide Into Place Animation.py)

Author: Tin Tran [aka: Tin, Tim, Trandoductin]

Examples on GimpChat: here.

In menu: Filters ➤ Animation ➤ Slide Into Place...
(old original plugin location: Python-Fu/Slide Into Place Ani...)



This plug-in will animate your LINKED layers.

Frames-per-slide - will be number of frames that each layer will animate for.

Start Sliding-In Frame Array - will tell the plug-in which frame you want to start animating for which layer starting with the top LINKED LAYER.

Sliding-in from angle Array - indicates which angle the sliding motion will start.
 

Sliding in from Distance array -: is how far (in pixels) it'll start slide in from your set position.

Sliding-in Fade Array is array - of 1s and 0s: 1 indicates to do fade-in, 0 indicates no fading to keep original layer's opacity.

You can animate as many layers as you like just have to add to array (comma separated with no spaces).
 
 

 
 
Ver.1.0

 

Ver.1.1

(Nov 18, 2023)
Added option to animation in reverse as well so that it can be endless loop.  





Saturday, November 4, 2023

BIBO (Breath-in, Breath-out)

 Author: Tin Tran [aka: Tin, Tim, Trandoductin]
Examples on GimpChat: here.
 
BIBO-text
Ver.3
(BIBO-text.py)
Text animation showing Inhale one word, exhale the next.


In menu: Filters ➤ Animation ➤ BIBO-text...
(old original plugin location: Python-Fu/BIBO-text...) 




BIBO-layers
Ver.2.
(BIBO-layers.py)
Linked layers animation showing Inhale one word, exhale the next.

In menu: Filters ➤ Animation ➤ BIBO-layers...
(old original plugin location: Python-Fu/BIBO-layers...)





Character layers from text

(character-layers-from-text.py)

Author: Tin Tran [aka: Tin, Tim, Trandoductin]
(modification: MareroQ)

In menu: Filters ➤ Text ➤ Character Layers from Text...

Text layer (existing) to new image & individual character layers.

Ver.3.
Changes:
MrQ: create layer group as an option, added color selection, added "Layers to image size?".
 
 



Rotate Linked Layers Animation

 (Rotate-Linked-Animation.py)

Author: Tin Tran [aka: Tin, Tim, Trandoductin]

Examples on GimpChat: here.
 
In menu: Filters ➤ Animation ➤ Rotate-Linked-Animation... 
(old original plugin location: Python-Fu/Rotate-Linked-Animation...) 
 
Creates an animation by rotating selected linked layers (one speed per layer linked) in two directions ('+' = right,' -' = left, '0' = no rotation) at the selected rotation speed ('Linked Frames Speed') .
The combined frame rate is a string of numbers (comma separated) that tells the plugin how to rotate the combined frames.
In the example shown above, -1,1,-2,3 will say so:
rotate the first connected layer at negative full speed (full rotation)
rotate the second connected layer at full speed
rotate the third connected layer at negative double speed
rotate the fourth connected layer at 3x speed.