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",
"texture_user", "texture_user",
"texture_user_property", "texture_user_property",
"texture_node",
"bone", "bone",
"edit_bone", "edit_bone",
"pose_bone", "pose_bone",
@ -846,7 +847,9 @@ const char *buttons_context_dir[] = {
"line_style", "line_style",
"collection", "collection",
"gpencil", "gpencil",
#ifdef WITH_GREASE_PENCIL_V3
"grease_pencil", "grease_pencil",
#endif
"curves", "curves",
#ifdef WITH_POINT_CLOUD #ifdef WITH_POINT_CLOUD
"pointcloud", "pointcloud",