GIMP Script-fu
Check-in [b0291bb285]
Not logged in

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

Overview
SHA1 Hash:b0291bb285266621375455c74e6a6c8c48b1fb77
Date: 2012-06-17 21:14:02
User: saul
Comment:Removed comments about parasite bug work-around
Tags And Properties
Changes
hide diffs side-by-side diffs patch

Changes to sg-goobie.scm

249 249 (loop (cdr layers) text-layers) 250 250 (loop (cdr layers) (cons (car layers) text-layers)) ))))))) 251 251 (map (lambda (x) (gimp-drawable-parasite-attach x parasite)) 252 252 layers )) 253 253 (gimp-image-undo-group-end image) 254 254 ) 255 255 256 - 257 - ; (define (fu-drawable-parasite-attach drawable parasite) 258 - ; (gimp-drawable-parasite-attach parasite) 259 - ; (while (not (string=? (caddr parasite) 260 - ; (caddar (gimp-parasite-find (car parasite))) )) 261 - ; (gimp-parasite-attach parasite) )) 262 - 263 256 (script-fu-register "script-fu-sg-goobie-set-font" 264 257 "Goobie Set Template Font..." 265 258 "Set the font for a Goobie template" 266 259 "Saul Goode" 267 260 "Saul Goode" 268 261 "June 2012" 269 262 "*"