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