From d174f3bd60bbc2b07c0136bd2e1c4a1dea50ca7b Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Mon, 29 Jan 2018 12:04:45 -0200 Subject: [PATCH] Outliner: Remove Toggle options from object RMB Task suggested by Pablo Vazquez (venomgfx). --- source/blender/editors/space_outliner/outliner_tools.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c index eaa3267e99d..d50d114ef56 100644 --- a/source/blender/editors/space_outliner/outliner_tools.c +++ b/source/blender/editors/space_outliner/outliner_tools.c @@ -1016,9 +1016,6 @@ static const EnumPropertyItem prop_object_op_types[] = { {OL_OP_DELETE_HIERARCHY, "DELETE_HIERARCHY", 0, "Delete Hierarchy", ""}, {OL_OP_REMAP, "REMAP", 0, "Remap Users", "Make all users of selected data-blocks to use instead a new chosen one"}, - {OL_OP_TOGVIS, "TOGVIS", 0, "Toggle Visible", ""}, - {OL_OP_TOGSEL, "TOGSEL", 0, "Toggle Selectable", ""}, - {OL_OP_TOGREN, "TOGREN", 0, "Toggle Renderable", ""}, {OL_OP_RENAME, "RENAME", 0, "Rename", ""}, {0, NULL, 0, NULL, NULL} };