If you'd like to upload plug-ins, please create an account below. Otherwise (e.g. for download or commenting) you do not need one! Enjoy :-)
Script to draw spirals into GIMP image in parametric mode.
Tutorial:http://xoomer.alice.it/lwcon/gimp/scripts/draw-spiral.htm
| Attachment | Size |
|---|---|
| draw-spiral-2.4.zip | 1.43 KB |
| draw-spiral-3.1.zip | 1.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.