myPatterns = Application.resources(“pattern”)
myPresets = Application.resources(“preset”)
myPatterns and myPresets return the same, identical list of “Brush presets”:
a) Eraser Circle
a) Eraser Small
a) Eraser Soft
b) Airbrush Soft
b) Basic-1
b) Basic-2 Opacity
…
Is it normal? I expected that “patterns” returned the list of patterns, not the list of brushes.