Fix: Align buttons context's dir with actual attributes #116556

Manually merged
Brecht Van Lommel merged 1 commits from yvt/blender:patches/fix-buttons-context-dir into main 2024-01-12 16:03:23 +01:00
1 changed files with 3 additions and 0 deletions

View File

@ -831,6 +831,7 @@ const char *buttons_context_dir[] = {
"texture",
"texture_user",
"texture_user_property",
"texture_node",
"bone",
"edit_bone",
"pose_bone",
@ -846,7 +847,9 @@ const char *buttons_context_dir[] = {
"line_style",
"collection",
"gpencil",
#ifdef WITH_GREASE_PENCIL_V3
"grease_pencil",
#endif
"curves",
#ifdef WITH_POINT_CLOUD
"pointcloud",