fd2d2f225fc1fefb85ce123cbc5f510bb8a97250
Code used library reloading which would reload all data-blocks from a data-block library. Since the essentials brushes are stored in a single .blend file (one per mode), they would all be reset. In general this violates the design where multiple brushes in a single .blend file should be usable just fine. (A single file per brush is only necessary to allow saving edits to that file without opening it.) Instead of library reloading, delete the brush from the current file and re-link it. The link/append API should probably get support for reloading a single data-block (and optionally its dependencies) but for now this is not supported yet. Pull Request: https://projects.blender.org/blender/blender/pulls/129866
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
