Cleanup: Add docstring to StrokeCache bstrength

Pull Request: https://projects.blender.org/blender/blender/pulls/123143
This commit is contained in:
Sean Kim
2024-06-12 20:56:42 +02:00
committed by Sean Kim
parent ed66bd4245
commit 8aeddb7d3d

View File

@@ -389,6 +389,10 @@ struct StrokeCache {
bool pen_flip;
bool invert;
float pressure;
/**
* Depending on the mode, can either be the raw brush strength, or a scaled (possibly negative)
* value. See #brush_strength for Sculpt Mode.
*/
float bstrength;
float normal_weight; /* from brush (with optional override) */
float x_tilt;