From d50d410a7066549c69523ba3e0748e437de49949 Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Sat, 14 Mar 2020 10:30:59 +0100 Subject: GPencil: Rename operator color_select to select_material The old name was related to the old palettes. --- release/scripts/startup/bl_ui/properties_grease_pencil_common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py index 7c79349a245..95997b48680 100644 --- a/release/scripts/startup/bl_ui/properties_grease_pencil_common.py +++ b/release/scripts/startup/bl_ui/properties_grease_pencil_common.py @@ -632,8 +632,8 @@ class GreasePencilMaterialsPanel: if ob.data.use_stroke_edit_mode: row = layout.row(align=True) row.operator("gpencil.stroke_change_color", text="Assign") - row.operator("gpencil.color_select", text="Select").deselect = False - row.operator("gpencil.color_select", text="Deselect").deselect = True + row.operator("gpencil.select_material", text="Select").deselect = False + row.operator("gpencil.select_material", text="Deselect").deselect = True # stroke color ma = None if is_view3d and brush is not None: -- cgit v1.2.3