b70ebf96e7e6b910f32b458e111db876e9fa4a5b
ARMATURE_OT_collection_assign in two
Split the `armature.collection_assign` operator in two. Before, the operator could do two things: assign selected bones to the active/named bone collection, or create a new bone collection with the given name. This is now split up, where `armature.collection_assign` only assigns to existing bone collections, and `armature.collection_create_and_assign` always creates a new bone collection. This makes the purpose of each operator clearer & more predictable.
…
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%
