Fix: Align buttons context's dir with actually present attributes

Pull Request: https://projects.blender.org/blender/blender/pulls/116556
This commit is contained in:
Tomoaki Kawada
2023-12-26 23:05:07 +09:00
committed by Brecht Van Lommel
parent 5877d1e396
commit da685008be

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",