Go to: Synopsis. Return value. MEL examples.

Synopsis

setStampDensity (float $stampDensity)

Sets the stamp density for selected paint effects strokes while automatically adjusting the brush transparency so that the opacity of the stroke stays constant. This will only have an effect for paint effects brushes with a "paint" brushtype. Higher stamp densities can look smoother, while lower values will render faster.

Return value

None

Arguments

Variable Name Variable Type Description
$stampDensityfloatThe new brush stamp density value.

MEL examples

  setStampDensity 1.5;