203e6e2b416aa912583acfa1a137ffdec593c3d2
OperatorType.get_name not doing translation.
`OperatorType.get_name` callback is supposed to return strings directly usable in the UI, i.e. translated if needed. Several callbacks did not, noticiably the generic `ED_select_pick_get_name` and `ED_select_circle_get_name` ones. And the `sculpt_color_filter_get_name` was not using available RNA helpers for enum items has it should have. Finally, `RNA_property_enum_name_gettexted` and `RNA_property_enum_item_from_value_gettexted` were also not using the optimal higher-level translation API. Noticed while reviewing !110776.
…
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%
