cf43477839035c19cce3d4bbccdf3e9759447ea7
Outliner `do_item_rename` has checks so linked or overridden IDs cannot be renamed. A `TreeStoreElem`s ID can point to other data than "real" IDs though (see how `outliner_add_element` casts to an ID from an arbitrary void pointer and cases marked `/* NO ID */` in code). In those cases, `ID_IS_LINKED` or `ID_IS_OVERRIDE_LIBRARY` _could_ return true and a the renaming operation would fail. Now also check if this is a real ID (`TSE_IS_REAL_ID`), so code can continue. Also add a proper notifier, so track renaming from the Outliner will update the NLA immediately. Pull Request: https://projects.blender.org/blender/blender/pulls/111110
…
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%
