8f232517f0471bde9bdf13b2a5a88e05487bb115
The current behavior for the Node Editor's Add menu is to list the user's asset catalogs at the root level of the menu. However, an exception is made if the catalog has the same name as a builtin menu. In such case, the asset catalog is appended to that builtin menu, instead of being drawn at the root level. How this is currently implemented right now is to have a hard-coded set of builtin menus in `add_menu_assets.cc`. Certain menus are missing from this set, particularly newer ones, which may be an oversight during the creation of these menus. This patch adds those menus to that list, which are as follows: - Input/Gizmo - Input/Import - Grease Pencil (and all its submenus) - Texture (in Compositor Nodes) Pull Request: https://projects.blender.org/blender/blender/pulls/138870
…
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%
