1fa7ba125c916bad7db9f60ce36e20a9e41ea84d
Several items are untranslated in the 'Move to Collection' operator menu (the bone collections one, `ARMATURE_OT_move_to_collection`). This is because it uses custom callback to allow the menu content to be dynamically generated. Because of this, some labels have to be translated manually using `CTX_IFACE_()`. The translation context is "Operator" because these messages come from an operator. On the other hand, the destination collections themselves should not have their name translated since they are data. The property now uses the `PROP_ENUM_NO_TRANSLATE` flag for this. PR: https://projects.blender.org/blender/blender/pulls/113224.
…
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%
