77f4fd2637f90318e326bec1e96bf41524eee1bc
*_move() methods to *_move_to_index()
There were three methods with succinct but slightly unclear names: - Action::slot_move() - Channelbag::channel_group_move() - Channelbag::fcurve_move() The ambiguity is due to other functions with similar names that e.g. move fcurves *between* Channelbags, etc. Whereas these methods only move items to other positions within the array they're already in. To make this clearer, this PR adds `_to_index` to the end of these array-oriented methods. Pull Request: https://projects.blender.org/blender/blender/pulls/133730
…
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%
