Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Testing the changes
Local build testing
What? Huh? Why?
Fixes #53648.
it's 4:30AM, i'm probably gonna type something close to what i typed in the comments.
The Blender repository recently shuffled a few features around internally, and put the new brushes (and possibly more tools) in a submodule pointing to the
blender-assets
repository. Unfortunately, this repository also has heavy usage of the Git LFS system, and because of go-gitea/gitea#4773, we can no longer just download the archive of the repository and extract it into the proper place in this particular scenario. The solution I implemented was just git cloning theblender-assets
repository into the right place, settings up LFS and then pulling the LFS files. Luckily enough,blender-assets
tags mirror Blender's own version releases, so we can just use Blender's version to find the rightblender-assets
tag.