Curves: enable density brush when first entering curves sculpt mode

Previously, no tool was selected, which was a bug.
This commit is contained in:
Jacques Lucke 2022-07-28 11:41:36 +02:00
parent aa7d130347
commit ccb9d5d307
Notes: blender-bot 2023-02-14 07:39:44 +01:00
Referenced by issue #100151, FBX exporting animation with 1 fps when frame rate is set to 30 fps
1 changed files with 1 additions and 1 deletions

View File

@ -705,7 +705,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.Comb";
return "builtin_brush.density";
/* end temporary hack. */
case CTX_MODE_PARTICLE: