Draw spiral

New version: 3.1 (it works with GIMP 2.6.6)

Script to draw spirals into GIMP image in parametric mode.

Tutorial:http://xoomer.alice.it/lwcon/gimp/scripts/draw-spiral.htm

AttachmentSize
draw-spiral-2.4.zip1.43 KB
draw-spiral-3.1.zip1.42 KB

Comments

:( Doesn't Work

... on V2.6.6 Here's the error message: Draw spiral Message Error while executing script-fu-draw-spiral: Error: Bad syntax of binding spec in let* : ((segment) (segment (make-vector 4)) (stepx dx) (stepy dy) (lunghezza (* 2 3.141592654 Spire)) (angolo) (arco) (beta) (gamma) (gcount) (npoint) (raggio))

Doesn't Work with gimp 2.6

only with Gimp 2.4, author didn't updated yet

A note to the script

A note to the script developer:

Variables declared in let* do have to have an initial value.

So

(segment)

is invalid, while

(segment 0)

does define the variable as intended.

Syndicate content