Gimp.context_are_dynamics_enabled
@returns(bool)
def context_are_dynamics_enabled():
# Python wrapper for gimp_context_are_dynamics_enabled()
Inform whether the currently active paint dynamics will be applied to painting.
This procedure returns whether the currently active paint dynamics (as returned by Gimp.context_get_dynamics) is enabled.
Since 3.0
- Returns