409697a962a91fcbc5e00ddf54fa3d8afdb28826
action_slot_name to last_slot_identifier
`AnimData`, NLA strips, and action constraints all have an `action_slot_name` field in RNA. The purpose of this field is to store the identifier of the most recently assigned slot, so that it can be used for auto-assignment when later assigning different actions. However, this field name is misleading in two ways: 1. In accordance with #130740, it's actually the slot *identifier*, not name. 2. It could be mistaken as a way to rename the currently assigned slot, which it is not. To resolve both of those issues, we're renaming the field to `last_slot_identifier`, which better communicates its actual nature. As a bonus, this also ends up decluttering Python autocomplete when looking for things related to action_slot. Ref: #130892 Pull Request: https://projects.blender.org/blender/blender/pulls/130911
…
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%
