Cleanup: rename sculpt_brushes.c -> sculpt_brush_types.c

This better differentiates sculpt brush types with brush data-blocks,
since the same sculpt brush type may be used for many brushes.
This commit is contained in:
Campbell Barton 2022-01-07 14:22:02 +11:00
parent 3d3bc74884
commit f48164b5ea
3 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,7 @@ set(SRC
sculpt.c
sculpt_automasking.c
sculpt_boundary.c
sculpt_brushes.c
sculpt_brush_types.c
sculpt_cloth.c
sculpt_detail.c
sculpt_dyntopo.c

View File

@ -1502,7 +1502,7 @@ void SCULPT_OT_dyntopo_detail_size_edit(struct wmOperatorType *ot);
void SCULPT_OT_dynamic_topology_toggle(struct wmOperatorType *ot);
/* sculpt_brushes.c */
/* sculpt_brush_types.c */
float SCULPT_clay_thumb_get_stabilized_pressure(struct StrokeCache *cache);
@ -1604,7 +1604,7 @@ void SCULPT_do_mask_brush(struct Sculpt *sd,
void SCULPT_bmesh_topology_rake(
struct Sculpt *sd, struct Object *ob, struct PBVHNode **nodes, int totnode, float bstrength);
/* end sculpt_brushes.c */
/* end sculpt_brush_types.c */
/* sculpt_ops.c */
void SCULPT_OT_brush_stroke(struct wmOperatorType *ot);