RFX-GIMP

clockwipe
Login
Command:
Clock Wipe (under Edit->Merge Clipboard)
Type:
Transition
Download:
clockwipe.script
Description:
Transitions from the clipboard buffer to the selected range of the clip using a clock-like motion.
Pre-loop code:
default.preloop
Loop code:
clockwipe.loop
Post-loop code:
None
Triggers:
clockwipe.triggers
Parameters:
$p0 Center X (0 to $width)
$p1 Center Y (0 to $height)
$p2 Counter-clockwise (FALSE/TRUE)
$p3 Wipe to color (FALSE/TRUE)
$p4 Color (RGB)
Notes:
The variable $in2 is the full pathname of the clipboard file (whereas $in is just the basename). The init triggers don't seem to be setting the centers.

TODO: Center clipboard frames. Allow swapping of A-B assignment.