b3af7e8cd66cf32f9dfdb16839168cdf955a0ac0
Fix an assertion that an embedded data-block has a zero 'real user' count. Apparently it's possible for the shader node tree (embedded by the material) to have a user count of 1. Since that looks valid to me (only one user, namely the material itself) I think it's fine to extend the assertion to that. I did keep the assertion, to ensure that the embedded data-block is not shared by multiple users. That shouldn't be possible, in any case. Pull Request: https://projects.blender.org/blender/blender/pulls/130281
…
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%
