Gimp.context_set_emulate_brush_dynamics
@accepts(bool)
@returns(bool)
def context_set_emulate_brush_dynamics(emulate_dynamics):
# Python wrapper for gimp_context_set_emulate_brush_dynamics()
Set the stroke option's emulate brush dynamics setting.
This procedure sets the specified emulate brush dynamics setting. The new method will be used in all subsequent stroke operations.
Since 3.0
- emulate_dynamics
The new emulate brush dynamics setting.
- Returns