7d4f6faffd768176cbf38b4a2692467405770c72
Some items in the node editors' add menus were not properly translated. The affected items referenced an enum property on a node, such as Math node's Operation. Since some of those enums use a specific translation context, the same context must be used when adding them to the search menus. The context can simply be retrieved from the bl_rna prop itself. In addition, some items use labels that are already translated manually and do not need the auto translation, so disable that in those cases (translate=False). No new messages are added by this change. Reported by Ye Gui in #43295. Pull Request: https://projects.blender.org/blender/blender/pulls/141629
…
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%
