Curves: enable density brush when first entering curves sculpt mode
Previously, no tool was selected, which was a bug.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user