e95208365286cd1dc26899445daf15f64d7adf38
This happens even though there is only one user. The Outliner only implements this `Make Single User` for worlds (`singleuser_world_fn`) and actions (`singleuser_action_fn`) [it is questionable if the whole functionality could be removed really, but this is for another report] and it uses `id_single_user` to do so -- this function does not check if we even have more than one user though, so data gets duplicated resulting in duplicate worlds or actions even if they only have one user and shouldnt be touched. Now let `id_single_user` check usercount and only act if we have more than one real users. Pull Request: https://projects.blender.org/blender/blender/pulls/105991
…
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%
