Vector displacement for the sculpting draw brush #104481

Merged
Jeroen Bakker merged 18 commits from robin.hohni/blender:sculpt-vector-displacement into main 2023-02-14 15:29:40 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ed74933f2b - Show all commits

View File

@ -583,7 +583,7 @@ typedef struct StrokeCache {
float sculpt_normal_symm[3];
/* Used for area texture mode, local_mat gets calculated by
* calc_brush_local_mat() and used in brush_factor_with_color().
* calc_brush_local_mat() and used in sculpt_apply_texture().
* Transforms from model-space coords to local area coords.
*/
float brush_local_mat[4][4];