Merge branch 'blender-v5.0-release'

This commit is contained in:
Sean Kim
2025-10-16 13:44:27 -07:00
2 changed files with 10 additions and 8 deletions

View File

@@ -95,7 +95,7 @@ struct PaintRuntime : NonCopyable, NonMovable {
float initial_pixel_radius = 0.0f;
float start_pixel_radius = 0.0f;
/** Drawing pressure. */
/** Evaluated size pressure value */
float size_pressure_value = 0.0f;
/** Position of mouse, used to sample the texture. */