Gimp.context_enable_dynamics
@accepts(bool)
@returns(bool)
def context_enable_dynamics(enable):
# Python wrapper for gimp_context_enable_dynamics()
Set the specified paint dynamics as the active paint dynamics.
This procedure enables the active paint dynamics to be used in all subsequent paint operations.
Since 3.0
- enable
Whether to enable or disable dynamics.
- Returns