Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-01-07 06:22:02 +0300
committerCampbell Barton <campbell@blender.org>2022-01-07 06:28:49 +0300
commitf48164b5ea7f41d639e511aee5d336657ebf3106 (patch)
treeaf405d9294dfe2369bab8295c4ec91832a23becd /source/blender/editors/sculpt_paint/CMakeLists.txt
parent3d3bc748849834ef74563deb603ab43859cffeeb (diff)
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.
Diffstat (limited to 'source/blender/editors/sculpt_paint/CMakeLists.txt')
-rw-r--r--source/blender/editors/sculpt_paint/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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