The code was using brush->alpha directly, so the alpha value from
UnifiedPaintSettings was not used when eneabled.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
For performance it's better to move this outside the loop, now that it's a more expensive function call.