WIP: Brush assets project #106303

Draft
Julian Eisel wants to merge 356 commits from brush-assets-project into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 2f0c95b16d - Show all commits

View File

@ -1394,7 +1394,7 @@ class _defs_sculpt:
ToolDef.from_dict(
dict(
idname="builtin.brush",
label=brush.name,
label="Brush",
icon="brush.sculpt.paint",
data_block=tool
)
@ -2459,7 +2459,7 @@ class _defs_curves_sculpt:
ToolDef.from_dict(
dict(
idname="builtin.brush",
label=brush.name,
label="Brush",
icon="brush.sculpt.paint",
data_block=tool
)