From f48164b5ea7f41d639e511aee5d336657ebf3106 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 7 Jan 2022 14:22:02 +1100 Subject: 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. --- source/blender/editors/sculpt_paint/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint/CMakeLists.txt') diff --git a/source/blender/editors/sculpt_paint/CMakeLists.txt b/source/blender/editors/sculpt_paint/CMakeLists.txt index 517125f016e..5c8d7a9e9b6 100644 --- a/source/blender/editors/sculpt_paint/CMakeLists.txt +++ b/source/blender/editors/sculpt_paint/CMakeLists.txt @@ -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 -- cgit v1.2.3