File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
; last modified/tested by Paul Sherman
4
4
; 02/14/2014 on GIMP-2.8.10
5
5
; 03/09/2020 on GIMP-2.10.20
6
+ ; 30/11/2020 on GIMP-2.10.36
6
7
;
7
8
; 02/14/2014 - convert to RGB if needed, option to merge layers
8
9
; ==============================================================
75
76
76
77
(define mask (car (gimp-layer-create-mask white-layer 0 )))
77
78
(gimp-layer-add-mask white-layer mask)
78
- (plug-in-plasma 1 inImage mask (rand 4294967295 ) turb)
79
+ (plug-in-plasma 1 inImage mask (rand 4294967 ) turb)
79
80
80
81
(if (= inMerge TRUE)(gimp-image-merge-visible-layers inImage EXPAND-AS-NECESSARY))
81
82
(gimp-image-undo-group-end inImage)
82
83
(gimp-displays-flush)
84
+ (gc) ; garbage collect; memory cleanup
83
85
84
86
); end DEFINE
85
87
93
95
SF-IMAGE " Image" 0
94
96
SF-DRAWABLE " Drawable" 0
95
97
SF-COLOR " Fog Colour" ' (255 255 255 )
96
- SF-ADJUSTMENT " Turbulance" ' (1.0 0 10 0.1 1 1 0 )
98
+ SF-ADJUSTMENT " Turbulance" ' (1.0 0 6.9 0.1 1 1 0 )
97
99
SF-ADJUSTMENT " Opacity" ' (100 0 100 1 5 1 0 )
98
100
SF-TOGGLE " Merge layers when complete?" FALSE
99
101
)
You can’t perform that action at this time.
0 commit comments