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
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 3564b4504f - Show all commits

View File

@ -2713,7 +2713,7 @@ void SCULPT_brush_strength_color(SculptSession *ss,
}
void SCULPT_calc_vertex_displacement(SculptSession *ss,
const struct Brush *brush,
const Brush *brush,
float rgba[4],
float out_offset[3])
{

View File

@ -1266,7 +1266,7 @@ void SCULPT_brush_strength_color(SculptSession *ss,
* displacement.
*/
void SCULPT_calc_vertex_displacement(SculptSession *ss,
const struct Brush *brush,
const Brush *brush,
float rgba[3],
float out_offset[3]);