Brush Assets: Switch to a single "Brush" active tool #117491

Merged
Hans Goudey merged 11 commits from HooglyBoogly/blender:brush-assets-single-tool into brush-assets-project 2024-01-26 21:08:24 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 4e953508e7 - Show all commits

View File

@ -713,6 +713,7 @@ static const char *toolsystem_default_tool(const bToolKey *tkey)
switch (tkey->mode) {
/* Use the names of the enums for each brush tool. */
case CTX_MODE_SCULPT:
return "builtin.brush";
case CTX_MODE_PAINT_VERTEX:
case CTX_MODE_PAINT_WEIGHT:
case CTX_MODE_PAINT_TEXTURE: