RFX-GIMP

Update of "motion-blur"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: e4922ab7286ba37d8b2c41093f75cd4f94192779
Page Name:motion-blur
Date: 2012-03-27 12:51:12
Original User: saul
Parent: c3291a7a1c491df9e4dfe5c23724d584d1d95f8e (diff)
Content
Command:
Motion Blur
Type:
Effect
Download:
motion-blur.script
Description:
TODO
Pre-loop code:
default.preloop
Loop code:
motion-blur.loop
Post-loop code:
None
Triggers:
motion-blur.triggers

Parameters:

$p0 Linear (boolean in group 1)
$p1 Radial (boolean in group 1)
$p2 Zoom (boolean in group 1)
$p3 Length (0-10000)
$p4 Angle (0-360)
$p5 X Center (0-10000)
$p6 Y Center (0-10000)
$p7 Blur Outward (boolean)

Notes:

This script is the first one I've written that uses parameters and I was very pleased with how easy it was to do (as you can see by looking at the motion-blur.loop code.

The init triggers handler sets the maximum values for length to greater of the width and height. It sets the initial settings for center for the filter to the center of the frame, and sets the maximum value for the centers to width and height of the frame.