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:
authorJacques Lucke <jacques@blender.org>2022-03-09 13:33:17 +0300
committerJacques Lucke <jacques@blender.org>2022-03-09 13:33:33 +0300
commit4da282a1615d23ffcdfdc43998dce5091455078b (patch)
treefb15d4e0c305af3e56f9392f5fc65de78bc76e89 /source/blender/windowmanager
parent010ea688f1b93bdd8b0fc3f68d37c541eb7b96ae (diff)
Curves: rename initial brushes
The brushes that are still called "Test" still need to be changed until they can get their correct name. Ref T96259.
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_toolsystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_toolsystem.c b/source/blender/windowmanager/intern/wm_toolsystem.c
index 51e4bc9faa8..ae1024eafbc 100644
--- a/source/blender/windowmanager/intern/wm_toolsystem.c
+++ b/source/blender/windowmanager/intern/wm_toolsystem.c
@@ -664,7 +664,7 @@ static const char *toolsystem_default_tool(const bToolKey *tkey)
case CTX_MODE_VERTEX_GPENCIL:
return "builtin_brush.Draw";
case CTX_MODE_SCULPT_CURVES:
- return "builtin_brush.Test 1";
+ return "builtin_brush.Comb";
/* end temporary hack. */
case CTX_MODE_PARTICLE: