Block a user
Cleanup: Add comments, reduce scope of prev_active_vertex
Sculpt: Initial data-oriented refactor of boundary brush
90a23c8f2b
pull mask calculation out of brush application
955926a581
default switch statements, extract falloff calculation
45b3f86d91
Rename variable
dd4c9ed928
Rearrange some variables
76d20c7d8f
Move geometry code inside switch statement
07afc98e98
Remove unused parameter
d1ca1eb1af
BLI_NOINLINE
Sculpt: Initial data-oriented refactor of boundary brush
Replaced it in the grids specific functions, elsewhere in sculpt_boundary.cc code where we iterate over the indexed array, I kept it generic.
Sculpt: Initial data-oriented refactor of boundary brush
Thanks, I missed fixing that up here. Already done in the other smooth implementations.
Sculpt: Initial data-oriented refactor of boundary brush
I think grid_verts_num
is probably better - a bit more specific
Sean Kim
deleted branch cleanup-remove-unused-struct from Sean-Kim/blender
2024-08-05 21:24:02 +02:00
Cleanup: Remove unused NearestVertexData struct
Cleanup: Extract and rename filter_positions_pivot_symmetry