Gimp.dynamics_get_list
@accepts(unicode)
@returns([unicode])
def dynamics_get_list(filter):
# Python wrapper for gimp_dynamics_get_list()
Retrieve the list of loaded paint dynamics.
This procedure returns a list of the paint dynamics that are currently available.
Since 2.8
- filter
An optional regular expression used to filter the list.
- Returns